RF_CMT_ST_LN_VW(SQL View) |
Index Back |
|---|---|
Commitments Search ViewSearch View for Commitments used on 360 Degree View |
| SELECT A.BO_ID_CUST , A.ROLE_TYPE_ID_CUST , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , B.BO_ID , D.INST_PROD_STATUS , A.SETID , A.INST_PROD_ID , H.LANGUAGE_CD , CMTN.COMM_CONT_ID , E.DESCR , %subrec(RB_AUDIT_SBR,A) FROM PS_RF_INST_PROD A , PS_RF_SITE_360_VW B , PS_PROD_ITEM E , PS_RF_ISTATXLAT_VW F , PS_RF_INST_PROD_ST D , PS_RF_COMMIT_CONTR CMTN , PS_PROD_ITEM_LNG G , PS_RF_ISTATXLT_LVW H WHERE A.SETID= B.SETCNTRLVALUE(+) AND A.SITE_ID = B.SITE_ID(+) AND E.SETID = ( SELECT X.SETID FROM PS_SET_CNTRL_REC X WHERE X.SETCNTRLVALUE = A.SETID AND X.RECNAME = 'PROD_ITEM') AND E.PRODUCT_ID = A.PRODUCT_ID AND F.SETID = A.SETID AND D.SETID = A.SETID AND D.INST_PROD_ID = A.INST_PROD_ID AND F.FIELDVALUE = D.INST_PROD_STATUS AND F.INST_PROD_TYPE = A.INST_PROD_TYPE AND F.INST_PROD_TYPE = '005' AND CMTN.SETID = A.SETID AND CMTN.INST_PROD_COMM = A.INST_PROD_ID AND F.INST_PROD_TYPE = H.INST_PROD_TYPE AND F.FIELDVALUE = H.FIELDVALUE |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 2 | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer | |
| 3 | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. | |
| 4 | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact | |
| 5 | BO_ID_SITE | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID |
| 6 | Character(4) | VARCHAR2(4) NOT NULL |
Status of an installed product.
Prompt Table: RF_ISTATXLTS_VW |
|
| 7 | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
|
| 8 | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) | |
| 9 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 10 | COMM_CONT_ID | Character(20) | VARCHAR2(20) NOT NULL | Field used for storing Commitment ID |
| 11 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 12 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
| 13 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
| 14 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
| 15 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
| 16 | 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. |
| 17 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |