DBA Data[Home] [Help]

APPS.ASO_APR_WF_INT SQL Statements

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

Line: 386

  PROCEDURE update_entity (
    itemtype                    IN       VARCHAR2,
    itemkey                     IN       VARCHAR2,
    actid                       IN       NUMBER,
    funcmode                    IN       VARCHAR2,
    resultout                   IN OUT NOCOPY /* file.sql.39 change */  VARCHAR2
   ) IS
  BEGIN

    IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
      aso_debug_pub.ADD ('Before calling aso_apr_wf_pvt.update_entity ',1,'N');
Line: 400

  aso_apr_wf_pvt.update_entity(itemtype,
                                 itemkey,
                                 actid,
                                 funcmode,
                                 resultout);
Line: 407

      aso_debug_pub.ADD ('After calling aso_apr_wf_pvt.update_entity ',1,'N');