DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_EXT_BANK_ACCOUNTS

Line 2039: l_instrument iby_ext_bank_accounts.MASKED_BANK_ACCOUNT_NUM%type;

2035: ra_customer_trx.payment_trxn_extension_id%type,
2036: p_payment_channel_code IN
2037: ar_receipt_methods.payment_channel_code%type
2038: ) RETURN VARCHAR2 IS
2039: l_instrument iby_ext_bank_accounts.MASKED_BANK_ACCOUNT_NUM%type;
2040: l_instrument_type iby_trxn_extensions_v.instrument_type%type;
2041: BEGIN
2042: IF PG_DEBUG in ('Y', 'C') THEN
2043: arp_standard.debug('arp_trx_defaults_3.get_payment_instrument()+');

Line 2065: iby_ext_bank_accounts b,

2061: , NULL) instrument
2062: into l_instrument
2063: FROM
2064: iby_creditcard c,
2065: iby_ext_bank_accounts b,
2066: iby_fndcpt_pmt_chnnls_b p,
2067: iby_fndcpt_pmt_chnnls_tl pt,
2068: iby_fndcpt_tx_extensions x,
2069: iby_pmt_instr_uses_all u,