DBA Data[Home] [Help]

APPS.HR_CGD_UPD dependencies on HR_CGD_UPD

Line 1: Package Body hr_cgd_upd as

1: Package Body hr_cgd_upd as
2: /* $Header: hrcgdrhi.pkb 115.4 2002/12/03 09:17:25 hjonnala ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 253: hr_cgd_upd.convert_defs(p_rec => l_rec);

249: -- we must now build up the new record by converting the
250: -- arguments into a record structure and converting any of the
251: -- system default values
252: --
253: hr_cgd_upd.convert_defs(p_rec => l_rec);
254: else
255: --
256: -- as we are actually doing an insert we need to reset the
257: -- arguments if they are using a system default value

Line 365: end hr_cgd_upd;

361: hr_utility.set_location(' Leaving:'||l_proc, 20);
362: END IF;
363: --
364: end upd_or_sel;
365: end hr_cgd_upd;