DBA Data[Home] [Help]

APPS.HR_LOT_BUS dependencies on HR_API

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 93: nvl(p_location_code, hr_api.g_varchar2) )

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
97: -- for a particular language;