DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_SHIP_TO_ORGS_V

Line 4453: oe_ship_to_orgs_v shipto,

4449: headers.transactional_curr_code, terms.NAME
4450: INTO l_creation_date, l_ship_to_address, l_invoice_to_address,
4451: l_transactional_curr_code, l_payment_term
4452: FROM oe_order_headers_all headers,
4453: oe_ship_to_orgs_v shipto,
4454: hz_cust_site_uses_all invoiceto,
4455: ra_terms terms
4456: WHERE headers.header_id = l_transaction_id
4457: AND headers.ship_to_org_id = shipto.organization_id(+)