DBA Data[Home] [Help]

APPS.PAY_MGR_BUS dependencies on HR_API

Line 30: hr_api.mandatory_arg_error

26: --
27: hr_utility.set_location('Entering:'|| l_proc, 10);
28: --
29: if (p_formula_id <> -9999) then
30: hr_api.mandatory_arg_error
31: ( p_api_name => l_proc
32: ,p_argument => 'FORMULA_ID'
33: ,p_argument_value => p_formula_id
34: );