DBA Data[Home] [Help]

APPS.PA_UTILS4 dependencies on GMS_INSTALL

Line 663: IF (GMS_INSTALL.enabled) THEN

659: End If;
660:
661: /* In Grants Implemented in OU , work type is not supported */
662: IF PA_UTILS4.G_WORKTYPE_ENABLED = 'Y' then
663: IF (GMS_INSTALL.enabled) THEN
664: PA_UTILS4.G_WORKTYPE_ENABLED := 'N';
665: END IF;
666: END IF;
667: