DBA Data[Home] [Help]

APPS.MSC_X_NETTING_PKG dependencies on WF_ITEMS

Line 1542: update wf_items set

1538: close get_notification_c;
1539:
1540:
1541:
1542: update wf_items set
1543: end_date = sysdate
1544: where item_type = l_type
1545: and item_key like l_key;
1546: