DBA Data[Home] [Help]

APPS.PER_PSO_BUS dependencies on PER_PSO_BUS

Line 1: Package Body per_pso_bus as

1: Package Body per_pso_bus as
2: /* $Header: pepsorhi.pkb 115.1 2002/12/04 16:50:05 eumenyio noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pso_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 120: if ( nvl(per_pso_bus.g_security_organization_id, hr_api.g_number)

116: ,p_argument => 'security_organization_id'
117: ,p_argument_value => p_security_organization_id
118: );
119: --
120: if ( nvl(per_pso_bus.g_security_organization_id, hr_api.g_number)
121: = p_security_organization_id) then
122: --
123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global

Line 127: l_legislation_code := per_pso_bus.g_legislation_code;

123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global
125: -- variable.
126: --
127: l_legislation_code := per_pso_bus.g_legislation_code;
128: hr_utility.set_location(l_proc, 20);
129: else
130: --
131: -- The ID is different to the last call to this function

Line 151: per_pso_bus.g_security_organization_id := p_security_organization_id;

147: -- Set the global variables so the values are
148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: per_pso_bus.g_security_organization_id := p_security_organization_id;
152: per_pso_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;

Line 152: per_pso_bus.g_legislation_code := l_legislation_code;

148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: per_pso_bus.g_security_organization_id := p_security_organization_id;
152: per_pso_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;
156: end return_legislation_code;

Line 382: end per_pso_bus;

378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: End delete_validate;
381: --
382: end per_pso_bus;