DBA Data[Home] [Help]

APPS.HR_LOC_INS dependencies on HR_LOC_INS

Line 1: PACKAGE BODY hr_loc_ins AS

1: PACKAGE BODY hr_loc_ins AS
2: /* $Header: hrlocrhi.pkb 120.11.12020000.2 2012/07/04 23:08:51 amnaraya ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package VARCHAR2(33) := ' hr_loc_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package VARCHAR2(33) := ' hr_loc_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 26: hr_loc_ins.g_location_id_i := p_location_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_loc_ins.g_location_id_i := p_location_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 776: END hr_loc_ins;

772: --
773: hr_utility.set_location(' Leaving:'||l_proc, 10);
774: END ins;
775: --
776: END hr_loc_ins;