DBA Data[Home] [Help]

APPS.PQH_RFT_SHD dependencies on FND_LOAD_UTIL

Line 287: l_last_updated_by := fnd_load_util.owner_id(p_owner);

283: l_created_by := 0;
284: l_last_updated_by := 0;
285: end if;
286: **/
287: l_last_updated_by := fnd_load_util.owner_id(p_owner);
288: l_created_by := l_last_updated_by;
289:
290: l_creation_date := sysdate;
291: l_last_update_date := sysdate;

Line 445: l_last_updated_by := fnd_load_util.owner_id(p_owner);

441: end if;
442: **/
443: l_data_migrator_mode := hr_general.g_data_migrator_mode ;
444: hr_general.g_data_migrator_mode := 'Y';
445: l_last_updated_by := fnd_load_util.owner_id(p_owner);
446: l_created_by := fnd_load_util.owner_id(p_owner);
447: --
448: l_creation_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));
449: l_last_update_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));

Line 446: l_created_by := fnd_load_util.owner_id(p_owner);

442: **/
443: l_data_migrator_mode := hr_general.g_data_migrator_mode ;
444: hr_general.g_data_migrator_mode := 'Y';
445: l_last_updated_by := fnd_load_util.owner_id(p_owner);
446: l_created_by := fnd_load_util.owner_id(p_owner);
447: --
448: l_creation_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));
449: l_last_update_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));
450: /**