DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on PER_PEOPLE3_PKG

Line 915: per_people3_pkg.get_legislative_ages(p_business_group_id

911: l_age := trunc(months_between(p_effective_date,p_date_of_birth)/12);
912: --
913: -- Find the minimum and maximum ages allowed for the business group
914: --
915: per_people3_pkg.get_legislative_ages(p_business_group_id
916: ,l_minimum_age
917: ,l_maximum_age);
918: --
919: if g_debug then

Line 7093: PER_PEOPLE3_PKG.get_ddf_exists

7089: and p_per_information_category <> p_legislation_code then
7090: hr_utility.set_message( 800, 'PER_449162_INFO_CATEGORY' );
7091: hr_utility.raise_error;
7092: else
7093: PER_PEOPLE3_PKG.get_ddf_exists
7094: ( p_legislation_code => p_legislation_code
7095: , p_ddf_exists => l_ddf_exists );
7096: if l_ddf_exists = 'Y' then
7097: p_per_information_category := p_legislation_code;