DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on PER_REFRESH_POSITION

Line 4530: per_refresh_position.refresh_single_position

4526: set copied_to_old_table_flag = 'N'
4527: where position_id = p_position_id and
4528: effective_end_date > p_date_effective - 1;
4529:
4530: per_refresh_position.refresh_single_position
4531: (p_position_id => p_position_id
4532: ,p_effective_date => p_date_effective
4533: ,p_object_version_number => l_ovn
4534: ,p_refresh_date => trunc(sysdate));