DBA Data[Home] [Help]

APPS.PER_SST_BUS dependencies on PER_SST_BUS

Line 1: Package Body per_sst_bus as

1: Package Body per_sst_bus as
2: /* $Header: pesstrhi.pkb 120.1 2005/06/01 12:05:44 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_sst_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 125: if ( nvl(per_sst_bus.g_setup_sub_task_code, hr_api.g_varchar2)

121: ,p_argument => 'setup_sub_task_code'
122: ,p_argument_value => p_setup_sub_task_code
123: );
124: --
125: if ( nvl(per_sst_bus.g_setup_sub_task_code, hr_api.g_varchar2)
126: = p_setup_sub_task_code) then
127: --
128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global

Line 132: l_legislation_code := per_sst_bus.g_legislation_code;

128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global
130: -- variable.
131: --
132: l_legislation_code := per_sst_bus.g_legislation_code;
133: hr_utility.set_location(l_proc, 20);
134: else
135: --
136: -- The ID is different to the last call to this function

Line 156: per_sst_bus.g_setup_sub_task_code := p_setup_sub_task_code;

152: -- Set the global variables so the values are
153: -- available for the next call to this function.
154: --
155: close csr_leg_code;
156: per_sst_bus.g_setup_sub_task_code := p_setup_sub_task_code;
157: per_sst_bus.g_legislation_code := l_legislation_code;
158: end if;
159: hr_utility.set_location(' Leaving:'|| l_proc, 40);
160: return l_legislation_code;

Line 157: per_sst_bus.g_legislation_code := l_legislation_code;

153: -- available for the next call to this function.
154: --
155: close csr_leg_code;
156: per_sst_bus.g_setup_sub_task_code := p_setup_sub_task_code;
157: per_sst_bus.g_legislation_code := l_legislation_code;
158: end if;
159: hr_utility.set_location(' Leaving:'|| l_proc, 40);
160: return l_legislation_code;
161: end return_legislation_code;

Line 292: end per_sst_bus;

288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: End delete_validate;
291: --
292: end per_sst_bus;