BI_CUSTL_BO_VW(SQL View) |
Index Back |
---|---|
BillCust Line BOL Vw |
select distinct a.business_unit, a.bill_to_cust_id, b.bill_of_lading 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 | BILL_OF_LADING | Character(30) | VARCHAR2(30) NOT NULL | Specifies a bill of lading number associated with a Receivables item. |