DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on GHR_PA_HISTORY

Line 4947: from ghr_pa_history gph ,

4943: p_subhdr_ghr_to_dt date
4944: ) is
4945: select
4946: distinct pos.position_id position_id
4947: from ghr_pa_history gph ,
4948: HR_ALL_POSITIONS_F pos
4949: where ( (gph.table_name = 'HR_ALL_POSITIONS_F'
4950: and pos.POSITION_ID = gph.information1 )
4951: or (gph.table_name = 'PER_POSITION_EXTRA_INFO'