DBA Data[Home] [Help]

APPS.PAY_SPR_BUS dependencies on PAY_SPR_BUS

Line 1: Package Body pay_spr_bus as

1: Package Body pay_spr_bus as
2: /* $Header: pysprrhi.pkb 120.0 2005/05/29 08:54:06 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_spr_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 133: if (( nvl(pay_spr_bus.g_security_profile_id, hr_api.g_number)

129: ,p_argument => 'payroll_id'
130: ,p_argument_value => p_payroll_id
131: );
132: --
133: if (( nvl(pay_spr_bus.g_security_profile_id, hr_api.g_number)
134: = p_security_profile_id)
135: and ( nvl(pay_spr_bus.g_payroll_id, hr_api.g_number)
136: = p_payroll_id)) then
137: --

Line 135: and ( nvl(pay_spr_bus.g_payroll_id, hr_api.g_number)

131: );
132: --
133: if (( nvl(pay_spr_bus.g_security_profile_id, hr_api.g_number)
134: = p_security_profile_id)
135: and ( nvl(pay_spr_bus.g_payroll_id, hr_api.g_number)
136: = p_payroll_id)) then
137: --
138: -- The legislation code has already been found with a previous
139: -- call to this function. Just return the value in the global

Line 142: l_legislation_code := pay_spr_bus.g_legislation_code;

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

Line 166: pay_spr_bus.g_security_profile_id := p_security_profile_id;

162: -- Set the global variables so the values are
163: -- available for the next call to this function.
164: --
165: close csr_leg_code;
166: pay_spr_bus.g_security_profile_id := p_security_profile_id;
167: pay_spr_bus.g_payroll_id := p_payroll_id;
168: pay_spr_bus.g_legislation_code := l_legislation_code;
169: end if;
170: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 167: pay_spr_bus.g_payroll_id := p_payroll_id;

163: -- available for the next call to this function.
164: --
165: close csr_leg_code;
166: pay_spr_bus.g_security_profile_id := p_security_profile_id;
167: pay_spr_bus.g_payroll_id := p_payroll_id;
168: pay_spr_bus.g_legislation_code := l_legislation_code;
169: end if;
170: hr_utility.set_location(' Leaving:'|| l_proc, 40);
171: return l_legislation_code;

Line 168: pay_spr_bus.g_legislation_code := l_legislation_code;

164: --
165: close csr_leg_code;
166: pay_spr_bus.g_security_profile_id := p_security_profile_id;
167: pay_spr_bus.g_payroll_id := p_payroll_id;
168: pay_spr_bus.g_legislation_code := l_legislation_code;
169: end if;
170: hr_utility.set_location(' Leaving:'|| l_proc, 40);
171: return l_legislation_code;
172: end return_legislation_code;

Line 556: end pay_spr_bus;

552: hr_utility.set_location(' Leaving:'||l_proc, 10);
553: End delete_validate;
554: --
555: --
556: end pay_spr_bus;