DBA Data[Home] [Help]

APPS.PAY_ISB_BUS dependencies on PAY_ISB_BUS

Line 1: Package Body pay_isb_bus as

1: Package Body pay_isb_bus as
2: /* $Header: pyisbrhi.pkb 115.3 2002/12/16 17:48:15 dsaxby ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_isb_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 323: if ( nvl(pay_isb_bus.g_social_benefit_id, hr_api.g_number)

319: ,p_argument => 'social_benefit_id'
320: ,p_argument_value => p_social_benefit_id
321: );
322: --
323: if ( nvl(pay_isb_bus.g_social_benefit_id, hr_api.g_number)
324: = p_social_benefit_id) then
325: --
326: -- The legislation code has already been found with a previous
327: -- call to this function. Just return the value in the global

Line 330: l_legislation_code := pay_isb_bus.g_legislation_code;

326: -- The legislation code has already been found with a previous
327: -- call to this function. Just return the value in the global
328: -- variable.
329: --
330: l_legislation_code := pay_isb_bus.g_legislation_code;
331: hr_utility.set_location(l_proc, 20);
332: else
333: --
334: -- The ID is different to the last call to this function

Line 354: pay_isb_bus.g_social_benefit_id := p_social_benefit_id;

350: -- Set the global variables so the values are
351: -- available for the next call to this function.
352: --
353: close csr_leg_code;
354: pay_isb_bus.g_social_benefit_id := p_social_benefit_id;
355: pay_isb_bus.g_legislation_code := l_legislation_code;
356: end if;
357: hr_utility.set_location(' Leaving:'|| l_proc, 40);
358: return l_legislation_code;

Line 355: pay_isb_bus.g_legislation_code := l_legislation_code;

351: -- available for the next call to this function.
352: --
353: close csr_leg_code;
354: pay_isb_bus.g_social_benefit_id := p_social_benefit_id;
355: pay_isb_bus.g_legislation_code := l_legislation_code;
356: end if;
357: hr_utility.set_location(' Leaving:'|| l_proc, 40);
358: return l_legislation_code;
359: end return_legislation_code;

Line 760: end pay_isb_bus;

756: --
757: hr_utility.set_location(' Leaving:'||l_proc, 10);
758: End delete_validate;
759: --
760: end pay_isb_bus;