DBA Data[Home] [Help]

APPS.PER_OSV_BUS dependencies on PER_OSV_BUS

Line 1: Package Body per_osv_bus as

1: Package Body per_osv_bus as
2: /* $Header: peosvrhi.pkb 120.0 2005/05/31 12:37:30 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_osv_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 418: if ( nvl(per_osv_bus.g_org_structure_version_id, hr_api.g_number)

414: ,p_argument => 'org_structure_version_id'
415: ,p_argument_value => p_org_structure_version_id
416: );
417: --
418: if ( nvl(per_osv_bus.g_org_structure_version_id, hr_api.g_number)
419: = p_org_structure_version_id) then
420: --
421: -- The legislation code has already been found with a previous
422: -- call to this function. Just return the value in the global

Line 425: l_legislation_code := per_osv_bus.g_legislation_code;

421: -- The legislation code has already been found with a previous
422: -- call to this function. Just return the value in the global
423: -- variable.
424: --
425: l_legislation_code := per_osv_bus.g_legislation_code;
426: hr_utility.set_location(l_proc, 20);
427: else
428: --
429: -- The ID is different to the last call to this function

Line 449: per_osv_bus.g_org_structure_version_id := p_org_structure_version_id;

445: -- Set the global variables so the values are
446: -- available for the next call to this function.
447: --
448: close csr_leg_code;
449: per_osv_bus.g_org_structure_version_id := p_org_structure_version_id;
450: per_osv_bus.g_legislation_code := l_legislation_code;
451: end if;
452: hr_utility.set_location(' Leaving:'|| l_proc, 40);
453: return l_legislation_code;

Line 450: per_osv_bus.g_legislation_code := l_legislation_code;

446: -- available for the next call to this function.
447: --
448: close csr_leg_code;
449: per_osv_bus.g_org_structure_version_id := p_org_structure_version_id;
450: per_osv_bus.g_legislation_code := l_legislation_code;
451: end if;
452: hr_utility.set_location(' Leaving:'|| l_proc, 40);
453: return l_legislation_code;
454: end return_legislation_code;

Line 633: end per_osv_bus;

629: --
630: hr_utility.set_location(' Leaving:'||l_proc, 10);
631: End delete_validate;
632: --
633: end per_osv_bus;