DBA Data[Home] [Help]

APPS.HXT_RETRO_PROCESS dependencies on HR_GENERAL

Line 597: ,hr_general.end_of_time

593: BEGIN
594: HXT_UTIL.Gen_Error(p_batch_id, 0, 0, /*g_time_period_id*/NULL, p_error_text,
595: p_location, p_oracle_error_text
596: ,trunc(sysdate) -- C431
597: ,hr_general.end_of_time
598: ,'ERR');
599:
600: RETURN 2;
601: END call_gen_error;