RO_CATUSR_VW(SQL View) |
Index Back |
---|---|
Catalog User viewCatalog User View for the product catalog definition. |
SELECT DISTINCT A.SETID , A.CATALOG_ID_NUM , A.DESCR , 'GBL' , A.SYNCID FROM PS_RO_PRD_CATALOG A WHERE BEGIN_DT <= %CurrentDateIn AND (END_DATE >= %CurrentDateIn OR END_DATE IS NULL) AND STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | CATALOG_ID_NUM | Number(5,0) | INTEGER NOT NULL | Catalog ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |
5 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |