Oracle EBS-SQL (SYS-4):sys_职责查询.sql

select

   t.RESPONSIBILITY_NAME

from apps.FND_RESPONSIBILITY_VL t

    where t.RESPONSIBILITY_NAME like '%MRP%' or            

              t.RESPONSIBILITY_NAME like '%WIP%' or

              t.RESPONSIBILITY_NAME like '%BOM%' or

              t.RESPONSIBILITY_NAME like '%QA%'    or

              t.RESPONSIBILITY_NAME like '%MFG%'

posted on 2014-06-09 11:26  st.sun  阅读(249)  评论(0编辑  收藏  举报

导航