DBA Data[Home] [Help]

APPS.PSP_PSO_BUS dependencies on PSP_PSO_BUS

Line 1: Package Body psp_pso_bus as

1: Package Body psp_pso_bus as
2: /* $Header: PSPSORHB.pls 120.2 2005/11/28 23:27 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' psp_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 134: if ( nvl(psp_pso_bus.g_salary_cap_override_id, hr_api.g_number)

130: ,p_argument => 'salary_cap_override_id'
131: ,p_argument_value => p_salary_cap_override_id
132: );
133: --
134: if ( nvl(psp_pso_bus.g_salary_cap_override_id, hr_api.g_number)
135: = p_salary_cap_override_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 141: l_legislation_code := psp_pso_bus.g_legislation_code;

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

Line 165: psp_pso_bus.g_salary_cap_override_id := p_salary_cap_override_id;

161: -- Set the global variables so the values are
162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: psp_pso_bus.g_salary_cap_override_id := p_salary_cap_override_id;
166: psp_pso_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;

Line 166: psp_pso_bus.g_legislation_code := l_legislation_code;

162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: psp_pso_bus.g_salary_cap_override_id := p_salary_cap_override_id;
166: psp_pso_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;
170: end return_legislation_code;

Line 427: end psp_pso_bus;

423: --
424: hr_utility.set_location(' Leaving:'||l_proc, 10);
425: End delete_validate;
426: --
427: end psp_pso_bus;