DBA Data[Home] [Help]

APPS.BEN_CWB_PL_DSGN_PKG dependencies on BEN_CWB_PERSON_INFO

Line 1034: from ben_cwb_person_info i

1030: ,p_lf_evt_ocrd_dt in date) is
1031:
1032: cursor c_data_exists is
1033: select 'Y'
1034: from ben_cwb_person_info i
1035: where i.group_pl_id = p_group_pl_id
1036: and i.lf_evt_ocrd_dt = p_lf_evt_ocrd_dt;
1037:
1038: l_data_exists varchar2(1) := null;