DBA Data[Home] [Help]

APPS.HR_OPT_UPD dependencies on HR_KI_OPTION_TYPES

Line 145: from hr_ki_option_types

141: --
142: Begin
143: select option_type_id
144: into l_option_type_id
145: from hr_ki_option_types
146: where option_type_key = 'PASSWORD';
147: hr_utility.set_location('Entering:'||l_proc, 5);
148:
149: --