DBA Data[Home] [Help]

APPS.PER_SPP_BUS dependencies on PER_SPP_BUS

Line 1: Package Body per_spp_bus as

1: Package Body per_spp_bus as
2: /* $Header: pespprhi.pkb 120.1.12000000.2 2007/08/30 07:19:59 ande noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_spp_bus.'; -- Global package name
9: -- Start of 3335915
10: g_debug boolean := hr_utility.debug_enabled;
11: -- End of 3335915
12:

Line 1099: if ( nvl(per_spp_bus.g_placement_id, hr_api.g_number)

1095: ,p_argument => 'placement_id'
1096: ,p_argument_value => p_placement_id
1097: );
1098: --
1099: if ( nvl(per_spp_bus.g_placement_id, hr_api.g_number)
1100: = p_placement_id) then
1101: --
1102: -- The legislation code has already been found with a previous
1103: -- call to this function. Just return the value in the global

Line 1106: l_legislation_code := per_spp_bus.g_legislation_code;

1102: -- The legislation code has already been found with a previous
1103: -- call to this function. Just return the value in the global
1104: -- variable.
1105: --
1106: l_legislation_code := per_spp_bus.g_legislation_code;
1107: hr_utility.set_location(l_proc, 20);
1108: else
1109: --
1110: -- The ID is different to the last call to this function

Line 1130: per_spp_bus.g_placement_id := p_placement_id;

1126: -- Set the global variables so the values are
1127: -- available for the next call to this function.
1128: --
1129: close csr_leg_code;
1130: per_spp_bus.g_placement_id := p_placement_id;
1131: per_spp_bus.g_legislation_code := l_legislation_code;
1132: end if;
1133: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1134: return l_legislation_code;

Line 1131: per_spp_bus.g_legislation_code := l_legislation_code;

1127: -- available for the next call to this function.
1128: --
1129: close csr_leg_code;
1130: per_spp_bus.g_placement_id := p_placement_id;
1131: per_spp_bus.g_legislation_code := l_legislation_code;
1132: end if;
1133: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1134: return l_legislation_code;
1135: end return_legislation_code;

Line 1703: end per_spp_bus;

1699: --
1700: hr_utility.set_location(' Leaving:'||l_proc, 10);
1701: End delete_validate;
1702: --
1703: end per_spp_bus;