DBA Data[Home] [Help]

APPS.AST_UWQ_QUOTE_ENUMS_PVT SQL Statements

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

Line: 20

    SELECT status_code, meaning
    FROM
      aso_quote_statuses_vl where
	 enabled_flag = 'Y' and
	 status_code NOT IN ('ORDERED', 'ENTERED')
    ORDER BY 1;
Line: 37

  Select meaning into l_node_label
  from ast_lookups
  where lookup_type = lkp_type
  and lookup_code = lkp_code;