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 462: l_last_updated_by := fnd_load_util.owner_id(p_owner);

458: end if;
459: **/
460: l_data_migrator_mode := hr_general.g_data_migrator_mode ;
461: hr_general.g_data_migrator_mode := 'Y';
462: l_last_updated_by := fnd_load_util.owner_id(p_owner);
463: l_created_by := fnd_load_util.owner_id(p_owner);
464: --
465: l_creation_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));
466: l_last_update_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));

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

459: **/
460: l_data_migrator_mode := hr_general.g_data_migrator_mode ;
461: hr_general.g_data_migrator_mode := 'Y';
462: l_last_updated_by := fnd_load_util.owner_id(p_owner);
463: l_created_by := fnd_load_util.owner_id(p_owner);
464: --
465: l_creation_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));
466: l_last_update_date := nvl(to_date(p_last_update_date,'YYYY/MM/DD'),trunc(sysdate));
467: /**