BI_CUSTL_CO_VW(SQL View) |
Index Back |
---|---|
BillCust Line Contracts Vw |
select distinct a.business_unit, a.bill_to_cust_id, b.contract_num from ps_bi_line b, PS_BI_HDR a where b.business_unit = a.business_unit and b.invoice = a.invoice |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | KEY_QRY_VALUE | Character(30) | VARCHAR2(30) NOT NULL | Key Query Value |
3 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL | Contract |