DBA Data[Home] [Help]

APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_USER_EFT_PF_B

Line 320: iby_fndcpt_user_eft_pf_b ueft

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))
324: AND(decode(instrtype, 'BANKACCOUNT', summ.process_profile_code, NULL) = ueft.user_eft_profile_code(+))