DBA Data[Home] [Help]

APPS.PER_RSL_BUS dependencies on PER_RSL_BUS

Line 1: Package Body per_rsl_bus as

1: Package Body per_rsl_bus as
2: /* $Header: perslrhi.pkb 120.1 2005/06/15 05:45:38 bshukla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_rsl_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 141: if (( nvl(per_rsl_bus.g_rating_scale_id, hr_api.g_number)

137: ,p_argument_value => p_rating_scale_id
138: );
139: --
140: --
141: if (( nvl(per_rsl_bus.g_rating_scale_id, hr_api.g_number)
142: = p_rating_scale_id)
143: and ( nvl(per_rsl_bus.g_language, hr_api.g_varchar2)
144: = p_language)) then
145: --

Line 143: and ( nvl(per_rsl_bus.g_language, hr_api.g_varchar2)

139: --
140: --
141: if (( nvl(per_rsl_bus.g_rating_scale_id, hr_api.g_number)
142: = p_rating_scale_id)
143: and ( nvl(per_rsl_bus.g_language, hr_api.g_varchar2)
144: = p_language)) then
145: --
146: -- The legislation code has already been found with a previous
147: -- call to this function. Just return the value in the global

Line 150: l_legislation_code := per_rsl_bus.g_legislation_code;

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

Line 174: per_rsl_bus.g_rating_scale_id := p_rating_scale_id;

170: -- Set the global variables so the values are
171: -- available for the next call to this function.
172: --
173: close csr_leg_code;
174: per_rsl_bus.g_rating_scale_id := p_rating_scale_id;
175: per_rsl_bus.g_language := p_language;
176: per_rsl_bus.g_legislation_code := l_legislation_code;
177: end if;
178: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 175: per_rsl_bus.g_language := p_language;

171: -- available for the next call to this function.
172: --
173: close csr_leg_code;
174: per_rsl_bus.g_rating_scale_id := p_rating_scale_id;
175: per_rsl_bus.g_language := p_language;
176: per_rsl_bus.g_legislation_code := l_legislation_code;
177: end if;
178: hr_utility.set_location(' Leaving:'|| l_proc, 40);
179: return l_legislation_code;

Line 176: per_rsl_bus.g_legislation_code := l_legislation_code;

172: --
173: close csr_leg_code;
174: per_rsl_bus.g_rating_scale_id := p_rating_scale_id;
175: per_rsl_bus.g_language := p_language;
176: per_rsl_bus.g_legislation_code := l_legislation_code;
177: end if;
178: hr_utility.set_location(' Leaving:'|| l_proc, 40);
179: return l_legislation_code;
180: end return_legislation_code;

Line 569: end per_rsl_bus;

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