advanced code snippet search
wh0emPah on 04/02/10
04/02/10 03:55am
TYPE type_rec_total_ordlinesIS RECORD (ord_id s_item.ord_id%TYPE,total NUMBER);TYPE TYPE_TAB_TOTAL_ORDLINESIS TABLE OF TYPE_REC_TOTAL_ORDLINES INDEX BY PLS_INTEGER; t_totord TYPE_TAB_TOTAL_ORDLINES;
Report this snippet Tweet
Comment:
You need to login to post a comment.