DBA Data[Home] [Help]

APPS.PER_ANC_FLEX dependencies on HR_API

Line 22: hr_api.mandatory_arg_error

18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: -- Ensure that p_rec.id_flex_num exists
21: --
22: hr_api.mandatory_arg_error
23: (p_api_name => l_proc,
24: p_argument => 'id_flex_num',
25: p_argument_value => p_rec.id_flex_num);
26: --