DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on GMO_SETUP_GRP

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

860: -- this function is internally used by the apis to
861: -- check if gmo is enabled or not.
862: function is_gmo_enabled return boolean is
863: begin
864: if (GMO_SETUP_GRP.IS_GMO_ENABLED = GMO_CONSTANTS_GRP.YES) then
865: return true;
866: else
867: return false;
868: end if;