DBA Data[Home] [Help]

APPS.PER_ORS_BUS dependencies on PER_ORS_BUS

Line 1: Package Body per_ors_bus as

1: Package Body per_ors_bus as
2: /* $Header: peorsrhi.pkb 115.8 2003/06/30 09:58:15 kjagadee noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_ors_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 387: if ( nvl(per_ors_bus.g_organization_structure_id, hr_api.g_number)

383: ,p_argument => 'organization_structure_id'
384: ,p_argument_value => p_organization_structure_id
385: );
386: --
387: if ( nvl(per_ors_bus.g_organization_structure_id, hr_api.g_number)
388: = p_organization_structure_id) then
389: --
390: -- The legislation code has already been found with a previous
391: -- call to this function. Just return the value in the global

Line 394: l_legislation_code := per_ors_bus.g_legislation_code;

390: -- The legislation code has already been found with a previous
391: -- call to this function. Just return the value in the global
392: -- variable.
393: --
394: l_legislation_code := per_ors_bus.g_legislation_code;
395: hr_utility.set_location(l_proc, 20);
396: else
397: --
398: -- The ID is different to the last call to this function

Line 418: per_ors_bus.g_organization_structure_id := p_organization_structure_id;

414: -- Set the global variables so the values are
415: -- available for the next call to this function.
416: --
417: close csr_leg_code;
418: per_ors_bus.g_organization_structure_id := p_organization_structure_id;
419: per_ors_bus.g_legislation_code := l_legislation_code;
420: end if;
421: hr_utility.set_location(' Leaving:'|| l_proc, 40);
422: return l_legislation_code;

Line 419: per_ors_bus.g_legislation_code := l_legislation_code;

415: -- available for the next call to this function.
416: --
417: close csr_leg_code;
418: per_ors_bus.g_organization_structure_id := p_organization_structure_id;
419: per_ors_bus.g_legislation_code := l_legislation_code;
420: end if;
421: hr_utility.set_location(' Leaving:'|| l_proc, 40);
422: return l_legislation_code;
423: end return_legislation_code;

Line 663: per_ors_bus.chk_df(p_rec);

659: ,p_primary_structure_flag => p_rec.primary_structure_flag);
660:
661: --
662: --
663: per_ors_bus.chk_df(p_rec);
664: --
665: hr_utility.set_location(' Leaving:'||l_proc, 10);
666: End insert_validate;
667: --

Line 713: per_ors_bus.chk_df(p_rec);

709: ,p_rec => p_rec
710: );
711: --
712: --
713: per_ors_bus.chk_df(p_rec);
714: --
715: hr_utility.set_location(' Leaving:'||l_proc, 10);
716: End update_validate;
717: --

Line 743: end per_ors_bus;

739: --
740: hr_utility.set_location(' Leaving:'||l_proc, 10);
741: End delete_validate;
742: --
743: end per_ors_bus;