DBA Data[Home] [Help]

APPS.PAY_PGP_FLEX dependencies on HR_API

Line 24: hr_api.mandatory_arg_error

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