DBA Data[Home] [Help]

APPS.PER_ANC_SHD dependencies on HR_API

Line 188: hr_api.mandatory_arg_error

184: --
185: -- ensure that the id_flex_num exists
186: --
187: --
188: hr_api.mandatory_arg_error
189: (p_api_name => l_proc,
190: p_argument => 'id_flex_num',
191: p_argument_value => p_id_flex_num);
192: --

Line 195: hr_api.validate_bus_grp_id(p_business_group_id);

191: p_argument_value => p_id_flex_num);
192: --
193: -- validate the business_group_id
194: --
195: hr_api.validate_bus_grp_id(p_business_group_id);
196: --
197: -- determine if all the segments are null
198: --
199: if (p_segment1 is null and