RD_CR_NSUSR_VW2(SQL View) |
Index Back |
---|---|
Non-Sales CR Added by UserCall Reports used in non-sales objects and are added by current user. It is used in data distribution rule for Mobile. |
SELECT T.CALL_REPORT_ID , T.ROW_ADDED_OPRID ,T.SYNCID , T.SYNCDTTM FROM PS_RD_CALL_REPORT T WHERE T.APPLICATION_USAGE IN ('ALL') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CALL_REPORT_ID | Number(15,0) | DECIMAL(15) NOT NULL | Unique Identifier for Call Reports. |
2 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
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 |