DBA Data[Home] [Help]

APPS.PER_ENV_BUS dependencies on PER_ENV_BUS

Line 1: Package Body per_env_bus as

1: Package Body per_env_bus as
2: /* $Header: peenvrhi.pkb 120.1 2005/08/04 03:23:12 vegopala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_env_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 120: if ( nvl(per_env_bus.g_cal_entry_value_id, hr_api.g_number)

116: ,p_argument => 'cal_entry_value_id'
117: ,p_argument_value => p_cal_entry_value_id
118: );
119: --
120: if ( nvl(per_env_bus.g_cal_entry_value_id, hr_api.g_number)
121: = p_cal_entry_value_id) then
122: --
123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global

Line 127: l_legislation_code := per_env_bus.g_legislation_code;

123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global
125: -- variable.
126: --
127: l_legislation_code := per_env_bus.g_legislation_code;
128: hr_utility.set_location(l_proc, 20);
129: else
130: --
131: -- The ID is different to the last call to this function

Line 151: per_env_bus.g_cal_entry_value_id := p_cal_entry_value_id;

147: -- Set the global variables so the values are
148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: per_env_bus.g_cal_entry_value_id := p_cal_entry_value_id;
152: per_env_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;

Line 152: per_env_bus.g_legislation_code := l_legislation_code;

148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: per_env_bus.g_cal_entry_value_id := p_cal_entry_value_id;
152: per_env_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;
156: end return_legislation_code;

Line 877: end per_env_bus;

873: --
874: hr_utility.set_location(' Leaving:'||l_proc, 10);
875: End delete_validate;
876: --
877: end per_env_bus;