DBA Data[Home] [Help]

APPS.PAY_EEI_BUS dependencies on FND_GLOBAL

Line 643: l_business_group_id := fnd_global.per_business_group_id ;

639: fetch c_get_bus_grp_id into l_business_group_id;
640:
641: if l_business_group_id is null then
642: --
643: l_business_group_id := fnd_global.per_business_group_id ;
644: --
645: end if;
646:
647: close c_get_bus_grp_id ;