VRBT_ALOC_USRVW

(SQL View)
Index Back

Supplier Rebate Line

Supplier Rebate Line

SELECT h.setid , h.vrbt_id , h.descr , h.vrbt_begin_dt , h.vrbt_expire_dt , h.rebate_mgr FROM PS_VRBT_HDR h WHERE h.rebate_mgr = %OperatorId AND NOT EXISTS ( SELECT 'x' FROM ps_vrbt_alloc_hdr a WHERE h.setid = a.setid AND h.vrbt_id = a.vrbt_id )

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Default Value: OPR_DEF_TBL_FS.SETID

Prompt Table: SP_SETID_NONVW

2 VRBT_ID Character(25) VARCHAR2(25) NOT NULL Vendor Rebate ID

Prompt Table: VRBT_ALOC_NONVW

3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
4 VRBT_BEGIN_DT Date(10) DATE Vendor Rebate Agreement Begin Date
5 VRBT_EXPIRE_DT Date(10) DATE Vendor Rebate Agreement Expire Date
6 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).