DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PER_PEOPLE_INFO_TYPES

Line 6524: from per_people_info_types

6520: select legislation_code,
6521: multiple_occurences_flag
6522: into l_legislation_code,
6523: l_multi_occur_flag
6524: from per_people_info_types
6525: where information_type = p_context;
6526: --
6527: -- The database item generated can only return one row. So if the
6528: -- multiple occurrences flag is not 'N' then raise an error.

Line 6959: from per_people_info_types

6955: select legislation_code,
6956: multiple_occurences_flag
6957: into l_legislation_code,
6958: l_multi_occur_flag
6959: from per_people_info_types
6960: where information_type = p_context;
6961: --
6962: -- this check to see if the multiple_occurences_flag is 'N' is also
6963: -- performed in the concurrent program. It has been added here as