DBA Data[Home] [Help]

APPS.DPP_CLAIMS_PVT dependencies on HZ_CUST_ACCOUNTS

Line 199: FROM hz_cust_accounts

195:
196: CURSOR get_customer_dtl_csr(p_cust_account_id NUMBER) IS
197: SELECT account_name,
198: party_id
199: FROM hz_cust_accounts
200: WHERE cust_account_id = p_cust_account_id;
201:
202: BEGIN
203: -- Standard begin of API savepoint