DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PER_POSITION_INFO_TYPES

Line 6504: from per_position_info_types

6500: select legislation_code,
6501: multiple_occurences_flag
6502: into l_legislation_code,
6503: l_multi_occur_flag
6504: from per_position_info_types
6505: where information_type = p_context;
6506: --
6507: -- The database item generated can only return one row. So if the
6508: -- multiple occurrences flag is not 'N' then raise an error.

Line 6930: from per_position_info_types

6926: select legislation_code,
6927: multiple_occurences_flag
6928: into l_legislation_code,
6929: l_multi_occur_flag
6930: from per_position_info_types
6931: where information_type = p_context;
6932: --
6933: -- this check to see if the multiple_occurences_flag is 'N' is also
6934: -- performed in the concurrent program. It has been added here as