DBA Data[Home] [Help]

APPS.DPP_CLAIMS_PVT dependencies on HZ_CUST_ACCOUNTS

Line 205: FROM hz_cust_accounts

201:
202: CURSOR get_customer_dtl_csr(p_cust_account_id NUMBER) IS
203: SELECT account_name,
204: party_id
205: FROM hz_cust_accounts
206: WHERE cust_account_id = p_cust_account_id;
207:
208: BEGIN
209: -- Standard begin of API savepoint