Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/* User Applications */SELECT ap.APP_ID,ap.APPLICATION_NAMEFROM USER_APPLICATIONS ua,APPLICATIONS apWHERE ua.APP_ID = ap.APP_IDAND ua.USER_ID = :USER_IDORDER BY UPPER(ap.APPLICATION_NAME)