RF_UNDR_SVC_VW1

(SQL View)
Index Back

Products Under Service Agreemt

Agreement Line Installed Products

SELECT A.SETID , B.AGREEMENT_CODE , B.AGR_RENEWAL_NUM , C.AGREEMENT_LINE , A.INST_PROD_ID , B.BO_ID_CUST , B.START_DT , B.AGRT_STATUS , B.END_DT FROM PS_RF_UNDER_SVC A , PS_RF_AGREEMENT B , PS_RF_AGREEMENT_LN C WHERE A.SETID = B.SETID AND A.SETID = C.SETID AND A.AGREEMENT_CODE = B.AGREEMENT_CODE AND A.AGREEMENT_CODE = C.AGREEMENT_CODE AND A.AGR_RENEWAL_NUM = B.AGR_RENEWAL_NUM AND A.AGR_RENEWAL_NUM = C.AGR_RENEWAL_NUM AND A.AGREEMENT_LINE = C.AGREEMENT_LINE

# 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 AGREEMENT_LINE Character(10) VARCHAR2(10) NOT NULL This field records the value for the agreement line number
5 INST_PROD_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the installed product ID (key field)
6 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
7 START_DT Date(10) DATE Start date field to store start date value.
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 END_DT Date(10) DATE This field stores the end date values.