DBA Data[Home] [Help]

APPS.BISVIEWER_PFJ SQL Statements

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

Line: 176

   select user_id, responsibility_id
   from   bis_scheduler
   where  schedule_id = cpScheduleId;
Line: 182

   select application_id
   from fnd_responsibility
   where responsibility_id = cpRespId;
Line: 187

   select function_id
   from   fnd_form_functions
   where  function_name = cpFunctionName;
Line: 417

        setSelectionEnableMove(true);