DBA Data[Home] [Help]

APPS.GHR_SS_RPA_CREATION dependencies on BEN_PRTT_ENRT_RSLT_F

Line 45: FROM ben_prtt_enrt_rslt_f

41:
42: CURSOR c_get_fegli_event_code
43: IS
44: SELECT pen_attribute1 fegli_event_code
45: FROM ben_prtt_enrt_rslt_f
46: WHERE person_id = p_person_id
47: -- AND pgm_id = p_pgm_id
48: AND p_effective_date between effective_start_date and effective_end_date
49: AND pen_attribute_category = 'GHR_FEGLI_EXTRA_INFO'