DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_SETUP_PVT dependencies on FND_LOAD_UTIL

Line 222: f_luby := fnd_load_util.owner_id(P_OWNER);

218:
219: BEGIN
220:
221: -- Translate owner to file_last_updated_by
222: f_luby := fnd_load_util.owner_id(P_OWNER);
223: -- Translate char last_update_date to date
224: f_ludate := nvl(to_date(P_LAST_UPDATE_DATE, 'YYYY/MM/DD'), sysdate);
225:
226: select LAST_UPDATED_BY, LAST_UPDATE_DATE

Line 232: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, P_CUSTOM_MODE)) then

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
236: select enabled_flag