DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on CE_BANK_BRANCHES_V

Line 612: l_fin_bank_name ce_bank_branches_v.bank_name%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;
616:

Line 613: l_fin_bank_branch_name ce_bank_branches_v.bank_branch_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;
616:
617: --*******status

Line 614: l_fin_bank_branch_id ce_bank_branches_v.branch_party_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;
616:
617: --*******status
618: l_receipt_method_status VARCHAR2(1000);