DBA Data[Home] [Help]

APPS.HR_PDE_BUS dependencies on HR_PDE_BUS

Line 1: Package Body hr_pde_bus as

1: Package Body hr_pde_bus as
2: /* $Header: hrpderhi.pkb 120.0 2005/09/23 06:44 adhunter noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_pde_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 53: if ( nvl(hr_pde_bus.g_person_deplymt_eit_id, hr_api.g_number)

49: ,p_argument => 'person_deplymt_eit_id'
50: ,p_argument_value => p_person_deplymt_eit_id
51: );
52: --
53: if ( nvl(hr_pde_bus.g_person_deplymt_eit_id, hr_api.g_number)
54: = p_person_deplymt_eit_id) then
55: --
56: -- The legislation code has already been found with a previous
57: -- call to this function. Just return the value in the global

Line 60: l_legislation_code := hr_pde_bus.g_legislation_code;

56: -- The legislation code has already been found with a previous
57: -- call to this function. Just return the value in the global
58: -- variable.
59: --
60: l_legislation_code := hr_pde_bus.g_legislation_code;
61: hr_utility.set_location(l_proc, 20);
62: else
63: --
64: -- The ID is different to the last call to this function

Line 84: hr_pde_bus.g_person_deplymt_eit_id := p_person_deplymt_eit_id;

80: -- Set the global variables so the values are
81: -- available for the next call to this function.
82: --
83: close csr_leg_code;
84: hr_pde_bus.g_person_deplymt_eit_id := p_person_deplymt_eit_id;
85: hr_pde_bus.g_legislation_code := l_legislation_code;
86: end if;
87: hr_utility.set_location(' Leaving:'|| l_proc, 40);
88: return l_legislation_code;

Line 85: hr_pde_bus.g_legislation_code := l_legislation_code;

81: -- available for the next call to this function.
82: --
83: close csr_leg_code;
84: hr_pde_bus.g_person_deplymt_eit_id := p_person_deplymt_eit_id;
85: hr_pde_bus.g_legislation_code := l_legislation_code;
86: end if;
87: hr_utility.set_location(' Leaving:'|| l_proc, 40);
88: return l_legislation_code;
89: end return_legislation_code;

Line 371: hr_pde_bus.chk_person_deployment_id

367: -- Call all supporting business operations
368: --
369: -- Validate Dependent Attributes
370: --
371: hr_pde_bus.chk_person_deployment_id
372: (p_person_deployment_id => p_rec.person_deployment_id);
373: --
374: hr_pde_bus.chk_person_extra_info_id
375: (p_person_extra_info_id => p_rec.person_extra_info_id

Line 374: hr_pde_bus.chk_person_extra_info_id

370: --
371: hr_pde_bus.chk_person_deployment_id
372: (p_person_deployment_id => p_rec.person_deployment_id);
373: --
374: hr_pde_bus.chk_person_extra_info_id
375: (p_person_extra_info_id => p_rec.person_extra_info_id
376: ,p_person_deployment_id => p_rec.person_deployment_id);
377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 425: end hr_pde_bus;

421: --
422: hr_utility.set_location(' Leaving:'||l_proc, 10);
423: End delete_validate;
424: --
425: end hr_pde_bus;