DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_RPTG_GRP

Line 1936: from ben_rptg_grp bnr

1932: ;
1933: -- iRec
1934: cursor c_irec_rptg_grp is
1935: select null
1936: from ben_rptg_grp bnr
1937: where bnr.business_group_id = p_business_group_id
1938: and bnr.rptg_prps_cd = 'IREC';
1939: --
1940: