DBA Data[Home] [Help]

APPS.PER_STB_BUS dependencies on PER_STB_BUS

Line 1: Package Body per_stb_bus as

1: Package Body per_stb_bus as
2: /* $Header: pestbrhi.pkb 115.0 2003/07/03 06:26:56 kavenkat noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_stb_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 123: if ( nvl(per_stb_bus.g_setup_task_code, hr_api.g_varchar2)

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

Line 130: l_legislation_code := per_stb_bus.g_legislation_code;

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

Line 154: per_stb_bus.g_setup_task_code := p_setup_task_code;

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

Line 155: per_stb_bus.g_legislation_code := l_legislation_code;

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

Line 376: end per_stb_bus;

372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: End delete_validate;
375: --
376: end per_stb_bus;