DBA Data[Home] [Help]

APPS.HXT_RETRO_PROCESS dependencies on HR_GENERAL

Line 523: ,hr_general.end_of_time

519: BEGIN
520: HXT_UTIL.Gen_Error(p_batch_id, 0, 0, /*g_time_period_id*/NULL, p_error_text,
521: p_location, p_oracle_error_text
522: ,trunc(sysdate) -- C431
523: ,hr_general.end_of_time
524: ,'ERR');
525:
526: RETURN 2;
527: END call_gen_error;