DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on PER_POS_STRUCTURE_VERSIONS

Line 775: per_pos_structure_versions psv

771: p_pos_version,
772: p_version_start_date,
773: p_version_end_date
774: from per_position_structures pst,
775: per_pos_structure_versions psv
776: where psv.pos_structure_version_id = p_pos_structure_version_id
777: and pst.position_structure_id = psv.position_structure_id;
778: exception
779: when no_data_found then null;