DBA Data[Home] [Help]

APPS.BEN_CWB_PL_DSGN_PKG dependencies on BEN_CWB_PERSON_INFO

Line 1013: from ben_cwb_person_info i

1009: ,p_lf_evt_ocrd_dt in date) is
1010:
1011: cursor c_data_exists is
1012: select 'Y'
1013: from ben_cwb_person_info i
1014: where i.group_pl_id = p_group_pl_id
1015: and i.lf_evt_ocrd_dt = p_lf_evt_ocrd_dt;
1016:
1017: l_data_exists varchar2(1) := null;