DBA Data[Home] [Help]

APPS.ASP_ALERT_ENGINE SQL Statements

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

Line: 351

PROCEDURE Alerts_Selector(
  itemtype      IN      VARCHAR2,
  itemkey       IN      VARCHAR2,
  actid         IN      NUMBER,
  funcmode      IN      VARCHAR2,
  resultout     OUT     NOCOPY VARCHAR2)
IS
  l_user_id             NUMBER;
Line: 371

  l_api_name := 'Alerts_Selector';
Line: 440

    WF_CORE.Context('ASP_ALERT_ENGINE', 'Alerts_Selector',
                    itemtype, itemkey, actid, funcmode);
Line: 443

END Alerts_Selector;