DBA Data[Home] [Help]

APPS.HR_SCL_UPD dependencies on HR_SCL_UPD

Line 1: Package Body hr_scl_upd as

1: Package Body hr_scl_upd as
2: /* $Header: hrsclrhi.pkb 115.3 2002/12/03 08:23:56 raranjan ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 299: hr_scl_upd.convert_defs(p_rec => l_rec);

295: -- we must now build up the new record by converting the
296: -- arguments into a record structure and converting any of the
297: -- system default values
298: --
299: hr_scl_upd.convert_defs(p_rec => l_rec);
300: else
301: --
302: -- as we are actually doing an insert we need to reset the
303: -- arguments if they are using a system default value

Line 462: end hr_scl_upd;

458: hr_utility.set_location(' Leaving:'||l_proc, 20);
459: --
460: end upd_or_sel;
461: --
462: end hr_scl_upd;