DBA Data[Home] [Help]

APPS.GMS_SECURITY_EXTN SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 43

    ELSIF ( X_event = 'ALLOW_UPDATE' ) THEN

      -- Note that a user must be granted ALLOW_QUERY access for a award
      -- in order for this function to be called for that user and award.
      -- Since  validates key members during ALLOW_QUERY, there is no
      -- additional default validation in at the ALLOW_UPDATE level.


      -- Code can be added here as per the business rules.
      X_value := 'Y';