DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_PMT_INSTR_USES_ALL

Line 2070: iby_pmt_instr_uses_all u,

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(+))
2074: AND (DECODE(u.instrument_type, 'BANKACCOUNT',u.instrument_id, NULL) = b.ext_bank_account_id(+))