DBA Data[Home] [Help]

APPS.PER_POD_FLEX dependencies on HR_API

Line 23: hr_api.mandatory_arg_error

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