DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_PMT_CHNNLS_B

Line 2049: FROM iby_fndcpt_pmt_chnnls_b

2045:
2046: --Bug 8278615.
2047: SELECT instrument_type
2048: INTO l_instrument_type
2049: FROM iby_fndcpt_pmt_chnnls_b
2050: WHERE payment_channel_code = p_payment_channel_code
2051: AND instrument_type in ('CREDITCARD', 'BANKACCOUNT');
2052:
2053: IF PG_DEBUG in ('Y', 'C') THEN

Line 2066: iby_fndcpt_pmt_chnnls_b p,

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,
2070: fnd_application a