DBA Data[Home] [Help]

APPS.HR_FI_VALIDATE_PKG dependencies on PER_PER_BUS

Line 96: per_per_bus.chk_person_type

92: -- Added for GSI Bug 5472781
93: --
94: IF hr_utility.chk_product_install('Oracle Human Resources', 'FI') THEN
95: --
96: per_per_bus.chk_person_type
97: (p_person_type_id => l_person_type_id
98: ,p_business_group_id => p_business_group_id
99: ,p_expected_sys_type => 'APL');
100: --

Line 127: per_per_bus.chk_person_type

123: -- Added for GSI Bug 5472781
124: --
125: IF hr_utility.chk_product_install('Oracle Human Resources', 'FI') THEN
126: --
127: per_per_bus.chk_person_type
128: (p_person_type_id => l_person_type_id
129: ,p_business_group_id => p_business_group_id
130: ,p_expected_sys_type => 'EMP'
131: );

Line 158: per_per_bus.chk_person_type

154: -- Added for GSI Bug 5472781
155: --
156: IF hr_utility.chk_product_install('Oracle Human Resources', 'FI') THEN
157: --
158: per_per_bus.chk_person_type
159: (p_person_type_id => l_person_type_id
160: ,p_business_group_id => p_business_group_id
161: ,p_expected_sys_type => 'OTHER'
162: );