DBA Data[Home] [Help]

APPS.HR_PSF_INS dependencies on HR_PSF_INS

Line 1: Package Body hr_psf_ins as

1: Package Body hr_psf_ins as
2: /* $Header: hrpsfrhi.pkb 120.14.12020000.5 2013/04/12 18:20:17 pathota ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_psf_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 30: hr_psf_ins.g_position_id_i := p_position_id;

26: l_proc := g_package||'set_base_key_value';
27: hr_utility.set_location('Entering:'||l_proc, 10);
28: end if;
29: --
30: hr_psf_ins.g_position_id_i := p_position_id;
31: --
32: if g_debug then
33: hr_utility.set_location(' Leaving:'||l_proc, 20);
34: end if;

Line 1286: end hr_psf_ins;

1282: hr_utility.set_location(' Leaving:'||l_proc, 10);
1283: end if;
1284: End ins;
1285: --
1286: end hr_psf_ins;