DBA Data[Home] [Help]

APPS.PER_RTX_BUS dependencies on PER_RTX_BUS

Line 1: Package Body per_rtx_bus as

1: Package Body per_rtx_bus as
2: /* $Header: pertxrhi.pkb 115.3 2004/06/28 23:22:17 kjagadee noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_rtx_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 136: if (( nvl(per_rtx_bus.g_rating_level_id, hr_api.g_number)

132: ,p_argument_value => p_rating_level_id
133: );
134: --
135: --
136: if (( nvl(per_rtx_bus.g_rating_level_id, hr_api.g_number)
137: = p_rating_level_id)
138: and ( nvl(per_rtx_bus.g_language, hr_api.g_varchar2)
139: = p_language)) then
140: --

Line 138: and ( nvl(per_rtx_bus.g_language, hr_api.g_varchar2)

134: --
135: --
136: if (( nvl(per_rtx_bus.g_rating_level_id, hr_api.g_number)
137: = p_rating_level_id)
138: and ( nvl(per_rtx_bus.g_language, hr_api.g_varchar2)
139: = p_language)) then
140: --
141: -- The legislation code has already been found with a previous
142: -- call to this function. Just return the value in the global

Line 145: l_legislation_code := per_rtx_bus.g_legislation_code;

141: -- The legislation code has already been found with a previous
142: -- call to this function. Just return the value in the global
143: -- variable.
144: --
145: l_legislation_code := per_rtx_bus.g_legislation_code;
146: hr_utility.set_location(l_proc, 20);
147: else
148: --
149: -- The ID is different to the last call to this function

Line 169: per_rtx_bus.g_rating_level_id := p_rating_level_id;

165: -- Set the global variables so the values are
166: -- available for the next call to this function.
167: --
168: close csr_leg_code;
169: per_rtx_bus.g_rating_level_id := p_rating_level_id;
170: per_rtx_bus.g_language := p_language;
171: per_rtx_bus.g_legislation_code := l_legislation_code;
172: end if;
173: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 170: per_rtx_bus.g_language := p_language;

166: -- available for the next call to this function.
167: --
168: close csr_leg_code;
169: per_rtx_bus.g_rating_level_id := p_rating_level_id;
170: per_rtx_bus.g_language := p_language;
171: per_rtx_bus.g_legislation_code := l_legislation_code;
172: end if;
173: hr_utility.set_location(' Leaving:'|| l_proc, 40);
174: return l_legislation_code;

Line 171: per_rtx_bus.g_legislation_code := l_legislation_code;

167: --
168: close csr_leg_code;
169: per_rtx_bus.g_rating_level_id := p_rating_level_id;
170: per_rtx_bus.g_language := p_language;
171: per_rtx_bus.g_legislation_code := l_legislation_code;
172: end if;
173: hr_utility.set_location(' Leaving:'|| l_proc, 40);
174: return l_legislation_code;
175: end return_legislation_code;

Line 552: end per_rtx_bus;

548: hr_utility.set_location('Leaving:'||l_proc,10);
549: --
550: END;
551: --
552: end per_rtx_bus;