PRODCTLG_GIVLNG(SQL View) |
Index Back |
---|---|
Prod Ctlg Pgrp inclusive RL VWRelated Lanaguage view for PRODCTLG_GIN_VW. |
SELECT C.SETID, C.CUST_ID, PT.SETID, C.CATALOG_NBR, PGT.SETID, PG.PRODUCT_GROUP, PGT.LANGUAGE_CD, PGT.DESCR FROM PS_PROD_GROUP_LNG PGT, PS_PRODCTLG_TBL PT, PS_PRODCTLG_PGRP PG, PS_PRODCTLG_CUST C WHERE PG.CATALOG_NBR = C.CATALOG_NBR AND PT.SETID = PG.SETID AND PT.CATALOG_NBR = PG.CATALOG_NBR AND PT.EFFDT = PG.EFFDT AND PGT.PRODUCT_GROUP = PG.PRODUCT_GROUP |
# | 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 | 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. | |
3 | Character(5) | VARCHAR2(5) NOT NULL | Catalog SetID | |
4 | Character(18) | VARCHAR2(18) NOT NULL |
Catalog Number
Prompt Table: PRODCTLG_TBL |
|
5 | Character(5) | VARCHAR2(5) NOT NULL | Product Group SetID | |
6 | Character(10) | VARCHAR2(10) NOT NULL | Product Group | |
7 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |