DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVESHARE_V2_PVT dependencies on HZ_PARTIES

Line 44: from aso_quote_headers_all a, hz_parties p

40: where quote_sharee_number = c_retrieval_num ;
41:
42: cursor c_get_sold_to(c_quote_header_id NUMBER) is
43: select cust_account_id, party_type
44: from aso_quote_headers_all a, hz_parties p
45: where a.party_id = p.party_id
46: and quote_header_id = c_quote_header_id;
47:
48: rec_get_sold_to c_get_sold_to%rowtype;