DBA Data[Home] [Help]

APPS.PQP_ERS_BUS dependencies on PQP_ERS_BUS

Line 1: Package Body pqp_ers_bus as

1: Package Body pqp_ers_bus as
2: /* $Header: pqersrhi.pkb 115.2 2003/08/25 13:50:57 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_ers_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 94: if pqp_ers_bus.g_legislation_code IS NOT NULL THEN

90: -- The legislation code has already been found with a previous
91: -- call to this function. Just return the value in the global
92: -- variable.
93: --
94: if pqp_ers_bus.g_legislation_code IS NOT NULL THEN
95: l_legislation_code := pqp_ers_bus.g_legislation_code;
96: hr_utility.set_location(l_proc, 20);
97: else
98: hr_utility.set_location(l_proc, 30);

Line 95: l_legislation_code := pqp_ers_bus.g_legislation_code;

91: -- call to this function. Just return the value in the global
92: -- variable.
93: --
94: if pqp_ers_bus.g_legislation_code IS NOT NULL THEN
95: l_legislation_code := pqp_ers_bus.g_legislation_code;
96: hr_utility.set_location(l_proc, 20);
97: else
98: hr_utility.set_location(l_proc, 30);
99: -- The ID is different to the last call to this function

Line 119: pqp_ers_bus.g_legislation_code := l_legislation_code;

115: -- Set the global variables so the values are
116: -- available for the next call to this function.
117: --
118: close csr_leg_code;
119: pqp_ers_bus.g_legislation_code := l_legislation_code;
120: end if;
121: hr_utility.set_location(' Leaving:'|| l_proc, 40);
122: return l_legislation_code;
123: end return_legislation_code;

Line 248: end pqp_ers_bus;

244: --
245: hr_utility.set_location(' Leaving:'||l_proc, 10);
246: End delete_validate;
247: --
248: end pqp_ers_bus;