DBA Data[Home] [Help]

APPS.HR_ADI_LOB_BUS dependencies on HR_API

Line 35: -- hr_api.mandatory_arg_error

31: -- hr_utility.set_location('Entering:'|| l_proc, 10);
32: --
33: -- Ensure that all the mandatory parameter are not null
34: --
35: -- hr_api.mandatory_arg_error
36: -- (p_api_name => l_proc
37: -- ,p_argument => 'file_id'
38: -- ,p_argument_value => p_file_id
39: -- );

Line 65: -- hr_api.mandatory_arg_error

61: -- hr_utility.set_location('Entering:'|| l_proc, 10);
62: --
63: -- Ensure that all the mandatory parameter are not null
64: --
65: -- hr_api.mandatory_arg_error
66: -- (p_api_name => l_proc
67: -- ,p_argument => 'file_id'
68: -- ,p_argument_value => p_file_id
69: -- );

Line 127: hr_api.argument_changed_error

123: END IF;
124: --
125: EXCEPTION
126: WHEN l_error THEN
127: hr_api.argument_changed_error
128: (p_api_name => l_proc
129: ,p_argument => l_argument);
130: WHEN OTHERS THEN
131: RAISE;