DBA Data[Home] [Help]

APPS.OTA_CTT_BUS dependencies on OTA_CTT_BUS

Line 1: Package Body ota_ctt_bus as

1: Package Body ota_ctt_bus as
2: /* $Header: otcttrhi.pkb 120.0 2005/05/29 07:09:55 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_ctt_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 125: if (( nvl(ota_ctt_bus.g_category_usage_id, hr_api.g_number)

121: ,p_argument_value => p_category_usage_id
122: );
123: --
124: --
125: if (( nvl(ota_ctt_bus.g_category_usage_id, hr_api.g_number)
126: = p_category_usage_id)
127: and ( nvl(ota_ctt_bus.g_language, hr_api.g_varchar2)
128: = p_language)) then
129: --

Line 127: and ( nvl(ota_ctt_bus.g_language, hr_api.g_varchar2)

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

Line 134: l_legislation_code := ota_ctt_bus.g_legislation_code;

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

Line 158: ota_ctt_bus.g_category_usage_id := p_category_usage_id;

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

Line 159: ota_ctt_bus.g_language := p_language;

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

Line 160: ota_ctt_bus.g_legislation_code := l_legislation_code;

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

Line 436: end ota_ctt_bus;

432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End delete_validate;
435: --
436: end ota_ctt_bus;