DBA Data[Home] [Help]

APPS.OTA_ADT_BUS dependencies on HR_API

Line 230: hr_api.mandatory_arg_error

226: hr_utility.set_location('Entering:'|| l_proc, 10);
227: --
228: -- Ensure that all the mandatory parameter are not null
229: --
230: hr_api.mandatory_arg_error
231: (p_api_name => l_proc
232: ,p_argument => 'activity_id'
233: ,p_argument_value => p_activity_id
234: );

Line 258: hr_api.set_security_group_id

254: close csr_sec_grp;
255: --
256: -- Set the security_group_id in CLIENT_INFO
257: --
258: hr_api.set_security_group_id
259: (p_security_group_id => l_security_group_id
260: );
261: --
262: -- Set the sessions legislation context in HR_SESSION_DATA

Line 264: hr_api.set_legislation_context(l_legislation_code);

260: );
261: --
262: -- Set the sessions legislation context in HR_SESSION_DATA
263: --
264: hr_api.set_legislation_context(l_legislation_code);
265: end if;
266: --
267: hr_utility.set_location(' Leaving:'|| l_proc, 20);
268: --

Line 301: hr_api.mandatory_arg_error

297: hr_utility.set_location('Entering:'|| l_proc, 10);
298: --
299: -- Ensure that all the mandatory parameter are not null
300: --
301: hr_api.mandatory_arg_error
302: (p_api_name => l_proc
303: ,p_argument => 'activity_id'
304: ,p_argument_value => p_activity_id
305: );

Line 308: if (( nvl(ota_adt_bus.g_activity_id, hr_api.g_number)

304: ,p_argument_value => p_activity_id
305: );
306: --
307: --
308: if (( nvl(ota_adt_bus.g_activity_id, hr_api.g_number)
309: = p_activity_id)
310: and ( nvl(ota_adt_bus.g_language, hr_api.g_varchar2)
311: = p_language)) then
312: --

Line 310: and ( nvl(ota_adt_bus.g_language, hr_api.g_varchar2)

306: --
307: --
308: if (( nvl(ota_adt_bus.g_activity_id, hr_api.g_number)
309: = p_activity_id)
310: and ( nvl(ota_adt_bus.g_language, hr_api.g_varchar2)
311: = p_language)) then
312: --
313: -- The legislation code has already been found with a previous
314: -- call to this function. Just return the value in the global