DBA Data[Home] [Help]

APPS.OTA_BSL_BUS dependencies on OTA_BSL_BUS

Line 1: Package Body ota_bsl_bus as

1: Package Body ota_bsl_bus as
2: /* $Header: otbslrhi.pkb 115.1 2003/04/24 17:27:36 ssur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ota_bsl_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_bsl_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

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

Line 308: l_legislation_code := ota_bsl_bus.g_legislation_code;

304: -- The legislation code has already been found with a previous
305: -- call to this function. Just return the value in the global
306: -- variable.
307: --
308: l_legislation_code := ota_bsl_bus.g_legislation_code;
309: hr_utility.set_location(l_proc, 20);
310: else
311: --
312: -- The ID is different to the last call to this function

Line 332: ota_bsl_bus.g_booking_status_type_id := p_booking_status_type_id;

328: -- Set the global variables so the values are
329: -- available for the next call to this function.
330: --
331: close csr_leg_code;
332: ota_bsl_bus.g_booking_status_type_id := p_booking_status_type_id;
333: ota_bsl_bus.g_language := p_language;
334: ota_bsl_bus.g_legislation_code := l_legislation_code;
335: end if;
336: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 333: ota_bsl_bus.g_language := p_language;

329: -- available for the next call to this function.
330: --
331: close csr_leg_code;
332: ota_bsl_bus.g_booking_status_type_id := p_booking_status_type_id;
333: ota_bsl_bus.g_language := p_language;
334: ota_bsl_bus.g_legislation_code := l_legislation_code;
335: end if;
336: hr_utility.set_location(' Leaving:'|| l_proc, 40);
337: return l_legislation_code;

Line 334: ota_bsl_bus.g_legislation_code := l_legislation_code;

330: --
331: close csr_leg_code;
332: ota_bsl_bus.g_booking_status_type_id := p_booking_status_type_id;
333: ota_bsl_bus.g_language := p_language;
334: ota_bsl_bus.g_legislation_code := l_legislation_code;
335: end if;
336: hr_utility.set_location(' Leaving:'|| l_proc, 40);
337: return l_legislation_code;
338: end return_legislation_code;

Line 410: ota_bsl_bus.set_security_group_id(p_booking_status_type_id) ;

406: -- Call all supporting business operations
407: --
408: --
409:
410: ota_bsl_bus.set_security_group_id(p_booking_status_type_id) ;
411:
412: -- Validate Dependent Attributes
413: check_unique_name(p_rec,p_booking_status_type_id);
414: --

Line 434: ota_bsl_bus.set_security_group_id(p_rec.booking_status_type_id) ;

430: hr_utility.set_location('Entering:'||l_proc, 5);
431: --
432: -- Call all supporting business operations
433: --
434: ota_bsl_bus.set_security_group_id(p_rec.booking_status_type_id) ;
435: --
436: -- Validate Dependent Attributes
437: check_unique_name(p_rec);
438: --

Line 466: end ota_bsl_bus;

462: hr_utility.set_location(' Leaving:'||l_proc, 10);
463: End delete_validate;
464: --
465: --
466: end ota_bsl_bus;