RSP_TP_ACCTM_VW(SQL View) |
Index Back |
---|---|
Account Plans as Acct Team MbrAccount Plans as Account Team Member or Owner |
SELECT A.SYNCID , C.PERSON_ID FROM PS_RSP_TP_HEADER A , PS_RD_PERSON C ,PS_BO_REL R WHERE A.BO_ID = R.BO_ID_2 AND R.ROLE_TYPE_ID_1 = 17 AND C.BO_ID = R.BO_ID_1 AND %CurrentDateIn BETWEEN R.START_DT AND R.END_DT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |