DBA Data[Home] [Help]

APPS.HR_SE_VALIDATE_PKG dependencies on PER_PER_BUS

Line 91: per_per_bus.chk_person_type

87: -- Added for GSI Bug 5472781
88: --
89: IF hr_utility.chk_product_install('Oracle Human Resources', 'SE') THEN
90: --
91: per_per_bus.chk_person_type
92: (p_person_type_id => l_person_type_id
93: ,p_business_group_id => p_business_group_id
94: ,p_expected_sys_type => 'APL'
95: );

Line 118: per_per_bus.chk_person_type

114: -- Added for GSI Bug 5472781
115: --
116: IF hr_utility.chk_product_install('Oracle Human Resources', 'SE') THEN
117: --
118: per_per_bus.chk_person_type
119: (p_person_type_id => l_person_type_id
120: ,p_business_group_id => p_business_group_id
121: ,p_expected_sys_type => 'EMP'
122: );

Line 145: per_per_bus.chk_person_type

141: -- Added for GSI Bug 5472781
142: --
143: IF hr_utility.chk_product_install('Oracle Human Resources', 'SE') THEN
144: --
145: per_per_bus.chk_person_type
146: (p_person_type_id => l_person_type_id
147: ,p_business_group_id => p_business_group_id
148: ,p_expected_sys_type => 'OTHER'
149: );