ORDENT_PR_NTKEY(SQL View) |
Index Back |
---|---|
Product Notes Key WordsThis record stores the Keyword associated with a Note Code or free-form text attached to a Product ID. Keywords could be used as a search key for customized reports or queries. This view is used for order entry inquiry. |
select setid, product_id, seq_num, key_word from PS_PROD_NOTE_KEYWD |
# | 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
Default Value: 1 |
4 | KEY_WORD | Character(20) | VARCHAR2(20) NOT NULL | Key Word |