[Home] [Help]
3519: cursor c_BNG(p_business_group_id Number) is
3520: select
3521: BENFTS_GRP_ID
3522: from
3523: BEN_BENFTS_GRP
3524: where business_group_id = p_business_group_id;
3525:
3526: l_business_group_id NUMBER;
3527: l_ovn_number NUMBER;