DBA Data[Home] [Help]

APPS.DPP_UTILITY_PVT dependencies on OE_ORDER_LINES_ALL

Line 831: oe_order_lines_all oola,

827: FROM
828: mtl_system_items_kfv msi,
829: mtl_parameters mp,
830: financials_system_params_all fspa,
831: oe_order_lines_all oola,
832: dpp_transaction_lines_all dtla
833: WHERE
834: dtla.transaction_header_id = TO_NUMBER(p_search_text1) and
835: p_search_criteria1 = 'TRANSACTION_HEADER_ID' AND

Line 1647: oe_order_lines_all oola,

1643: oola.sold_to_org_id,
1644: hz.account_number,
1645: hp.party_name
1646: FROM
1647: oe_order_lines_all oola,
1648: hz_cust_accounts hz,
1649: hz_parties hp,
1650: dpp_transaction_headers_all dtha,
1651: dpp_transaction_lines_all dtla