DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_TX_EXTENSIONS

Line 2069: iby_fndcpt_tx_extensions x,

2065: iby_creditcard c,
2066: iby_ext_bank_accounts b,
2067: iby_fndcpt_pmt_chnnls_b p,
2068: iby_fndcpt_pmt_chnnls_tl pt,
2069: iby_fndcpt_tx_extensions x,
2070: iby_pmt_instr_uses_all u,
2071: fnd_application a
2072: WHERE (x.instr_assignment_id = u.instrument_payment_use_id(+))
2073: AND (DECODE(u.instrument_type, 'CREDITCARD',u.instrument_id, NULL) = c.instrid(+))