DBA Data[Home] [Help]

APPS.IGI_EXPWORKFLOW SQL Statements

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

Line: 24

 PROCEDURE Selector( itemtype   IN VARCHAR2,
                     itemkey    IN VARCHAR2,
                     actid      IN NUMBER,
                     funcmode   IN VARCHAR2,
                     resultout OUT NOCOPY VARCHAR2)
 IS
BEGIN
NULL;
Line: 32

END Selector ;