DBA Data[Home] [Help]

APPS.PQH_VLE_BUS dependencies on PQH_VLE_BUS

Line 1: Package Body pqh_vle_bus as

1: Package Body pqh_vle_bus as
2: /* $Header: pqvlerhi.pkb 115.2 2002/12/13 00:35:03 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_vle_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 119: if ( nvl(pqh_vle_bus.g_validation_event_id, hr_api.g_number)

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

Line 126: l_legislation_code := pqh_vle_bus.g_legislation_code;

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

Line 150: pqh_vle_bus.g_validation_event_id := p_validation_event_id;

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

Line 151: pqh_vle_bus.g_legislation_code := l_legislation_code;

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

Line 276: end pqh_vle_bus;

272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: End delete_validate;
275: --
276: end pqh_vle_bus;