RO_CATUSR_AD_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 ,A.RAD_ADVISOR_ID , '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 | RAD_ADVISOR_ID | Character(20) | VARCHAR2(20) NOT NULL | Advisor Dialog Guid - represents internally the Advisor dialog |
5 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |
6 | 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. |