DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on HR_GENERAL

Line 2646: hr_general.end_of_time;

2642:
2643: g_iv_translations (l_hashed_id).lookup_code :=
2644: NULL;
2645: g_iv_translations (l_hashed_id).start_date_active :=
2646: hr_general.end_of_time;
2647: g_iv_translations (l_hashed_id).end_date_active :=
2648: hr_general.start_of_time;
2649:
2650: END IF;

Line 2648: hr_general.start_of_time;

2644: NULL;
2645: g_iv_translations (l_hashed_id).start_date_active :=
2646: hr_general.end_of_time;
2647: g_iv_translations (l_hashed_id).end_date_active :=
2648: hr_general.start_of_time;
2649:
2650: END IF;
2651:
2652: CLOSE csr_translated_info;