[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
SELECT status_code, meaning
FROM
aso_quote_statuses_vl where
enabled_flag = 'Y' and
status_code NOT IN ('ORDERED', 'ENTERED')
ORDER BY 1;
Select meaning into l_node_label
from ast_lookups
where lookup_type = lkp_type
and lookup_code = lkp_code;