DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on WF_PURGE

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

5470:
5471: ---------------------------------------------------------
5472: l_debug_info := 'Purge child workflow' || l_childItemKey;
5473: ---------------------------------------------------------
5474: wf_purge.Items(itemtype => l_itemtype,
5475: itemkey => l_childItemKey);
5476:
5477: wf_purge.TotalPerm(itemtype => l_itemtype,
5478: itemkey => l_childItemKey,

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

5473: ---------------------------------------------------------
5474: wf_purge.Items(itemtype => l_itemtype,
5475: itemkey => l_childItemKey);
5476:
5477: wf_purge.TotalPerm(itemtype => l_itemtype,
5478: itemkey => l_childItemKey,
5479: runtimeonly => TRUE);
5480:
5481: ---------------------------------------------------------------

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

11844: cascade => TRUE);
11845: end if;
11846:
11847: l_debug_info := 'Purge workflow';
11848: wf_purge.Items(itemtype => l_itemtype,
11849: itemkey => l_itemkey);
11850:
11851: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type
11852: as 'Permanent'.

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

11847: l_debug_info := 'Purge workflow';
11848: wf_purge.Items(itemtype => l_itemtype,
11849: itemkey => l_itemkey);
11850:
11851: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type
11852: as 'Permanent'.
11853: */
11854:
11855: wf_purge.TotalPerm(itemtype => l_itemtype,

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

11851: /* Bug 3772025 : Calling wf_purge.TotalPerm to purge workflow with persistence type
11852: as 'Permanent'.
11853: */
11854:
11855: wf_purge.TotalPerm(itemtype => l_itemtype,
11856: itemkey => l_itemkey,
11857: runtimeonly => TRUE);
11858:
11859: end if;