DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_USER_EFT_PF_B

Line 1853: iby_fndcpt_user_eft_pf_b up

1849: (ci_extension_id IN iby_fndcpt_tx_extensions.trxn_extension_id%TYPE)
1850: IS
1851: SELECT NVL(sp.settle_require_vrfy_flag,'Y')
1852: FROM iby_trxn_ext_auths_v x, iby_fndcpt_sys_eft_pf_b sp,
1853: iby_fndcpt_user_eft_pf_b up
1854: WHERE (x.trxn_extension_id = ci_extension_id)
1855: AND (DECODE(x.instrument_type,
1856: IBY_FNDCPT_COMMON_PUB.G_INSTR_TYPE_BANKACCT,x.process_profile_code,
1857: NULL) = up.user_eft_profile_code(+)

Line 3957: IBY_FNDCPT_USER_EFT_PF_B eft_user,

3953: IBY_FNDCPT_TX_OPERATIONS trxnop,
3954: IBY_TRXN_SUMMARIES_ALL captures,
3955: IBY_EXTERNAL_PAYERS_ALL auth_payer,
3956: IBY_BEPINFO bep,
3957: IBY_FNDCPT_USER_EFT_PF_B eft_user,
3958: IBY_FNDCPT_SYS_EFT_PF_B eft_sys,
3959: CE_BANK_ACCOUNTS int_ba,
3960: --CE_BANK_BRANCHES_V branch
3961: HZ_PARTIES BranchParty,