DBA Data[Home] [Help]

APPS.PQH_RLA_BUS dependencies on PQH_RLA_BUS

Line 1: Package Body pqh_rla_bus as

1: Package Body pqh_rla_bus as
2: /* $Header: pqrlarhi.pkb 115.3 2003/02/12 00:43:55 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_rla_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 129: if ( nvl(pqh_rla_bus.g_rule_attribute_id, hr_api.g_number)

125: ,p_argument => 'rule_attribute_id'
126: ,p_argument_value => p_rule_attribute_id
127: );
128: --
129: if ( nvl(pqh_rla_bus.g_rule_attribute_id, hr_api.g_number)
130: = p_rule_attribute_id) then
131: --
132: -- The legislation code has already been found with a previous
133: -- call to this function. Just return the value in the global

Line 136: l_legislation_code := pqh_rla_bus.g_legislation_code;

132: -- The legislation code has already been found with a previous
133: -- call to this function. Just return the value in the global
134: -- variable.
135: --
136: l_legislation_code := pqh_rla_bus.g_legislation_code;
137: hr_utility.set_location(l_proc, 20);
138: else
139: --
140: -- The ID is different to the last call to this function

Line 160: pqh_rla_bus.g_rule_attribute_id := p_rule_attribute_id;

156: -- Set the global variables so the values are
157: -- available for the next call to this function.
158: --
159: close csr_leg_code;
160: pqh_rla_bus.g_rule_attribute_id := p_rule_attribute_id;
161: pqh_rla_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;

Line 161: pqh_rla_bus.g_legislation_code := l_legislation_code;

157: -- available for the next call to this function.
158: --
159: close csr_leg_code;
160: pqh_rla_bus.g_rule_attribute_id := p_rule_attribute_id;
161: pqh_rla_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;
165: end return_legislation_code;

Line 406: end pqh_rla_bus;

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