DBA Data[Home] [Help]

APPS.EDW_PROJ_CLS SQL Statements

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

Line: 11

   select class_code
          || '-'
          || edw_instance.get_code
    into l_cat
    from pa_project_classes
    where project_id = p_project_id
      and class_category =  p_cls_no;