DBA Data[Home] [Help]

APPS.HR_CANCEL_PLACEMENT_API dependencies on HR_GENERAL

Line 40: AND NVL(pp.actual_termination_date,hr_general.end_of_time);

36: business_group_id
37: FROM per_periods_of_placement pp
38: WHERE pp.person_id = p_person_id
39: AND l_effective_date BETWEEN pp.date_start
40: AND NVL(pp.actual_termination_date,hr_general.end_of_time);
41: --
42: BEGIN
43: --
44: hr_utility.set_location('Entering:'|| l_proc, 10);