DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_BUS dependencies on FND_GLOBAL

Line 630: l_business_group_id := fnd_global.per_business_group_id ;

626: fetch c_get_bus_grp_id into l_business_group_id;
627:
628: if l_business_group_id is null then
629: --
630: l_business_group_id := fnd_global.per_business_group_id ;
631: --
632: end if;
633:
634: close c_get_bus_grp_id ;