PIM_ID_LIST_TBL(SQL Table) |
Index Back |
---|---|
PIM Changes tablesA table to keep track of all the changes in PIM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | 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. |
3 | PIM_SEC_TYPE | Character(50) | VARCHAR2(50) NOT NULL | Used by PIM History |
4 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
5 | PIM_SUBSEC_TYPE | Character(50) | VARCHAR2(50) NOT NULL | Used by PIM History |
6 | PIM_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to track an item's status to see if an item should be updated, deleted, or inserted
Default Value: N |