DBA Data[Home] [Help]

APPS.PAY_AMT_BUS dependencies on HR_API

Line 40: hr_api.mandatory_arg_error

36: hr_utility.set_location('Entering:'|| l_proc, 10);
37: --
38: -- Ensure that all the mandatory parameter are not null
39: --
40: hr_api.mandatory_arg_error
41: (p_api_name => l_proc
42: ,p_argument => 'module_type_id'
43: ,p_argument_value => p_module_type_id
44: );

Line 74: hr_api.mandatory_arg_error

70: hr_utility.set_location('Entering:'|| l_proc, 10);
71: --
72: -- Ensure that all the mandatory parameter are not null
73: --
74: hr_api.mandatory_arg_error
75: (p_api_name => l_proc
76: ,p_argument => 'module_type_id'
77: ,p_argument_value => p_module_type_id
78: );