DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PER_PEOPLE_INFO_TYPES

Line 6514: from per_people_info_types

6510: select legislation_code,
6511: multiple_occurences_flag
6512: into l_legislation_code,
6513: l_multi_occur_flag
6514: from per_people_info_types
6515: where information_type = p_context;
6516: --
6517: -- The database item generated can only return one row. So if the
6518: -- multiple occurrences flag is not 'N' then raise an error.

Line 6949: from per_people_info_types

6945: select legislation_code,
6946: multiple_occurences_flag
6947: into l_legislation_code,
6948: l_multi_occur_flag
6949: from per_people_info_types
6950: where information_type = p_context;
6951: --
6952: -- this check to see if the multiple_occurences_flag is 'N' is also
6953: -- performed in the concurrent program. It has been added here as