DBA Data[Home] [Help]

APPS.PER_STC_BUS dependencies on PER_STC_BUS

Line 1: Package Body per_stc_bus as

1: Package Body per_stc_bus as
2: /* $Header: pestcrhi.pkb 120.1 2005/08/29 11:48:34 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_stc_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 145: if (( nvl(per_stc_bus.g_component_name, hr_api.g_varchar2)

141: ,p_argument => 'solution_type_name'
142: ,p_argument_value => p_solution_type_name
143: );
144: --
145: if (( nvl(per_stc_bus.g_component_name, hr_api.g_varchar2)
146: = p_component_name)
147: and ( nvl(per_stc_bus.g_solution_type_name, hr_api.g_varchar2)
148: = p_solution_type_name)) then
149: --

Line 147: and ( nvl(per_stc_bus.g_solution_type_name, hr_api.g_varchar2)

143: );
144: --
145: if (( nvl(per_stc_bus.g_component_name, hr_api.g_varchar2)
146: = p_component_name)
147: and ( nvl(per_stc_bus.g_solution_type_name, hr_api.g_varchar2)
148: = p_solution_type_name)) then
149: --
150: -- The legislation code has already been found with a previous
151: -- call to this function. Just return the value in the global

Line 154: l_legislation_code := per_stc_bus.g_legislation_code;

150: -- The legislation code has already been found with a previous
151: -- call to this function. Just return the value in the global
152: -- variable.
153: --
154: l_legislation_code := per_stc_bus.g_legislation_code;
155: hr_utility.set_location(l_proc, 20);
156: else
157: --
158: -- The ID is different to the last call to this function

Line 178: per_stc_bus.g_component_name := p_component_name;

174: -- Set the global variables so the values are
175: -- available for the next call to this function.
176: --
177: close csr_leg_code;
178: per_stc_bus.g_component_name := p_component_name;
179: per_stc_bus.g_solution_type_name := p_solution_type_name;
180: per_stc_bus.g_legislation_code := l_legislation_code;
181: end if;
182: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 179: per_stc_bus.g_solution_type_name := p_solution_type_name;

175: -- available for the next call to this function.
176: --
177: close csr_leg_code;
178: per_stc_bus.g_component_name := p_component_name;
179: per_stc_bus.g_solution_type_name := p_solution_type_name;
180: per_stc_bus.g_legislation_code := l_legislation_code;
181: end if;
182: hr_utility.set_location(' Leaving:'|| l_proc, 40);
183: return l_legislation_code;

Line 180: per_stc_bus.g_legislation_code := l_legislation_code;

176: --
177: close csr_leg_code;
178: per_stc_bus.g_component_name := p_component_name;
179: per_stc_bus.g_solution_type_name := p_solution_type_name;
180: per_stc_bus.g_legislation_code := l_legislation_code;
181: end if;
182: hr_utility.set_location(' Leaving:'|| l_proc, 40);
183: return l_legislation_code;
184: end return_legislation_code;

Line 569: end per_stc_bus;

565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 10);
567: End delete_validate;
568: --
569: end per_stc_bus;