RF_AG_ROTMPL_VW(SQL View) |
Index Back |
---|---|
View for Agreement IntegrationBuild the new view to be used as a prompt table on Agreement Template for Agreement Integration |
SELECT SETID , AGREEMENT_CODE , AGRT_STATUS FROM PS_RF_AGREEMENT WHERE AGR_TEMPLATE_FLG='Y' AND RO_CAPTURE_FLAG='Y' AND AGR_SCOPE='SITE' |
# | 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.
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 | 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 |