DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on HR_LOCATION_INFO_TYPES

Line 6484: from hr_location_info_types

6480: select legislation_code,
6481: multiple_occurences_flag
6482: into l_legislation_code,
6483: l_multi_occur_flag
6484: from hr_location_info_types
6485: where information_type = p_context;
6486: --
6487: -- The database item generated can only return one row. So if the
6488: -- multiple occurrences flag is not 'N' then raise an error.

Line 6901: from hr_location_info_types

6897: select legislation_code,
6898: multiple_occurences_flag
6899: into l_legislation_code,
6900: l_multi_occur_flag
6901: from hr_location_info_types
6902: where information_type = p_context;
6903: --
6904: -- this check to see if the multiple_occurences_flag is 'N' is also
6905: -- performed in the concurrent program. It has been added here as