DBA Data[Home] [Help]

APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_FNDCPT_SYS_DC_PF_B

Line 170: FROM iby_fndcpt_sys_dc_pf_b profs

166: (ci_bepid iby_bepinfo.bepid%TYPE)
167: IS
168: SELECT sys_dc_profile_code,online_deb_trans_prtcl_code,
169: settlement_trans_prtcl_code,query_trans_prtcl_code
170: FROM iby_fndcpt_sys_dc_pf_b profs
171: WHERE profs.payment_system_id = ci_bepid
172: AND NVL(inactive_date,SYSDATE+30)>SYSDATE;
173:
174: BEGIN