RD_PLN_CFGSR_VW(SQL View) |
Index Back |
---|---|
Account Plan SearchView of account plan Configurable search. |
SELECT A.SYNCID , B.RSP_NAME , B.RSP_PLAN_TYPE FROM PS_RD_ACCT_CFG_VW A , PS_RSP_PLAN_VW B WHERE A.BO_ID = B.BO_ID |
# | 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 | RSP_PLAN_NAME | Character(50) | VARCHAR2(50) NOT NULL | Plan Name used by Strategic Planning. |
3 | RSP_PLAN_TYPE | Character(15) | VARCHAR2(15) NOT NULL | This field is used by the Strategic Planning to define various plan types setup in the system. |