DBA Data[Home] [Help]

APPS.PER_POD_UPD dependencies on PER_POD_UPD

Line 1: Package Body per_pod_upd as

1: Package Body per_pod_upd as
2: /* $Header: pepodrhi.pkb 115.6 2002/12/04 10:56:05 eumenyio ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 272: per_pod_upd.convert_defs(p_rec => l_rec);

268: -- we must now build up the new record by converting the
269: -- arguments into a record structure and converting any of the
270: -- system default values
271: --
272: per_pod_upd.convert_defs(p_rec => l_rec);
273: else
274: --
275: -- as we are actually doing an insert we need to reset the
276: -- arguments if they are using a system default value

Line 418: end per_pod_upd;

414: hr_utility.set_location(' Leaving:'||l_proc, 20);
415: --
416: end upd_or_sel;
417: --
418: end per_pod_upd;