DBA Data[Home] [Help]

APPS.DPP_UTILITY_PVT dependencies on OE_ORDER_LINES_ALL

Line 869: oe_order_lines_all oola,

865: FROM
866: mtl_system_items_kfv msi,
867: mtl_parameters mp,
868: financials_system_params_all fspa,
869: oe_order_lines_all oola,
870: dpp_transaction_lines_all dtla
871: WHERE
872: dtla.transaction_header_id = TO_NUMBER(p_search_text1) and
873: p_search_criteria1 = 'TRANSACTION_HEADER_ID' AND

Line 1615: oe_order_lines_all oola,

1611: oola.sold_to_org_id,
1612: hz.account_number,
1613: hz.account_name
1614: FROM
1615: oe_order_lines_all oola,
1616: hz_cust_accounts hz,
1617: dpp_transaction_headers_all dtha,
1618: dpp_transaction_lines_all dtla
1619: WHERE