DBA Data[Home] [Help]

APPS.PER_WBT_BUS dependencies on PER_WBT_BUS

Line 1: Package Body per_wbt_bus as

1: Package Body per_wbt_bus as
2: /* $Header: pewbtrhi.pkb 115.2 2004/07/04 23:58:13 balchand noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_wbt_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 134: if (( nvl(per_wbt_bus.g_workbench_item_code, hr_api.g_varchar2)

130: ,p_argument_value => p_workbench_item_code
131: );
132: --
133: --
134: if (( nvl(per_wbt_bus.g_workbench_item_code, hr_api.g_varchar2)
135: = p_workbench_item_code)
136: and ( nvl(per_wbt_bus.g_language, hr_api.g_varchar2)
137: = p_language)) then
138: --

Line 136: and ( nvl(per_wbt_bus.g_language, hr_api.g_varchar2)

132: --
133: --
134: if (( nvl(per_wbt_bus.g_workbench_item_code, hr_api.g_varchar2)
135: = p_workbench_item_code)
136: and ( nvl(per_wbt_bus.g_language, hr_api.g_varchar2)
137: = p_language)) then
138: --
139: -- The legislation code has already been found with a previous
140: -- call to this function. Just return the value in the global

Line 143: l_legislation_code := per_wbt_bus.g_legislation_code;

139: -- The legislation code has already been found with a previous
140: -- call to this function. Just return the value in the global
141: -- variable.
142: --
143: l_legislation_code := per_wbt_bus.g_legislation_code;
144: hr_utility.set_location(l_proc, 20);
145: else
146: --
147: -- The ID is different to the last call to this function

Line 167: per_wbt_bus.g_workbench_item_code := p_workbench_item_code;

163: -- Set the global variables so the values are
164: -- available for the next call to this function.
165: --
166: close csr_leg_code;
167: per_wbt_bus.g_workbench_item_code := p_workbench_item_code;
168: per_wbt_bus.g_language := p_language;
169: per_wbt_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 168: per_wbt_bus.g_language := p_language;

164: -- available for the next call to this function.
165: --
166: close csr_leg_code;
167: per_wbt_bus.g_workbench_item_code := p_workbench_item_code;
168: per_wbt_bus.g_language := p_language;
169: per_wbt_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;

Line 169: per_wbt_bus.g_legislation_code := l_legislation_code;

165: --
166: close csr_leg_code;
167: per_wbt_bus.g_workbench_item_code := p_workbench_item_code;
168: per_wbt_bus.g_language := p_language;
169: per_wbt_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;
173: end return_legislation_code;

Line 305: end per_wbt_bus;

301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: End delete_validate;
304: --
305: end per_wbt_bus;