DBA Data[Home] [Help]

APPS.PER_RI_CONFIGURATION_API dependencies on HR_LOCATIONS_ALL_TL

Line 142: l_language_code hr_locations_all_tl.language%TYPE;

138: -- Declare cursors and local variables
139: --
140: l_proc VARCHAR2(72) := g_package||'update_configuration';
141: l_object_version_number hr_locations.object_version_number%TYPE;
142: l_language_code hr_locations_all_tl.language%TYPE;
143: l_configuration_creation_date Date;
144: l_effective_date DATE;
145:
146: l_temp_ovn number := p_object_version_number;