DBA Data[Home] [Help]

APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT dependencies on HZ_CUST_ACCOUNTS

Line 527: FROM hz_cust_accounts

523: -- Populating the customer account
524: CURSOR c_cust_account(p_cust_acct_id IN NUMBER) IS
525: SELECT cust_account_id,
526: account_number
527: FROM hz_cust_accounts
528: WHERE cust_account_id = p_cust_acct_id;
529:
530: -- populating the invoice format
531: CURSOR c_invoice_format(p_inv_format_id IN NUMBER) IS