DBA Data[Home] [Help]

APPS.PER_JBD_SHD dependencies on HR_API

Line 202: hr_api.mandatory_arg_error(

198: --
199: -- segments exists therefore select the id_flex_num
200: -- First validate the business group id is mandatory.
201: --
202: hr_api.mandatory_arg_error(
203: p_api_name => l_proc,
204: p_argument => 'business_group_id',
205: p_argument_value => p_business_group_id);
206: hr_utility.set_location(l_proc, 15);

Line 249: hr_api.return_concat_kf_segments

245: --
246: -- we must derive the job name
247: --
248: p_name :=
249: hr_api.return_concat_kf_segments
250: (p_id_flex_num => l_id_flex_num,
251: p_segment1 => p_segment1,
252: p_segment2 => p_segment2,
253: p_segment3 => p_segment3,