DBA Data[Home] [Help]

APPS.PQH_CET_BUS dependencies on PQH_CET_BUS

Line 1: Package Body pqh_cet_bus as

1: Package Body pqh_cet_bus as
2: /* $Header: pqcetrhi.pkb 120.2 2005/10/01 10:56:44 scnair noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_cet_bus.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------< chk_copy_entity_txn_id >------|
12: -- ----------------------------------------------------------------------------

Line 111: if pqh_cet_bus.chk_completed_target(p_copy_entity_txn_id) then

107: Begin
108: --
109: hr_utility.set_location('Entering:'||l_proc,5);
110: --
111: if pqh_cet_bus.chk_completed_target(p_copy_entity_txn_id) then
112: --
113: -- raise error as atleast one target record has been successfully completed
114: --
115: pqh_cet_shd.constraint_error('PQH_COMPLETED_TARGET');

Line 539: end pqh_cet_bus;

535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 10);
537: End delete_validate;
538: --
539: end pqh_cet_bus;