DBA Data[Home] [Help]

APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on WF_ENGINE

Line 1648: wf_engine.AbortProcess (itemtype => 'APEXP',

1644: -- Abort the parent workflow if active
1645: IF l_wf_active THEN
1646: l_debug_info := 'WF Exists, abort process';
1647: fnd_file.put_line(fnd_file.log,'Abort Existing Workflow');
1648: wf_engine.AbortProcess (itemtype => 'APEXP',
1649: itemkey => to_char(l_report_header_id),
1650: cascade => TRUE);
1651: END IF;
1652:

Line 1656: l_childItemKeySeq := WF_ENGINE.GetItemAttrNumber('APEXP',

1652:
1653: l_debug_info := 'Purge WF for report ' || to_char(l_report_header_id);
1654: -- Check the child item keys
1655: begin
1656: l_childItemKeySeq := WF_ENGINE.GetItemAttrNumber('APEXP',
1657: l_report_header_id,
1658: 'AME_CHILD_ITEM_KEY_SEQ');
1659: exception
1660: when others then

Line 1695: wf_engine.AbortProcess (itemtype => 'APEXP',

1691: -- Abort the child workflow if active
1692: IF l_wf_active THEN
1693: l_debug_info := 'WF Exists, abort process';
1694: fnd_file.put_line(fnd_file.log,'Abort Existing Workflow');
1695: wf_engine.AbortProcess (itemtype => 'APEXP',
1696: itemkey => l_child_item_key,
1697: cascade => TRUE);
1698: END IF;
1699: wf_purge.Items(itemtype => 'APEXP',