DBA Data[Home] [Help]

APPS.PQH_OPG_BUS dependencies on PQH_OPG_BUS

Line 1: Package Body pqh_opg_bus as

1: Package Body pqh_opg_bus as
2: /* $Header: pqopgrhi.pkb 115.1 2002/12/03 00:09:11 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_opg_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 115: if ( nvl(pqh_opg_bus.g_operation_group_id, hr_api.g_number)

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

Line 122: l_legislation_code := pqh_opg_bus.g_legislation_code;

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

Line 146: pqh_opg_bus.g_operation_group_id := p_operation_group_id;

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

Line 147: pqh_opg_bus.g_legislation_code := l_legislation_code;

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

Line 417: end pqh_opg_bus;

413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 10);
415: End delete_validate;
416: --
417: end pqh_opg_bus;