DBA Data[Home] [Help]

APPS.PER_POD_SHD dependencies on HR_API

Line 171: hr_api.validate_bus_grp_id(p_business_group_id);

167: -- and p_segment30 is null));
168: --
169: begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: hr_api.validate_bus_grp_id(p_business_group_id);
172: --
173: -- Determine if all the segments are null
174: --
175: if (p_segment1 is null and

Line 240: hr_api.return_concat_kf_segments

236: --
237: -- we must derive the position name
238: --
239: p_name :=
240: hr_api.return_concat_kf_segments
241: (p_id_flex_num => l_id_flex_num,
242: p_segment1 => p_segment1,
243: p_segment2 => p_segment2,
244: p_segment3 => p_segment3,