DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_EXT_CHG_EVT_LOG

Line 2653: from ben_ext_chg_evt_log a

2649: , a.new_val4
2650: , a.new_val5
2651: , a.new_val6
2652: , 'BEN' chg_evt_source
2653: from ben_ext_chg_evt_log a
2654: where
2655: a.person_id = p_person_id
2656: and trunc(a.chg_actl_dt) between nvl(p_chg_actl_strt_dt, hr_api.g_sot)
2657: and nvl(p_chg_actl_end_dt, hr_api.g_eot)