PRD_CALIAS_VLNG(SQL View) |
Index Back |
|---|---|
Cust Prod alias by product |
| SELECT sc.setid , calng.product_id , calng.setid , calng.cust_id , calng.product_alias , calng.language_cd , calng.descr FROM ps_set_cntrl_rec sc , PS_PROD_CSTALS_LNG calng WHERE sc.setcntrlvalue = calng.setid AND sc.recname = 'PROD_ITEM' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 3 | Character(5) | VARCHAR2(5) NOT NULL | Customer SetID | |
| 4 | Character(15) | VARCHAR2(15) NOT NULL |
Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
Prompt Table: CUSTOMER |
|
| 5 | Character(18) | VARCHAR2(18) NOT NULL | Product Alias | |
| 6 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |