DBA Data[Home] [Help]

APPS.PQH_VLP_BUS dependencies on PQH_VLP_BUS

Line 1: Package Body pqh_vlp_bus as

1: Package Body pqh_vlp_bus as
2: /* $Header: pqvlprhi.pkb 115.6 2004/03/31 00:31:40 kgowripe noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_vlp_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_vlp_bus.g_validation_period_id, hr_api.g_number)

115: ,p_argument => 'validation_period_id'
116: ,p_argument_value => p_validation_period_id
117: );
118: --
119: if ( nvl(pqh_vlp_bus.g_validation_period_id, hr_api.g_number)
120: = p_validation_period_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_vlp_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_vlp_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_vlp_bus.g_validation_period_id := p_validation_period_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_vlp_bus.g_validation_period_id := p_validation_period_id;
151: pqh_vlp_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_vlp_bus.g_legislation_code := l_legislation_code;

147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: pqh_vlp_bus.g_validation_period_id := p_validation_period_id;
151: pqh_vlp_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 405: end pqh_vlp_bus;

401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End delete_validate;
404: --
405: end pqh_vlp_bus;