DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONEFT_PKG dependencies on IBY_FNDCPT_SYS_EFT_PF_B

Line 1315: FROM iby_fndcpt_user_eft_pf_b up, iby_fndcpt_sys_eft_pf_b sp

1311: -- of the same request type
1312:
1313: CURSOR c_payer_notif_eft (i_user_fcpp_code iby_trxn_summaries_all.process_profile_code%TYPE) IS
1314: SELECT DECODE(payer_notification_format, null, 'N', 'Y')
1315: FROM iby_fndcpt_user_eft_pf_b up, iby_fndcpt_sys_eft_pf_b sp
1316: WHERE up.sys_eft_profile_code = sp.sys_eft_profile_code
1317: AND up.user_eft_profile_code = i_user_fcpp_code;
1318:
1319: BEGIN