DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_TX_EXTENSIONS

Line 2068: iby_fndcpt_tx_extensions x,

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
2071: WHERE (x.instr_assignment_id = u.instrument_payment_use_id(+))
2072: AND (DECODE(u.instrument_type, 'CREDITCARD',u.instrument_id, NULL) = c.instrid(+))