DBA Data[Home] [Help]

APPS.PQH_STS_BUS dependencies on PQH_STS_BUS

Line 1: Package Body pqh_sts_bus as

1: Package Body pqh_sts_bus as
2: /* $Header: pqstsrhi.pkb 120.0 2005/05/29 02:43 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_sts_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10:
11: --
12: -- The following two global variables are only to be

Line 137: if ( nvl(pqh_sts_bus.g_statutory_situation_id, hr_api.g_number)

133: ,p_argument => 'statutory_situation_id'
134: ,p_argument_value => p_statutory_situation_id
135: );
136: --
137: if ( nvl(pqh_sts_bus.g_statutory_situation_id, hr_api.g_number)
138: = p_statutory_situation_id) then
139: --
140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global

Line 144: l_legislation_code := pqh_sts_bus.g_legislation_code;

140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global
142: -- variable.
143: --
144: l_legislation_code := pqh_sts_bus.g_legislation_code;
145:
146: if g_debug then
147: --
148: hr_utility.set_location(l_proc, 20);

Line 178: pqh_sts_bus.g_statutory_situation_id := p_statutory_situation_id;

174: -- Set the global variables so the values are
175: -- available for the next call to this function.
176: --
177: close csr_leg_code;
178: pqh_sts_bus.g_statutory_situation_id := p_statutory_situation_id;
179: pqh_sts_bus.g_legislation_code := l_legislation_code;
180: end if;
181:
182: if g_debug then

Line 179: pqh_sts_bus.g_legislation_code := l_legislation_code;

175: -- available for the next call to this function.
176: --
177: close csr_leg_code;
178: pqh_sts_bus.g_statutory_situation_id := p_statutory_situation_id;
179: pqh_sts_bus.g_legislation_code := l_legislation_code;
180: end if;
181:
182: if g_debug then
183: --

Line 1320: end pqh_sts_bus;

1316:
1317: End if;
1318: End delete_validate;
1319: --
1320: end pqh_sts_bus;