DBA Data[Home] [Help]

APPS.OTA_CTL_BUS dependencies on OTA_CTL_BUS

Line 1: Package Body ota_ctl_bus as

1: Package Body ota_ctl_bus as
2: /* $Header: otctlrhi.pkb 120.2 2005/12/01 16:42 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_ctl_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 126: if (( nvl(ota_ctl_bus.g_certification_id, hr_api.g_number)

122: ,p_argument_value => p_certification_id
123: );
124: --
125: --
126: if (( nvl(ota_ctl_bus.g_certification_id, hr_api.g_number)
127: = p_certification_id)
128: and ( nvl(ota_ctl_bus.g_language, hr_api.g_varchar2)
129: = p_language)) then
130: --

Line 128: and ( nvl(ota_ctl_bus.g_language, hr_api.g_varchar2)

124: --
125: --
126: if (( nvl(ota_ctl_bus.g_certification_id, hr_api.g_number)
127: = p_certification_id)
128: and ( nvl(ota_ctl_bus.g_language, hr_api.g_varchar2)
129: = p_language)) then
130: --
131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global

Line 135: l_legislation_code := ota_ctl_bus.g_legislation_code;

131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global
133: -- variable.
134: --
135: l_legislation_code := ota_ctl_bus.g_legislation_code;
136: hr_utility.set_location(l_proc, 20);
137: else
138: --
139: -- The ID is different to the last call to this function

Line 159: ota_ctl_bus.g_certification_id := p_certification_id;

155: -- Set the global variables so the values are
156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: ota_ctl_bus.g_certification_id := p_certification_id;
160: ota_ctl_bus.g_language := p_language;
161: ota_ctl_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 160: ota_ctl_bus.g_language := p_language;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: ota_ctl_bus.g_certification_id := p_certification_id;
160: ota_ctl_bus.g_language := p_language;
161: ota_ctl_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;

Line 161: ota_ctl_bus.g_legislation_code := l_legislation_code;

157: --
158: close csr_leg_code;
159: ota_ctl_bus.g_certification_id := p_certification_id;
160: ota_ctl_bus.g_language := p_language;
161: ota_ctl_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;
165: end return_legislation_code;

Line 239: ota_ctl_bus.set_security_group_id(p_certification_id => p_certification_id);

235: -- Call all supporting business operations
236: --
237: --
238: -- Added for Bug#4775354
239: ota_ctl_bus.set_security_group_id(p_certification_id => p_certification_id);
240: --
241: -- Validate Dependent Attributes
242: --
243: --

Line 298: end ota_ctl_bus;

294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End delete_validate;
297: --
298: end ota_ctl_bus;