RF_IPRD_PREG_VW(SQL View) |
Index Back |
---|---|
Installed Product Search ViewInstalled Product Search Record View |
SELECT A.SETID , A.INST_PROD_ID , A.SYNCID , A.SYNCDTTM FROM PS_RF_INST_PROD A WHERE A.INST_PROD_TYPE IN ('002', '003', '004') |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
3 | 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. |
4 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |