DBA Data[Home] [Help]

APPS.MSD_WF dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 622: from wf_item_activity_statuses_v

618: -- wf_engine.Background(itemtype). Note this is select is
619: -- itemkey specific.
620:
621: select distinct ACTIVITY_STATUS_CODE into status_code
622: from wf_item_activity_statuses_v
623: where item_type = itemtype
624: and item_key = itemkey
625: and ACTIVITY_STATUS_CODE = 'DEFERRED';
626: