DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_EXT_CHG_EVT_LOG

Line 2619: from ben_ext_chg_evt_log a

2615: , a.new_val4
2616: , a.new_val5
2617: , a.new_val6
2618: , 'BEN' chg_evt_source
2619: from ben_ext_chg_evt_log a
2620: where
2621: a.person_id = p_person_id
2622: and trunc(a.chg_actl_dt) between nvl(p_chg_actl_strt_dt, hr_api.g_sot)
2623: and nvl(p_chg_actl_end_dt, hr_api.g_eot)