DBA Data[Home] [Help]

APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_SYS_EFT_PF_B

Line 319: iby_fndcpt_sys_eft_pf_b seft,

315: decode(decode(summ.status, 0, 'Y', 100, 'Y', NULL), 'N', 'Y') authorized_flag,
316: nvl(seft.settle_require_vrfy_flag, 'N') settle_req_auth_flag
317: FROM iby_trxn_summaries_all summ,
318: iby_fndcpt_tx_operations op,
319: iby_fndcpt_sys_eft_pf_b seft,
320: iby_fndcpt_user_eft_pf_b ueft
321: WHERE(summ.transactionid = op.transactionid)
322: AND(reqtype = 'ORAPMTREQ')
323: AND(trxntypeid IN(2, 3, 20))