DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_AGING_CONC_PUB dependencies on WF_ENGINE

Line 188: -- Defer to wf_engine background process

184: x_item_key => l_itemkey,
185: x_return_status => l_return_status
186: );
187:
188: -- Defer to wf_engine background process
189: wf_engine.Background (
190: itemtype => l_itemtype,
191: minthreshold => null,
192: maxthreshold => null,

Line 189: wf_engine.Background (

185: x_return_status => l_return_status
186: );
187:
188: -- Defer to wf_engine background process
189: wf_engine.Background (
190: itemtype => l_itemtype,
191: minthreshold => null,
192: maxthreshold => null,
193: process_deferred => TRUE,