RB_TSK_CMPSC_PR(SQL View) |
Index Back |
|---|---|
Task Secured Company PromptThis secured company prompt for task is used to link task to a company. |
| SELECT a.SYNCID , a.BO_NAME , a.BO_NAME_SRCH , a.CUST_STATUS , a.COMPANYID , a.SETID FROM PS_RD_COMP_GS_VW a , PS_SEC_SETID_OPR s WHERE a.setid = s.setid |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | 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 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
| 3 | BO_NAME_SRCH | Character(50) | VARCHAR2(50) NOT NULL | BO_NAME_SRCH |
| 4 | CUST_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Customer Status Indicator. BC.CUST_STATUS
A=Active I=Inactive Default Value: A |
| 5 | COMPANYID | Character(15) | VARCHAR2(15) NOT NULL | Company ID |
| 6 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Prompt Table:
SP_SETID_NONVW
|