DBA Data[Home] [Help]

APPS.HR_LOT_BUS dependencies on HR_LOT_BUS

Line 1: Package Body hr_lot_bus as

1: Package Body hr_lot_bus as
2: /* $Header: hrlotrhi.pkb 115.10 2002/12/04 05:45:04 hjonnala ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 12: g_package varchar2(33) := ' hr_lot_bus.'; -- Global package name

8: -- Added for Bug 957239
9: g_business_group_id number(15); -- For validating translation;
10: g_legislation_code varchar2(150); -- For validating translation;
11:
12: g_package varchar2(33) := ' hr_lot_bus.'; -- Global package name
13: -- Proc Added for Bug 957239
14: -- ----------------------------------------------------------------------------
15: -- |---------------------------< set_translation_globals >--------------------|
16: --------------------------------------------------------------------------------

Line 168: hr_lot_bus.chk_location_code(

164: begin
165: -- Since this is just a wrapper for call from clients
166: -- there is no standard hr_utility.set_locations calls
167: -- This will make the proc transperant
168: hr_lot_bus.chk_location_code(
169: p_location_id => location_id
170: ,p_location_code => location_code
171: ,p_language => language
172: ,p_business_group_id => g_business_group_id

Line 256: end hr_lot_bus;

252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 10);
254: End delete_validate;
255: --
256: end hr_lot_bus;