DBA Data[Home] [Help]

APPS.OTA_BST_API dependencies on OTA_BST_API

Line 1: Package Body OTA_BST_API as

1: Package Body OTA_BST_API as
2: /* $Header: otbst01t.pkb 120.2 2005/07/21 19:01:44 dhmulia noship $ */
3: --
4: -- Private package current record structure definition
5: --

Line 10: G_PACKAGE varchar2(33) := ' OTA_BST_API.';

6: g_old_rec g_rec_type;
7: --
8: -- Global package name
9: --
10: G_PACKAGE varchar2(33) := ' OTA_BST_API.';
11: --
12: -- Global api dml status
13: --
14: g_api_dml boolean;

Line 775: if ( nvl(ota_bst_api.g_booking_status_type_id, hr_api.g_number)

771: ,p_argument => 'booking_status_type_id'
772: ,p_argument_value => p_booking_status_type_id
773: );
774: --
775: if ( nvl(ota_bst_api.g_booking_status_type_id, hr_api.g_number)
776: = p_booking_status_type_id) then
777: --
778: -- The legislation code has already been found with a previous
779: -- call to this function. Just return the value in the global

Line 782: l_legislation_code := ota_bst_api.g_legislation_code;

778: -- The legislation code has already been found with a previous
779: -- call to this function. Just return the value in the global
780: -- variable.
781: --
782: l_legislation_code := ota_bst_api.g_legislation_code;
783: hr_utility.set_location(l_proc, 20);
784: else
785: --
786: -- The ID is different to the last call to this function

Line 806: ota_bst_api.g_booking_status_type_id := p_booking_status_type_id;

802: -- Set the global variables so the values are
803: -- available for the next call to this function.
804: --
805: close csr_leg_code;
806: ota_bst_api.g_booking_status_type_id := p_booking_status_type_id;
807: ota_bst_api.g_legislation_code := l_legislation_code;
808: end if;
809: hr_utility.set_location(' Leaving:'|| l_proc, 40);
810: return l_legislation_code;

Line 807: ota_bst_api.g_legislation_code := l_legislation_code;

803: -- available for the next call to this function.
804: --
805: close csr_leg_code;
806: ota_bst_api.g_booking_status_type_id := p_booking_status_type_id;
807: ota_bst_api.g_legislation_code := l_legislation_code;
808: end if;
809: hr_utility.set_location(' Leaving:'|| l_proc, 40);
810: return l_legislation_code;
811: end return_legislation_code;

Line 826: ota_bst_api.g_booking_status_type_id_i := p_booking_status_type_id;

822: --
823: Begin
824: hr_utility.set_location('Entering:'||l_proc, 10);
825: --
826: ota_bst_api.g_booking_status_type_id_i := p_booking_status_type_id;
827: --
828: hr_utility.set_location(' Leaving:'||l_proc, 20);
829: End set_base_key_value;
830: --

Line 2302: end OTA_BST_API;

2298: --
2299: HR_UTILITY.SET_LOCATION(' Leaving:'||W_PROC, 10);
2300: End del;
2301: --
2302: end OTA_BST_API;