DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_SHIP_TO_ORGS_V

Line 3512: oe_ship_to_orgs_v shipto,

3508: headers.TRANSACTIONAL_CURR_CODE, terms.NAME
3509: INTO l_creation_date, l_ship_to_address, l_invoice_to_address,
3510: l_transactional_curr_code, l_payment_term
3511: FROM oe_order_headers_all headers,
3512: oe_ship_to_orgs_v shipto,
3513: HZ_CUST_SITE_USES_ALL invoiceto,
3514: ra_terms terms
3515: where headers.header_id = l_transaction_id
3516: and headers.SHIP_TO_ORG_ID = shipto.organization_id(+)