DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_SETUP_PVT dependencies on STANDARD

Line 231: --Invoke standard merge comparison routine UPLOAD_TEST to determine whether to upload or not

227: into db_luby, db_ludate
228: from IBE_WF_NOTIF_SETUP
229: where notif_setup_id = P_NOTIF_SETUP_ID;
230:
231: --Invoke standard merge comparison routine UPLOAD_TEST to determine whether to upload or not
232: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, P_CUSTOM_MODE)) then
233: --dbms_output.put_line('l_merge_data is true');
234: if( p_customized_flag = 'Y' ) then
235: BEGIN