DBA Data[Home] [Help]

APPS.OZF_REFRESH_SALES_PVT dependencies on HZ_CUST_ACCOUNTS

Line 25: FROM hz_cust_accounts a

21: is
22: l_party_id number;
23: begin
24: SELECT max(a.party_id) into l_party_id
25: FROM hz_cust_accounts a
26: WHERE a.cust_account_id = p_id;
27: return l_party_id;
28: EXCEPTION
29: when others then