DBA Data[Home] [Help]

APPS.OTA_NHS_BUS dependencies on OTA_NHS_BUS

Line 1: Package Body ota_nhs_bus as

1: Package Body ota_nhs_bus as
2: /* $Header: otnhsrhi.pkb 120.1 2005/09/30 05:00:04 ssur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_nhs_bus.'; -- Global package name
9: g_nota_history_id number default null;
10: g_legislation_code varchar2(150) default null;
11: -- ---------------------------------------------------------------------------
12: -- |----------------------< set_security_group_id >--------------------------|

Line 106: if ( nvl(ota_nhs_bus.g_nota_history_id, hr_api.g_number)

102: ,p_argument => 'nota_history_id'
103: ,p_argument_value => p_nota_history_id
104: );
105: --
106: if ( nvl(ota_nhs_bus.g_nota_history_id, hr_api.g_number)
107: = p_nota_history_id) then
108: --
109: -- The legislation code has already been found with a previous
110: -- call to this function. Just return the value in the global

Line 113: l_legislation_code := ota_nhs_bus.g_legislation_code;

109: -- The legislation code has already been found with a previous
110: -- call to this function. Just return the value in the global
111: -- variable.
112: --
113: l_legislation_code := ota_nhs_bus.g_legislation_code;
114: hr_utility.set_location(l_proc, 20);
115: else
116: --
117: -- The ID is different to the last call to this function

Line 137: ota_nhs_bus.g_nota_history_id := p_nota_history_id;

133: -- Set the global variables so the values are
134: -- available for the next call to this function.
135: --
136: close csr_leg_code;
137: ota_nhs_bus.g_nota_history_id := p_nota_history_id;
138: ota_nhs_bus.g_legislation_code := l_legislation_code;
139: end if;
140: hr_utility.set_location(' Leaving:'|| l_proc, 40);
141: return l_legislation_code;

Line 138: ota_nhs_bus.g_legislation_code := l_legislation_code;

134: -- available for the next call to this function.
135: --
136: close csr_leg_code;
137: ota_nhs_bus.g_nota_history_id := p_nota_history_id;
138: ota_nhs_bus.g_legislation_code := l_legislation_code;
139: end if;
140: hr_utility.set_location(' Leaving:'|| l_proc, 40);
141: return l_legislation_code;
142: end return_legislation_code;

Line 401: ota_nhs_bus.get_profile_value(l_cross_business_group,

397:
398:
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: ota_nhs_bus.get_profile_value(l_cross_business_group,
402: l_business_group_id );
403:
404: if (((p_nota_history_id is not null) and
405: nvl(ota_nhs_shd.g_old_rec.organization_id,hr_api.g_number) <>

Line 549: ota_nhs_bus.get_profile_value(l_cross_business_group,

545: */
546: Begin
547: hr_utility.set_location('Entering:'||l_proc, 5);
548:
549: ota_nhs_bus.get_profile_value(l_cross_business_group,
550: l_business_group_id );
551:
552:
553: if (((p_nota_history_id is not null) and

Line 1058: end ota_nhs_bus;

1054: --
1055: hr_utility.set_location(' Leaving:'||l_proc, 10);
1056: End delete_validate;
1057: --
1058: end ota_nhs_bus;