ORDENT_PROD_NT(SQL View) |
Index Back |
---|---|
Product note viewView on record for Note Codes and custom text associated with a Product ID. Use of this record is optional. Order entry product note inquiry. |
select setid, product_id, seq_num, note_type, std_note_cd, text254 from PS_PROD_NOTE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
4 | NOTE_TYPE | Character(10) | VARCHAR2(10) NOT NULL | Note Type |
5 | STD_NOTE_CD | Character(10) | VARCHAR2(10) NOT NULL | Standard Note Code |
6 | TEXT254 | Character(254) | VARCHAR2(254) NOT NULL | Text |