DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_CBR_PER_IN_LER

Line 2993: from ben_cbr_per_in_ler crp

2989: -- Get cobra secondary qualifying event
2990: --
2991: cursor c_get_cbr_per_in_ler is
2992: select crp.*
2993: from ben_cbr_per_in_ler crp
2994: where crp.per_in_ler_id = p_bckdt_per_in_ler_id
2995: and crp.init_evt_flag = 'N'
2996: and crp.business_group_id = p_business_group_id;
2997: --