DBA Data[Home] [Help]

APPS.PER_SSB_BUS dependencies on PER_SSB_BUS

Line 1: Package Body per_ssb_bus as

1: Package Body per_ssb_bus as
2: /* $Header: pessbrhi.pkb 115.1 2003/08/06 01:25:57 kavenkat noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

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

Line 131: l_legislation_code := per_ssb_bus.g_legislation_code;

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

Line 155: per_ssb_bus.g_setup_sub_task_code := p_setup_sub_task_code;

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

Line 156: per_ssb_bus.g_legislation_code := l_legislation_code;

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

Line 378: end per_ssb_bus;

374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);
376: End delete_validate;
377: --
378: end per_ssb_bus;