Subversion Repositories DevTools

Rev

Rev 13 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* OS Types Combo */
SELECT bt.BOS_ID,
           bt.BOS_TYPE,
           DECODE ( :BOS_ID,
                                bt.BOS_ID, 'selected',
                                NULL ) AS SELECTED
  FROM BOS_TYPES bt
 ORDER BY bt.BOS_ORDER