DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_LOCATION_API dependencies on HR_LOCATIONS_ALL_TL

Line 199: l_language_code hr_locations_all_tl.language%TYPE;

195: -- Declare cursors and local variables
196: --
197: l_proc VARCHAR2(72) := g_package||'update_location';
198: l_object_version_number hr_locations.object_version_number%TYPE;
199: l_language_code hr_locations_all_tl.language%TYPE;
200: l_workbench_item_creation_date Date;
201: l_effective_date DATE;
202:
203: l_temp_ovn number := p_object_version_number;