RDM_RF_AGREE_VW(SQL View) |
Index Back |
---|---|
Agreement ViewAgreement View used in mobile 360 degree view. |
SELECT SETID , AGREEMENT_CODE , AGR_RENEWAL_NUM , BO_ID_CUST , ROLE_TYPE_ID_CUST , BO_ID_CONTACT , ROLE_TYPE_ID_CNTCT , AGRT_STATUS , AGREEMENT_TYPE , START_DT , END_DT , AGRT_AMOUNT , %subrec(RB_AUDIT_SBR, PS_RF_AGREEMENT) FROM PS_RF_AGREEMENT WHERE AGRT_STATUS <> 'OBS' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | 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 |
2 | AGREEMENT_CODE | Character(30) | VARCHAR2(30) NOT NULL | This field represents the agreement code (name) for an agreement |
3 | AGR_RENEWAL_NUM | Number(4,0) | SMALLINT NOT NULL | This field represents the agreement renewal number (agreements begin at a value of one and the number is incremented with every renewal) |
4 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
5 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
6 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
7 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
8 | AGRT_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
This field represents the agreement status value.
001=Pending 002=Pending Activation 003=Action Required 005=Active 009=Closed |
9 | AGREEMENT_TYPE | Number(9,0) | DECIMAL(9) NOT NULL | This field represents the type of the agreement. |
10 | START_DT | Date(10) | DATE | Start date field to store start date value. |
11 | END_DT | Date(10) | DATE | This field stores the end date values. |
12 | AGRT_AMOUNT | Number(12,2) | DECIMAL(11,2) NOT NULL | This field represents the total amount (price) for an agreement |
13 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
14 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
15 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
16 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
17 | 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. |
18 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |