RF_AGRTMP_PR_VW(SQL View) |
Index Back |
---|---|
Agreement Template ViewAgreement Template Related Product View for Order Capture created Agreement Templates. |
SELECT A.AGREEMENT_CODE , A.PRODUCT_ID , A.EFF_STATUS , A.SETID FROM PS_PROD_ITEM A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL |
This field represents the agreement code (name) for an agreement
Prompt Table: RF_AG_ROTMPL_VW |
|
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | 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 |