DBA Data[Home] [Help]

APPS.CUG_WF_EMAIL_UTIL dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 818: from wf_item_activity_statuses

814:
815: begin
816: select ACTIVITY_RESULT_CODE
817: into lv_activity_result_code
818: from wf_item_activity_statuses
819: where item_type = lv_itemtype
820: and item_key = lv_itemkey
821: and (ACTIVITY_RESULT_CODE = 'CUG_ACKNOWLEDGED' or
822: ACTIVITY_RESULT_CODE = 'N' );