DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on WF_PURGE

Line 5116: wf_purge.Items(itemtype => l_itemtype,

5112:
5113: ---------------------------------------------------------
5114: l_debug_info := 'Purge child workflow' || l_childItemKey;
5115: ---------------------------------------------------------
5116: wf_purge.Items(itemtype => l_itemtype,
5117: itemkey => l_childItemKey);
5118:
5119: wf_purge.TotalPerm(itemtype => l_itemtype,
5120: itemkey => l_childItemKey,

Line 5119: wf_purge.TotalPerm(itemtype => l_itemtype,

5115: ---------------------------------------------------------
5116: wf_purge.Items(itemtype => l_itemtype,
5117: itemkey => l_childItemKey);
5118:
5119: wf_purge.TotalPerm(itemtype => l_itemtype,
5120: itemkey => l_childItemKey,
5121: runtimeonly => TRUE);
5122:
5123: ---------------------------------------------------------------

Line 11085: wf_purge.Items(itemtype => l_itemtype,

11081: cascade => TRUE);
11082: end if;
11083:
11084: l_debug_info := 'Purge workflow';
11085: wf_purge.Items(itemtype => l_itemtype,
11086: itemkey => l_itemkey);
11087:
11088: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type
11089: as 'Permanent'.

Line 11088: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type

11084: l_debug_info := 'Purge workflow';
11085: wf_purge.Items(itemtype => l_itemtype,
11086: itemkey => l_itemkey);
11087:
11088: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type
11089: as 'Permanent'.
11090: */
11091:
11092: wf_purge.TotalPerm(itemtype => l_itemtype,

Line 11092: wf_purge.TotalPerm(itemtype => l_itemtype,

11088: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type
11089: as 'Permanent'.
11090: */
11091:
11092: wf_purge.TotalPerm(itemtype => l_itemtype,
11093: itemkey => l_itemkey,
11094: runtimeonly => TRUE);
11095:
11096: end if;