DBA Data[Home] [Help]

APPS.HR_NO_VALIDATE_PKG dependencies on PER_PER_BUS

Line 88: per_per_bus.chk_person_type

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

Line 115: per_per_bus.chk_person_type

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

Line 142: per_per_bus.chk_person_type

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