DBA Data[Home] [Help]

APPS.OTA_BSL_BUS dependencies on HR_API

Line 218: hr_api.mandatory_arg_error

214: hr_utility.set_location('Entering:'|| l_proc, 10);
215: --
216: -- Ensure that all the mandatory parameter are not null
217: --
218: hr_api.mandatory_arg_error
219: (p_api_name => l_proc
220: ,p_argument => 'booking_status_type_id'
221: ,p_argument_value => p_booking_status_type_id
222: );

Line 246: hr_api.set_security_group_id

242: close csr_sec_grp;
243: --
244: -- Set the security_group_id in CLIENT_INFO
245: --
246: hr_api.set_security_group_id
247: (p_security_group_id => l_security_group_id
248: );
249: --
250: -- Set the sessions legislation context in HR_SESSION_DATA

Line 252: hr_api.set_legislation_context(l_legislation_code);

248: );
249: --
250: -- Set the sessions legislation context in HR_SESSION_DATA
251: --
252: hr_api.set_legislation_context(l_legislation_code);
253: end if;
254: --
255: hr_utility.set_location(' Leaving:'|| l_proc, 20);
256: --

Line 292: hr_api.mandatory_arg_error

288: hr_utility.set_location('Entering:'|| l_proc, 10);
289: --
290: -- Ensure that all the mandatory parameter are not null
291: --
292: hr_api.mandatory_arg_error
293: (p_api_name => l_proc
294: ,p_argument => 'booking_status_type_id'
295: ,p_argument_value => p_booking_status_type_id
296: );

Line 299: if (( nvl(ota_bsl_bus.g_booking_status_type_id, hr_api.g_number)

295: ,p_argument_value => p_booking_status_type_id
296: );
297: --
298: --
299: if (( nvl(ota_bsl_bus.g_booking_status_type_id, hr_api.g_number)
300: = p_booking_status_type_id)
301: and ( nvl(ota_bsl_bus.g_language, hr_api.g_varchar2)
302: = p_language)) then
303: --

Line 301: and ( nvl(ota_bsl_bus.g_language, hr_api.g_varchar2)

297: --
298: --
299: if (( nvl(ota_bsl_bus.g_booking_status_type_id, hr_api.g_number)
300: = p_booking_status_type_id)
301: and ( nvl(ota_bsl_bus.g_language, hr_api.g_varchar2)
302: = p_language)) then
303: --
304: -- The legislation code has already been found with a previous
305: -- call to this function. Just return the value in the global