DBA Data[Home] [Help]

APPS.MSC_X_USER_EXCEP_GEN dependencies on WF_ITEMS

Line 3302: update wf_items set

3298: wf_notification.close(aRec.notification_id);
3299: END IF;
3300: END LOOP;
3301:
3302: update wf_items set
3303: end_date = sysdate
3304: where item_type = l_type
3305: and item_key like l_key;
3306: