DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on HZ_CUST_ACCOUNTS

Line 266: l_customer_number hz_cust_accounts.account_number%type;

262: l_receipt_method_id ar_cash_receipts.receipt_method_id%type;
263:
264: -- Bug 1981698 Changed the definition for l_customer_number.
265:
266: l_customer_number hz_cust_accounts.account_number%type;
267: l_customer_id hz_cust_accounts.cust_account_id%type;
268: l_receivable_trx_id ar_receivable_applications.receivables_trx_id%type;
269: l_apply_date ar_cash_receipts.receipt_date%type;
270: l_gl_date ar_cash_receipts.receipt_date%type;

Line 267: l_customer_id hz_cust_accounts.cust_account_id%type;

263:
264: -- Bug 1981698 Changed the definition for l_customer_number.
265:
266: l_customer_number hz_cust_accounts.account_number%type;
267: l_customer_id hz_cust_accounts.cust_account_id%type;
268: l_receivable_trx_id ar_receivable_applications.receivables_trx_id%type;
269: l_apply_date ar_cash_receipts.receipt_date%type;
270: l_gl_date ar_cash_receipts.receipt_date%type;
271: l_receipt_currency_code ar_cash_receipts.currency_code%type;