DBA Data[Home] [Help]

APPS.UMX_PUB SQL Statements

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

Line: 98

  procedure updateWfAttribute (p_event in out NOCOPY WF_EVENT_T,
  			       p_attr_name in VARCHAR2 DEFAULT NULL,
			       p_attr_value in VARCHAR2 DEFAULT NULL) is
  l_status varchar2(30);
Line: 109

  end updateWfAttribute;