DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG_V2 dependencies on PER_PEOPLE3_PKG

Line 173: per_people3_pkg.get_legislative_ages

169: hr_utility.set_location(l_proc, 40);
170: hr_utility.set_location(' using dob ' || to_char(l_dob, 'DD-MON-RRRR'), 41);
171: hr_utility.set_location(' using bgid ' || to_char(l_business_group_id), 42);
172: --
173: per_people3_pkg.get_legislative_ages
174: ( p_business_group_id => l_business_group_id
175: , p_minimum_age => l_min
176: , p_maximum_age => l_max);
177: --