DBA Data[Home] [Help]

APPS.PER_SOS_BUS dependencies on PER_SOS_BUS

Line 1: Package Body per_sos_bus as

1: Package Body per_sos_bus as
2: /* $Header: pesosrhi.pkb 115.2 2003/08/08 00:05:41 vkonda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_sos_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 163: if (( nvl(per_sos_bus.g_solution_id, hr_api.g_number)

159: ,p_argument => 'user_id'
160: ,p_argument_value => p_user_id
161: );
162: --
163: if (( nvl(per_sos_bus.g_solution_id, hr_api.g_number)
164: = p_solution_id)
165: and ( nvl(per_sos_bus.g_solution_set_name, hr_api.g_varchar2)
166: = p_solution_set_name)
167: and ( nvl(per_sos_bus.g_user_id, hr_api.g_number)

Line 165: and ( nvl(per_sos_bus.g_solution_set_name, hr_api.g_varchar2)

161: );
162: --
163: if (( nvl(per_sos_bus.g_solution_id, hr_api.g_number)
164: = p_solution_id)
165: and ( nvl(per_sos_bus.g_solution_set_name, hr_api.g_varchar2)
166: = p_solution_set_name)
167: and ( nvl(per_sos_bus.g_user_id, hr_api.g_number)
168: = p_user_id)) then
169: --

Line 167: and ( nvl(per_sos_bus.g_user_id, hr_api.g_number)

163: if (( nvl(per_sos_bus.g_solution_id, hr_api.g_number)
164: = p_solution_id)
165: and ( nvl(per_sos_bus.g_solution_set_name, hr_api.g_varchar2)
166: = p_solution_set_name)
167: and ( nvl(per_sos_bus.g_user_id, hr_api.g_number)
168: = p_user_id)) then
169: --
170: -- The legislation code has already been found with a previous
171: -- call to this function. Just return the value in the global

Line 174: l_legislation_code := per_sos_bus.g_legislation_code;

170: -- The legislation code has already been found with a previous
171: -- call to this function. Just return the value in the global
172: -- variable.
173: --
174: l_legislation_code := per_sos_bus.g_legislation_code;
175: hr_utility.set_location(l_proc, 20);
176: else
177: --
178: -- The ID is different to the last call to this function

Line 198: per_sos_bus.g_solution_id := p_solution_id;

194: -- Set the global variables so the values are
195: -- available for the next call to this function.
196: --
197: close csr_leg_code;
198: per_sos_bus.g_solution_id := p_solution_id;
199: per_sos_bus.g_solution_set_name := p_solution_set_name;
200: per_sos_bus.g_user_id := p_user_id;
201: per_sos_bus.g_legislation_code := l_legislation_code;
202: end if;

Line 199: per_sos_bus.g_solution_set_name := p_solution_set_name;

195: -- available for the next call to this function.
196: --
197: close csr_leg_code;
198: per_sos_bus.g_solution_id := p_solution_id;
199: per_sos_bus.g_solution_set_name := p_solution_set_name;
200: per_sos_bus.g_user_id := p_user_id;
201: per_sos_bus.g_legislation_code := l_legislation_code;
202: end if;
203: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 200: per_sos_bus.g_user_id := p_user_id;

196: --
197: close csr_leg_code;
198: per_sos_bus.g_solution_id := p_solution_id;
199: per_sos_bus.g_solution_set_name := p_solution_set_name;
200: per_sos_bus.g_user_id := p_user_id;
201: per_sos_bus.g_legislation_code := l_legislation_code;
202: end if;
203: hr_utility.set_location(' Leaving:'|| l_proc, 40);
204: return l_legislation_code;

Line 201: per_sos_bus.g_legislation_code := l_legislation_code;

197: close csr_leg_code;
198: per_sos_bus.g_solution_id := p_solution_id;
199: per_sos_bus.g_solution_set_name := p_solution_set_name;
200: per_sos_bus.g_user_id := p_user_id;
201: per_sos_bus.g_legislation_code := l_legislation_code;
202: end if;
203: hr_utility.set_location(' Leaving:'|| l_proc, 40);
204: return l_legislation_code;
205: end return_legislation_code;

Line 327: end per_sos_bus;

323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: End delete_validate;
326: --
327: end per_sos_bus;