DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on GMO_SETUP_GRP

Line 909: if (GMO_SETUP_GRP.IS_GMO_ENABLED = GMO_CONSTANTS_GRP.YES) then

905: -- this function is internally used by the apis to
906: -- check if gmo is enabled or not.
907: function is_gmo_enabled return boolean is
908: begin
909: if (GMO_SETUP_GRP.IS_GMO_ENABLED = GMO_CONSTANTS_GRP.YES) then
910: return true;
911: else
912: return false;
913: end if;