DBA Data[Home] [Help]

APPS.PQP_ERG_BUS dependencies on PQP_ERG_BUS

Line 1: Package Body pqp_erg_bus as

1: Package Body pqp_erg_bus as
2: /* $Header: pqergrhi.pkb 115.9 2003/02/19 02:25:55 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_erg_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 114: if ( nvl(pqp_erg_bus.g_exception_group_id, hr_api.g_number)

110: ,p_argument => 'exception_group_id'
111: ,p_argument_value => p_exception_group_id
112: );
113: --
114: if ( nvl(pqp_erg_bus.g_exception_group_id, hr_api.g_number)
115: = p_exception_group_id) then
116: --
117: -- The legislation code has already been found with a previous
118: -- call to this function. Just return the value in the global

Line 121: l_legislation_code := pqp_erg_bus.g_legislation_code;

117: -- The legislation code has already been found with a previous
118: -- call to this function. Just return the value in the global
119: -- variable.
120: --
121: l_legislation_code := pqp_erg_bus.g_legislation_code;
122: hr_utility.set_location(l_proc, 20);
123: else
124: --
125: -- The ID is different to the last call to this function

Line 145: pqp_erg_bus.g_exception_group_id := p_exception_group_id;

141: -- Set the global variables so the values are
142: -- available for the next call to this function.
143: --
144: close csr_leg_code;
145: pqp_erg_bus.g_exception_group_id := p_exception_group_id;
146: pqp_erg_bus.g_legislation_code := l_legislation_code;
147: end if;
148: hr_utility.set_location(' Leaving:'|| l_proc, 40);
149: return l_legislation_code;

Line 146: pqp_erg_bus.g_legislation_code := l_legislation_code;

142: -- available for the next call to this function.
143: --
144: close csr_leg_code;
145: pqp_erg_bus.g_exception_group_id := p_exception_group_id;
146: pqp_erg_bus.g_legislation_code := l_legislation_code;
147: end if;
148: hr_utility.set_location(' Leaving:'|| l_proc, 40);
149: return l_legislation_code;
150: end return_legislation_code;

Line 795: end pqp_erg_bus;

791: --
792: hr_utility.set_location(' Leaving:'||l_proc, 10);
793: End delete_validate;
794: --
795: end pqp_erg_bus;