DBA Data[Home] [Help]

APPS.OTA_LST_BUS dependencies on OTA_LST_BUS

Line 1: Package Body ota_lst_bus as

1: Package Body ota_lst_bus as
2: /* $Header: otlstrhi.pkb 120.0 2005/05/29 07:25 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_lst_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 128: if (( nvl(ota_lst_bus.g_learning_path_section_id, hr_api.g_number)

124: ,p_argument_value => p_learning_path_section_id
125: );
126: --
127: --
128: if (( nvl(ota_lst_bus.g_learning_path_section_id, hr_api.g_number)
129: = p_learning_path_section_id)
130: and ( nvl(ota_lst_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --

Line 130: and ( nvl(ota_lst_bus.g_language, hr_api.g_varchar2)

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

Line 137: l_legislation_code := ota_lst_bus.g_legislation_code;

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

Line 161: ota_lst_bus.g_learning_path_section_id := p_learning_path_section_id;

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

Line 162: ota_lst_bus.g_language := p_language;

158: -- available for the next call to this function.
159: --
160: close csr_leg_code;
161: ota_lst_bus.g_learning_path_section_id := p_learning_path_section_id;
162: ota_lst_bus.g_language := p_language;
163: ota_lst_bus.g_legislation_code := l_legislation_code;
164: end if;
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;

Line 163: ota_lst_bus.g_legislation_code := l_legislation_code;

159: --
160: close csr_leg_code;
161: ota_lst_bus.g_learning_path_section_id := p_learning_path_section_id;
162: ota_lst_bus.g_language := p_language;
163: ota_lst_bus.g_legislation_code := l_legislation_code;
164: end if;
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;
167: end return_legislation_code;

Line 294: end ota_lst_bus;

290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End delete_validate;
293: --
294: end ota_lst_bus;