DBA Data[Home] [Help]

APPS.IRC_LCV_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 => 'location_criteria_value_id'
38: ,p_argument_value => p_location_criteria_value_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 => 'location_criteria_value_id'
68: ,p_argument_value => p_location_criteria_value_id
69: );

Line 128: hr_api.argument_changed_error

124: -- not been updated.
125: --
126: if p_rec.location_criteria_value_id <>
127: irc_lcv_shd.g_old_rec.location_criteria_value_id then
128: hr_api.argument_changed_error
129: (p_api_name => l_proc
130: ,p_argument => 'LOCATION_CRITERIA_VALUE_ID'
131: ,p_base_table => irc_lcv_shd.g_tab_nam
132: );

Line 173: hr_api.mandatory_arg_error

169: --
170: begin
171: hr_utility.set_location('Entering:'||l_proc,10);
172: -- Check that search_criteria_id is not null.
173: hr_api.mandatory_arg_error
174: (p_api_name => l_proc
175: ,p_argument => 'SEARCH_CRITERIA_ID'
176: ,p_argument_value => p_search_criteria_id
177: );

Line 231: hr_api.mandatory_arg_error

227: (p_search_criteria_id => p_rec.search_criteria_id
228: );
229: --
230: hr_utility.set_location(l_proc, 20);
231: hr_api.mandatory_arg_error
232: (p_api_name => l_proc
233: ,p_argument => 'DERIVED_LOCALE'
234: ,p_argument_value => p_rec.derived_locale
235: );