DBA Data[Home] [Help]

APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_USER_EFT_PF_B

Line 323: iby_fndcpt_user_eft_pf_b ueft

319: nvl(seft.settle_require_vrfy_flag, 'N') settle_req_auth_flag
320: FROM iby_trxn_summaries_all summ,
321: iby_fndcpt_tx_operations op,
322: iby_fndcpt_sys_eft_pf_b seft,
323: iby_fndcpt_user_eft_pf_b ueft
324: WHERE(summ.transactionid = op.transactionid)
325: AND(reqtype = 'ORAPMTREQ')
326: AND(trxntypeid IN(2, 3, 20))
327: AND(decode(instrtype, 'BANKACCOUNT', summ.process_profile_code, NULL) = ueft.user_eft_profile_code(+))