DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_ITEMS

Line 1598: FROM wf_items wi

1594: (
1595: -- 1). Process ONWER
1596: SELECT 2 role_priority,
1597: wi.owner_role role
1598: FROM wf_items wi
1599: where wi.item_type = itemType
1600: and wi.item_key = itemKey
1601: and owner_role IS NOT NULL
1602: