DBA Data[Home] [Help]

APPS.PQH_BRE_BUS dependencies on PQH_BRE_BUS

Line 1: Package Body pqh_bre_bus as

1: Package Body pqh_bre_bus as
2: /* $Header: pqbrerhi.pkb 115.6 2003/06/04 08:19:51 ggnanagu noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_bre_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 171: if ( nvl(pqh_bre_bus.g_reallocation_id, hr_api.g_number)

167: ,p_argument => 'reallocation_id'
168: ,p_argument_value => p_reallocation_id
169: );
170: --
171: if ( nvl(pqh_bre_bus.g_reallocation_id, hr_api.g_number)
172: = p_reallocation_id) then
173: --
174: -- The legislation code has already been found with a previous
175: -- call to this function. Just return the value in the global

Line 178: l_legislation_code := pqh_bre_bus.g_legislation_code;

174: -- The legislation code has already been found with a previous
175: -- call to this function. Just return the value in the global
176: -- variable.
177: --
178: l_legislation_code := pqh_bre_bus.g_legislation_code;
179: hr_utility.set_location(l_proc, 20);
180: else
181: --
182: -- The ID is different to the last call to this function

Line 202: pqh_bre_bus.g_reallocation_id := p_reallocation_id;

198: -- Set the global variables so the values are
199: -- available for the next call to this function.
200: --
201: close csr_leg_code;
202: pqh_bre_bus.g_reallocation_id := p_reallocation_id;
203: pqh_bre_bus.g_legislation_code := l_legislation_code;
204: end if;
205: hr_utility.set_location(' Leaving:'|| l_proc, 40);
206: return l_legislation_code;

Line 203: pqh_bre_bus.g_legislation_code := l_legislation_code;

199: -- available for the next call to this function.
200: --
201: close csr_leg_code;
202: pqh_bre_bus.g_reallocation_id := p_reallocation_id;
203: pqh_bre_bus.g_legislation_code := l_legislation_code;
204: end if;
205: hr_utility.set_location(' Leaving:'|| l_proc, 40);
206: return l_legislation_code;
207: end return_legislation_code;

Line 508: -- pqh_bre_bus.set_security_group_id procedure

504: hr_utility.set_location('Entering:'||l_proc, 5);
505: --
506: -- As this table does not have a mandatory business_group_id
507: -- column, ensure client_info is populated by calling a suitable
508: -- pqh_bre_bus.set_security_group_id procedure
509: --
510: pqh_bre_bus.set_security_group_id(p_rec.pool_id,
511: p_rec.transaction_type,
512: p_rec.txn_detail_id);

Line 510: pqh_bre_bus.set_security_group_id(p_rec.pool_id,

506: -- As this table does not have a mandatory business_group_id
507: -- column, ensure client_info is populated by calling a suitable
508: -- pqh_bre_bus.set_security_group_id procedure
509: --
510: pqh_bre_bus.set_security_group_id(p_rec.pool_id,
511: p_rec.transaction_type,
512: p_rec.txn_detail_id);
513: --
514: -- Call all supporting business operations

Line 576: pqh_bre_bus.set_security_group_id(p_rec.pool_id,

572: p_reserved_amt => p_rec.reserved_amt,
573: p_reallocation_amt => p_rec.reallocation_amt,
574: p_object_version_number => p_rec.object_version_number);
575: --
576: pqh_bre_bus.set_security_group_id(p_rec.pool_id,
577: p_rec.transaction_type,
578: p_rec.txn_detail_id);
579: --
580: -- Validate Dependent Attributes

Line 608: end pqh_bre_bus;

604: --
605: hr_utility.set_location(' Leaving:'||l_proc, 10);
606: End delete_validate;
607: --
608: end pqh_bre_bus;