DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on FND_APPLICATION

Line 2071: fnd_application a

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(+))
2075: AND (x.payment_channel_code = p.payment_channel_code)