DBA Data[Home] [Help]

APPS.PER_ANC_UPD dependencies on PER_ANC_UPD

Line 1: Package Body per_anc_upd as

1: Package Body per_anc_upd as
2: /* $Header: peancrhi.pkb 120.2 2005/10/05 06:19:33 asahay noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 290: per_anc_upd.convert_defs(p_rec => l_rec);

286: -- we must now build up the new record by converting the
287: -- arguments into a record structure and converting any of the
288: -- system default values
289: --
290: per_anc_upd.convert_defs(p_rec => l_rec);
291: else
292: --
293: -- as we are actually doing an insert we need to reset the
294: -- arguments if they are using a system default value

Line 439: end per_anc_upd;

435: hr_utility.set_location(' Leaving:'||l_proc, 20);
436: --
437: end upd_or_sel;
438: --
439: end per_anc_upd;