DBA Data[Home] [Help]

APPS.PQH_GIN_BUS dependencies on PQH_GIN_BUS

Line 1: Package Body pqh_gin_bus as

1: Package Body pqh_gin_bus as
2: /* $Header: pqginrhi.pkb 115.7 2004/03/15 03:05 svorugan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_gin_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 118: if ( nvl(pqh_gin_bus.g_global_index_id, hr_api.g_number)

114: ,p_argument => 'global_index_id'
115: ,p_argument_value => p_global_index_id
116: );
117: --
118: if ( nvl(pqh_gin_bus.g_global_index_id, hr_api.g_number)
119: = p_global_index_id) then
120: --
121: -- The legislation code has already been found with a previous
122: -- call to this function. Just return the value in the global

Line 125: l_legislation_code := pqh_gin_bus.g_legislation_code;

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

Line 149: pqh_gin_bus.g_global_index_id := p_global_index_id;

145: -- Set the global variables so the values are
146: -- available for the next call to this function.
147: --
148: close csr_leg_code;
149: pqh_gin_bus.g_global_index_id := p_global_index_id;
150: pqh_gin_bus.g_legislation_code := l_legislation_code;
151: end if;
152: hr_utility.set_location(' Leaving:'|| l_proc, 40);
153: return l_legislation_code;

Line 150: pqh_gin_bus.g_legislation_code := l_legislation_code;

146: -- available for the next call to this function.
147: --
148: close csr_leg_code;
149: pqh_gin_bus.g_global_index_id := p_global_index_id;
150: pqh_gin_bus.g_legislation_code := l_legislation_code;
151: end if;
152: hr_utility.set_location(' Leaving:'|| l_proc, 40);
153: return l_legislation_code;
154: end return_legislation_code;

Line 913: end pqh_gin_bus;

909:
910: hr_utility.set_location(' Leaving:'||l_proc, 10);
911: End delete_validate;
912: --
913: end pqh_gin_bus;