DBA Data[Home] [Help]

APPS.PER_WBI_BUS dependencies on PER_WBI_BUS

Line 1: Package Body per_wbi_bus as

1: Package Body per_wbi_bus as
2: /* $Header: pewbirhi.pkb 115.0 2003/07/03 05:55:25 kavenkat noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_wbi_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 121: if ( nvl(per_wbi_bus.g_workbench_item_code, hr_api.g_varchar2)

117: ,p_argument => 'workbench_item_code'
118: ,p_argument_value => p_workbench_item_code
119: );
120: --
121: if ( nvl(per_wbi_bus.g_workbench_item_code, hr_api.g_varchar2)
122: = p_workbench_item_code) then
123: --
124: -- The legislation code has already been found with a previous
125: -- call to this function. Just return the value in the global

Line 128: l_legislation_code := per_wbi_bus.g_legislation_code;

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

Line 152: per_wbi_bus.g_workbench_item_code := p_workbench_item_code;

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

Line 153: per_wbi_bus.g_legislation_code := l_legislation_code;

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

Line 361: end per_wbi_bus;

357: --
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: End delete_validate;
360: --
361: end per_wbi_bus;