DBA Data[Home] [Help]

APPS.MSDWF dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 567: from wf_item_activity_statuses_v

563: exit;
564: end if;
565:
566: select distinct ACTIVITY_STATUS_CODE into status_code
567: from wf_item_activity_statuses_v
568: where item_type = itemtype
569: and item_key = itemkey
570: and ACTIVITY_STATUS_CODE = 'DEFERRED';
571: