PRODCTLG_PCA_VW(SQL View) |
Index Back |
---|---|
Catalog by Cust Prod alias |
SELECT ca.setid , ca.cust_id , ca.product_alias , ca.descr , ca.product_id , pc.descr , ca.config_code FROM ps_prod_cust_alias ca , PS_PRODCTLG_LST_VW pc WHERE pc.setid = ca.setid AND pc.sold_to_cust_id = ca.cust_id AND pc.product_id = ca.product_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(15) | VARCHAR2(15) NOT NULL | Sold To Customer | |
3 | Character(18) | VARCHAR2(18) NOT NULL | Product Alias | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
6 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | System Product Description |
7 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |