忙裏偷閑

很多事情很多心情寫了也就記下了; 不寫,以後可能就忘了.
個人資料
正文

Finding workflow name in Oracle EBS

(2010-01-15 05:48:33) 下一個

The table name is wf_item_types_tl. We need to know the item type name (found in package).

For example, for GL approval process workflow, the item type is: GLBATCH.

select display_name, description from wf_item_types_tl where name = 'GLBATCH';

DISPLAY_NAME                                         DESCRIPTION

-------------------------------------------             ----------------------------------------------------------                                                                                                                                                                                                                                     

Journal Batch                                                 Item type for GL's Journal Approval process.                                                                                                                                                                                                     

1 rows selected

 

Open Workflow builder, search for workflow ‘Journal Batch’ to see the diagram processes.

[ 打印 ]
閱讀 ()評論 (2)
評論
目前還沒有任何評論
登錄後才可評論.