DBA Data[Home] [Help]

APPS.PER_SLT_BUS dependencies on PER_SLT_BUS

Line 1: Package Body per_slt_bus as

1: Package Body per_slt_bus as
2: /* $Header: pesltrhi.pkb 115.2 2003/08/07 23:59:21 vkonda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_slt_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 127: if ( nvl(per_slt_bus.g_solution_type_name, hr_api.g_varchar2)

123: ,p_argument => 'solution_type_name'
124: ,p_argument_value => p_solution_type_name
125: );
126: --
127: if ( nvl(per_slt_bus.g_solution_type_name, hr_api.g_varchar2)
128: = p_solution_type_name) 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 := per_slt_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 := per_slt_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: per_slt_bus.g_solution_type_name := p_solution_type_name;

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: per_slt_bus.g_solution_type_name := p_solution_type_name;
159: per_slt_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;

Line 159: per_slt_bus.g_legislation_code := l_legislation_code;

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

Line 525: end per_slt_bus;

521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End delete_validate;
524: --
525: end per_slt_bus;