DBA Data[Home] [Help]

APPS.PER_SLS_BUS dependencies on PER_SLS_BUS

Line 1: Package Body per_sls_bus as

1: Package Body per_sls_bus as
2: /* $Header: peslsrhi.pkb 115.2 2003/08/07 23:58:22 vkonda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_sls_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_sls_bus.g_solution_set_name, hr_api.g_varchar2)

141: ,p_argument => 'user_id'
142: ,p_argument_value => p_user_id
143: );
144: --
145: if (( nvl(per_sls_bus.g_solution_set_name, hr_api.g_varchar2)
146: = p_solution_set_name)
147: and ( nvl(per_sls_bus.g_user_id, hr_api.g_number)
148: = p_user_id)) then
149: --

Line 147: and ( nvl(per_sls_bus.g_user_id, hr_api.g_number)

143: );
144: --
145: if (( nvl(per_sls_bus.g_solution_set_name, hr_api.g_varchar2)
146: = p_solution_set_name)
147: and ( nvl(per_sls_bus.g_user_id, hr_api.g_number)
148: = p_user_id)) 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_sls_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_sls_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_sls_bus.g_solution_set_name := p_solution_set_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_sls_bus.g_solution_set_name := p_solution_set_name;
179: per_sls_bus.g_user_id := p_user_id;
180: per_sls_bus.g_legislation_code := l_legislation_code;
181: end if;
182: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 179: per_sls_bus.g_user_id := p_user_id;

175: -- available for the next call to this function.
176: --
177: close csr_leg_code;
178: per_sls_bus.g_solution_set_name := p_solution_set_name;
179: per_sls_bus.g_user_id := p_user_id;
180: per_sls_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_sls_bus.g_legislation_code := l_legislation_code;

176: --
177: close csr_leg_code;
178: per_sls_bus.g_solution_set_name := p_solution_set_name;
179: per_sls_bus.g_user_id := p_user_id;
180: per_sls_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 432: end per_sls_bus;

428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 10);
430: End delete_validate;
431: --
432: end per_sls_bus;