DBA Data[Home] [Help]

APPS.XDP_PROCEDURE_UTIL SQL Statements

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

Line: 39

   select text from user_errors
   where name = p_proc_name;
Line: 579

    select proc_type
    from xdp_proc_body
    where proc_name = p_proc_name
      and proc_type <> p_proc_type;
Line: 602

    select 1
    from xdp_proc_body
    where proc_name = p_proc_name;