ORD_PAYTRMSLVW(SQL View) |
Index Back |
---|---|
Ord Payment Terms Defn HeaderRelated language rec for ORD_PAYTRMS_VW |
SELECT oh.business_Unit , oh.order_no , p.setid , p.pymnt_terms_cd , p.language_cd , p.descr50 , p.descrshort FROM ps_pay_trms_tbl_lg p , ps_pay_trms_tbl t , ps_set_cntrl_rec sc , PS_ORD_HEADER oh WHERE p.setid = sc.setid AND %EffdtCheck(pay_trms_tbl_lg, p, oh.order_date) AND sc.setcntrlvalue = oh.business_unit AND sc.recname = 'PAY_TRMS_TBL_LG' AND t.setid = p.setid AND t.pymnt_terms_cd = p.pymnt_terms_cd AND t.effdt = p.effdt AND t.eff_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(10) | VARCHAR2(10) NOT NULL | Identifies a customer order number that appears as a reference on a receivables pending item. Date Initials Issue Description 022701 mv SP2 (F-CJORGENS-3) CSR Desktop | |
3 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
4 | Character(5) | VARCHAR2(5) NOT NULL | Specifies how the payment due date and discount due date are calculated. A payment terms code is associated with various business units bill-to customers vendors as well as sales orders purchase orders and vouchers. | |
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |