DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on AP_BANK_ACCOUNTS

Line 605: l_cust_bank_account_name ap_bank_accounts.bank_account_name%type;

601: l_paying_site_use_id ra_customer_trx.ship_to_site_use_id%type;
602: l_receipt_method_id ra_customer_trx.receipt_method_id%type;
603: l_receipt_method_name ar_receipt_methods.name%type;
604: l_cust_bank_account_id ra_customer_trx.customer_bank_account_id%type;
605: l_cust_bank_account_name ap_bank_accounts.bank_account_name%type;
606: l_cust_bank_account_number ap_bank_accounts.bank_account_num%type;
607: l_agreement_id ra_customer_trx.agreement_id%type;
608: l_fin_payment_method_name ar_receipt_methods.name%type;
609: l_fin_receipt_method_id ra_customer_trx.receipt_method_id%type;

Line 606: l_cust_bank_account_number ap_bank_accounts.bank_account_num%type;

602: l_receipt_method_id ra_customer_trx.receipt_method_id%type;
603: l_receipt_method_name ar_receipt_methods.name%type;
604: l_cust_bank_account_id ra_customer_trx.customer_bank_account_id%type;
605: l_cust_bank_account_name ap_bank_accounts.bank_account_name%type;
606: l_cust_bank_account_number ap_bank_accounts.bank_account_num%type;
607: l_agreement_id ra_customer_trx.agreement_id%type;
608: l_fin_payment_method_name ar_receipt_methods.name%type;
609: l_fin_receipt_method_id ra_customer_trx.receipt_method_id%type;
610: l_fin_creation_method_code ar_receipt_classes.creation_method_code%type;

Line 611: l_fin_bank_account_num ap_bank_accounts.bank_account_num%type;

607: l_agreement_id ra_customer_trx.agreement_id%type;
608: l_fin_payment_method_name ar_receipt_methods.name%type;
609: l_fin_receipt_method_id ra_customer_trx.receipt_method_id%type;
610: l_fin_creation_method_code ar_receipt_classes.creation_method_code%type;
611: l_fin_bank_account_num ap_bank_accounts.bank_account_num%type;
612: l_fin_bank_name ce_bank_branches_v.bank_name%type;
613: l_fin_bank_branch_name ce_bank_branches_v.bank_branch_name%type;
614: l_fin_bank_branch_id ce_bank_branches_v.branch_party_id%TYPE;
615: l_financial_charges ra_customer_trx.finance_charges%type;