[Home] [Help]
6490: select legislation_code,
6491: multiple_occurences_flag
6492: into l_legislation_code,
6493: l_multi_occur_flag
6494: from per_position_info_types
6495: where information_type = p_context;
6496: --
6497: -- The database item generated can only return one row. So if the
6498: -- multiple occurrences flag is not 'N' then raise an error.
6916: select legislation_code,
6917: multiple_occurences_flag
6918: into l_legislation_code,
6919: l_multi_occur_flag
6920: from per_position_info_types
6921: where information_type = p_context;
6922: --
6923: -- this check to see if the multiple_occurences_flag is 'N' is also
6924: -- performed in the concurrent program. It has been added here as