DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on HZ_CUST_ACCOUNTS

Line 2704: from hz_cust_accounts

2700: ) is
2701:
2702: cursor c_party is
2703: select 'x'
2704: from hz_cust_accounts
2705: where cust_account_id = p_customer_id
2706: and party_id = p_party_id;
2707:
2708: cursor c_pool_party is