DBA Data[Home] [Help]

APPS.AST_UWQ_SEL_PKG dependencies on OE_ORDER_HEADERS_ALL

Line 584: FROM oe_order_headers_all o, hz_cust_accounts a

580: PROCEDURE getDtlsFromOrderNum IS
581:
582: CURSOR C_getDtlsFromOrderNum(x_OrderNum number ) IS
583: SELECT o.header_id, a.party_id
584: FROM oe_order_headers_all o, hz_cust_accounts a
585: where o.order_number = x_OrderNum
586: and a.cust_account_id = o.sold_to_org_id;
587: BEGIN
588: