[Home] [Help]
6470: select legislation_code,
6471: multiple_occurences_flag
6472: into l_legislation_code,
6473: l_multi_occur_flag
6474: from hr_location_info_types
6475: where information_type = p_context;
6476: --
6477: -- The database item generated can only return one row. So if the
6478: -- multiple occurrences flag is not 'N' then raise an error.
6887: select legislation_code,
6888: multiple_occurences_flag
6889: into l_legislation_code,
6890: l_multi_occur_flag
6891: from hr_location_info_types
6892: where information_type = p_context;
6893: --
6894: -- this check to see if the multiple_occurences_flag is 'N' is also
6895: -- performed in the concurrent program. It has been added here as