DBA Data[Home] [Help]

APPS.HR_TRN_UPD dependencies on HR_TRN_UPD

Line 1: Package Body hr_trn_upd as

1: Package Body hr_trn_upd as
2: /* $Header: hrtrnrhi.pkb 120.2 2005/09/21 04:59:16 hpandya noship $ */
3:
4: --
5: -- ----------------------------------------------------------------------------

Line 9: g_package varchar2(33) := ' hr_trn_upd.'; -- Global package name

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

Line 21: -- 2) To set and unset the g_api_dml sthr_trn_updatus as required (as we are about to

17: -- This procedure controls the actual dml update logic. The processing of
18: -- this procedure is:
19: -- 1) Increment the object_version_number by 1 if the object_version_number
20: -- is defined as an attribute for this entity.
21: -- 2) To set and unset the g_api_dml sthr_trn_updatus as required (as we are about to
22: -- perform dml).
23: -- 3) To update the specified row in the schema using the primary key in
24: -- the predicates.
25: -- 4) To trap any constraint violations that may have occurred.

Line 616: end hr_trn_upd;

612: hr_utility.set_location(' Leaving:'||l_proc, 10);
613: End upd;
614: --
615:
616: end hr_trn_upd;