DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on PER_PEOPLE3_PKG

Line 911: per_people3_pkg.get_legislative_ages(p_business_group_id

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

Line 7082: PER_PEOPLE3_PKG.get_ddf_exists

7078: and p_per_information_category <> p_legislation_code then
7079: hr_utility.set_message( 800, 'PER_449162_INFO_CATEGORY' );
7080: hr_utility.raise_error;
7081: else
7082: PER_PEOPLE3_PKG.get_ddf_exists
7083: ( p_legislation_code => p_legislation_code
7084: , p_ddf_exists => l_ddf_exists );
7085: if l_ddf_exists = 'Y' then
7086: p_per_information_category := p_legislation_code;