DBA Data[Home] [Help]

APPS.PER_NAA_BUS dependencies on PER_NAA_BUS

Line 1: Package Body per_naa_bus as

1: Package Body per_naa_bus as
2: /* $Header: penaarhi.pkb 120.1 2006/04/25 06:01:33 niljain noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_naa_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 504: if ( nvl(per_naa_bus.g_absence_action_id, hr_api.g_number)

500: ,p_argument => 'absence_action_id'
501: ,p_argument_value => p_absence_action_id
502: );
503: --
504: if ( nvl(per_naa_bus.g_absence_action_id, hr_api.g_number)
505: = p_absence_action_id) then
506: --
507: -- The legislation code has already been found with a previous
508: -- call to this function. Just return the value in the global

Line 511: l_legislation_code := per_naa_bus.g_legislation_code;

507: -- The legislation code has already been found with a previous
508: -- call to this function. Just return the value in the global
509: -- variable.
510: --
511: l_legislation_code := per_naa_bus.g_legislation_code;
512: hr_utility.set_location(l_proc, 20);
513: else
514: --
515: -- The ID is different to the last call to this function

Line 535: per_naa_bus.g_absence_action_id := p_absence_action_id;

531: -- Set the global variables so the values are
532: -- available for the next call to this function.
533: --
534: close csr_leg_code;
535: per_naa_bus.g_absence_action_id := p_absence_action_id;
536: per_naa_bus.g_legislation_code := l_legislation_code;
537: end if;
538: hr_utility.set_location(' Leaving:'|| l_proc, 40);
539: return l_legislation_code;

Line 536: per_naa_bus.g_legislation_code := l_legislation_code;

532: -- available for the next call to this function.
533: --
534: close csr_leg_code;
535: per_naa_bus.g_absence_action_id := p_absence_action_id;
536: per_naa_bus.g_legislation_code := l_legislation_code;
537: end if;
538: hr_utility.set_location(' Leaving:'|| l_proc, 40);
539: return l_legislation_code;
540: end return_legislation_code;

Line 746: end per_naa_bus;

742: --
743: hr_utility.set_location(' Leaving:'||l_proc, 10);
744: End delete_validate;
745: --
746: end per_naa_bus;