DBA Data[Home] [Help]

APPS.HR_LOT_BUS dependencies on HR_LOT_SHD

Line 89: l_api_updating := hr_lot_shd.api_updating ( p_location_id,

85: Begin
86: --
87: hr_utility.set_location('Entering:'||l_proc, 5);
88: --
89: l_api_updating := hr_lot_shd.api_updating ( p_location_id,
90: p_language);
91:
92: if (l_api_updating and nvl(hr_lot_shd.g_old_rec.location_code, hr_api.g_varchar2) <>
93: nvl(p_location_code, hr_api.g_varchar2) )

Line 92: if (l_api_updating and nvl(hr_lot_shd.g_old_rec.location_code, hr_api.g_varchar2) <>

88: --
89: l_api_updating := hr_lot_shd.api_updating ( p_location_id,
90: p_language);
91:
92: if (l_api_updating and nvl(hr_lot_shd.g_old_rec.location_code, hr_api.g_varchar2) <>
93: nvl(p_location_code, hr_api.g_varchar2) )
94: or (NOT l_api_updating) THEN
95: --
96: -- See if location_code unique within all locations_codes

Line 180: Procedure insert_validate ( p_rec in hr_lot_shd.g_rec_type,

176: --
177: -- ----------------------------------------------------------------------------
178: -- |---------------------------< insert_validate >----------------------------|
179: -- ----------------------------------------------------------------------------
180: Procedure insert_validate ( p_rec in hr_lot_shd.g_rec_type,
181: p_business_group_id in number)
182: is
183: --
184: l_proc varchar2(72) := g_package||'insert_validate';

Line 213: Procedure update_validate( p_rec in hr_lot_shd.g_rec_type,

209: --
210: -- ----------------------------------------------------------------------------
211: -- |---------------------------< update_validate >----------------------------|
212: -- ----------------------------------------------------------------------------
213: Procedure update_validate( p_rec in hr_lot_shd.g_rec_type,
214: p_business_group_id in number )
215: is
216: --
217: l_proc varchar2(72) := g_package||'update_validate';

Line 244: Procedure delete_validate(p_rec in hr_lot_shd.g_rec_type) is

240: --
241: -- ----------------------------------------------------------------------------
242: -- |---------------------------< delete_validate >----------------------------|
243: -- ----------------------------------------------------------------------------
244: Procedure delete_validate(p_rec in hr_lot_shd.g_rec_type) is
245: --
246: l_proc varchar2(72) := g_package||'delete_validate';
247: --
248: Begin