DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG_V2 dependencies on HR_GENERAL

Line 19: l_start_of_time date := hr_general.start_of_time;

15: --
16: g_b2b_allowed BOOLEAN;
17: g_person_type_changes_exist BOOLEAN;
18:
19: l_start_of_time date := hr_general.start_of_time;
20: l_end_of_time date := hr_general.end_of_time;
21: ----------------------------------------------------------------------------
22: -------------------------------------------------------------------------------
23: -- FLEMONNI

Line 20: l_end_of_time date := hr_general.end_of_time;

16: g_b2b_allowed BOOLEAN;
17: g_person_type_changes_exist BOOLEAN;
18:
19: l_start_of_time date := hr_general.start_of_time;
20: l_end_of_time date := hr_general.end_of_time;
21: ----------------------------------------------------------------------------
22: -------------------------------------------------------------------------------
23: -- FLEMONNI
24: -- hire date changes bug #625423

Line 409: IF p_pds_hd_bb = hr_general.start_of_time THEN

405: AND ppf.person_type_id = ppt.person_type_id
406: AND ppf.effective_start_date > p_current_hire_date;
407: BEGIN
408: hr_utility.set_location('Entering ' || l_proc, 10);
409: IF p_pds_hd_bb = hr_general.start_of_time THEN
410: hr_utility.set_location(l_proc, 20);
411: l_boolean := FALSE;
412: ELSE
413: hr_utility.set_location(l_proc, 30);