RC_RPTBY_SRH_VW(SQL View) |
Index Back |
---|---|
Reported By deep queryReported By deep query view used on configurable search for case. |
SELECT n.BO_NAME_DISPLAY , n.BO_NAME_DISP_UPPER , c.BO_ID_REPORTED_BY , c.ROLE_TYPE_ID_RPTBY , c.SYNCID FROM %Table(RC_CASE) c , %Table(BO_NAME) n WHERE c.BO_ID_REPORTED_BY = n.BO_ID AND n.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | NAME_REPORTED_BY | Character(80) | VARCHAR2(80) NOT NULL | Reported by name. It's a name field contains the reported by person's name. |
2 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |
3 | BO_ID_REPORTED_BY | Number(31,0) | DECIMAL(31) NOT NULL | Reported By Field. This is used in Case Record to store BO_ID of Reported By Person. |
4 | ROLE_TYPE_ID_RPTBY | Number(12,0) | DECIMAL(12) NOT NULL | Reported By Field. This is used in Case Record to store ROLE_TYPE_ID of Reported By Person. |
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. |