DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_CBR_PER_IN_LER

Line 2763: from ben_cbr_per_in_ler crp

2759: -- Get cobra secondary qualifying event
2760: --
2761: cursor c_get_cbr_per_in_ler is
2762: select crp.*
2763: from ben_cbr_per_in_ler crp
2764: where crp.per_in_ler_id = p_bckdt_per_in_ler_id
2765: and crp.init_evt_flag = 'N'
2766: and crp.business_group_id = p_business_group_id;
2767: --