DBA Data[Home] [Help]

APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT dependencies on HZ_CUST_ACCOUNTS

Line 573: FROM hz_cust_accounts

569: -- Populating the customer account
570: CURSOR c_cust_account(p_cust_acct_id IN NUMBER) IS
571: SELECT cust_account_id,
572: account_number
573: FROM hz_cust_accounts
574: WHERE cust_account_id = p_cust_acct_id;
575:
576: -- populating the invoice format
577: CURSOR c_invoice_format(p_inv_format_id IN NUMBER) IS