DBA Data[Home] [Help]

APPS.PQH_STR_BUS dependencies on PQH_STR_BUS

Line 1: Package Body pqh_str_bus as

1: Package Body pqh_str_bus as
2: /* $Header: pqstrrhi.pkb 115.10 2004/04/06 05:49 svorugan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_str_bus.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11:
12: --

Line 143: if ( nvl(pqh_str_bus.g_stat_situation_rule_id, hr_api.g_number)

139: ,p_argument => 'stat_situation_rule_id'
140: ,p_argument_value => p_stat_situation_rule_id
141: );
142: --
143: if ( nvl(pqh_str_bus.g_stat_situation_rule_id, hr_api.g_number)
144: = p_stat_situation_rule_id) then
145: --
146: -- The legislation code has already been found with a previous
147: -- call to this function. Just return the value in the global

Line 150: l_legislation_code := pqh_str_bus.g_legislation_code;

146: -- The legislation code has already been found with a previous
147: -- call to this function. Just return the value in the global
148: -- variable.
149: --
150: l_legislation_code := pqh_str_bus.g_legislation_code;
151:
152: if g_debug then
153: --
154: hr_utility.set_location(l_proc, 20);

Line 184: pqh_str_bus.g_stat_situation_rule_id := p_stat_situation_rule_id;

180: -- Set the global variables so the values are
181: -- available for the next call to this function.
182: --
183: close csr_leg_code;
184: pqh_str_bus.g_stat_situation_rule_id := p_stat_situation_rule_id;
185: pqh_str_bus.g_legislation_code := l_legislation_code;
186: end if;
187: if g_debug then
188: --

Line 185: pqh_str_bus.g_legislation_code := l_legislation_code;

181: -- available for the next call to this function.
182: --
183: close csr_leg_code;
184: pqh_str_bus.g_stat_situation_rule_id := p_stat_situation_rule_id;
185: pqh_str_bus.g_legislation_code := l_legislation_code;
186: end if;
187: if g_debug then
188: --
189: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 614: end pqh_str_bus;

610: End if;
611:
612: End delete_validate;
613: --
614: end pqh_str_bus;