DBA Data[Home] [Help]

APPS.PER_PSV_BUS dependencies on PER_PSV_BUS

Line 1: Package Body per_psv_bus as

1: Package Body per_psv_bus as
2: /* $Header: pepsvrhi.pkb 115.7 2002/12/05 09:55:22 eumenyio noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_psv_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 140: if ( nvl(per_psv_bus.g_pos_structure_version_id, hr_api.g_number)

136: ,p_argument => 'pos_structure_version_id'
137: ,p_argument_value => p_pos_structure_version_id
138: );
139: --
140: if ( nvl(per_psv_bus.g_pos_structure_version_id, hr_api.g_number)
141: = p_pos_structure_version_id) then
142: --
143: -- The legislation code has already been found with a previous
144: -- call to this function. Just return the value in the global

Line 147: l_legislation_code := per_psv_bus.g_legislation_code;

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

Line 171: per_psv_bus.g_pos_structure_version_id := p_pos_structure_version_id;

167: -- Set the global variables so the values are
168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: per_psv_bus.g_pos_structure_version_id := p_pos_structure_version_id;
172: per_psv_bus.g_legislation_code := l_legislation_code;
173: end if;
174: hr_utility.set_location(' Leaving:'|| l_proc, 40);
175: return l_legislation_code;

Line 172: per_psv_bus.g_legislation_code := l_legislation_code;

168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: per_psv_bus.g_pos_structure_version_id := p_pos_structure_version_id;
172: per_psv_bus.g_legislation_code := l_legislation_code;
173: end if;
174: hr_utility.set_location(' Leaving:'|| l_proc, 40);
175: return l_legislation_code;
176: end return_legislation_code;

Line 581: end per_psv_bus;

577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);
579: End delete_validate;
580: --
581: end per_psv_bus;