DBA Data[Home] [Help]

APPS.AS_LEAD_ROUTING_WF dependencies on WF_CORE

Line 207: wf_core.context(Item_type, 'StartProcess', p_sales_lead_id,

203: -- code change for bug 1613424 end
204:
205: EXCEPTION
206: when others then
207: wf_core.context(Item_type, 'StartProcess', p_sales_lead_id,
208: Workflowprocess);
209: x_return_status := 'ERROR';
210: raise;
211: END StartProcess;

Line 566: wf_core.context(

562: IF (AS_DEBUG_LOW_ON) THEN
563: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
564: 'SQLCODE:' || SQLCODE || ' SQLERRM: ' || SQLERRM);
565: END IF;
566: wf_core.context(
567: itemtype,
568: 'GETAVAILABLERESOURCE',
569: itemtype,
570: itemkey, to_char(actid),funcmode);

Line 863: wf_core.context(

859: IF (AS_DEBUG_LOW_ON) THEN
860: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
861: 'SQLCODE:' || SQLCODE || ' SQLERRM: ' || SQLERRM);
862: END IF;
863: wf_core.context(
864: itemtype,
865: 'GETOWNER',
866: itemtype,
867: itemkey, to_char(actid),funcmode);

Line 1147: wf_core.context(itemtype, 'UpdateSalesLeads', itemtype, itemkey,

1143: END IF;
1144:
1145: EXCEPTION
1146: WHEN OTHERS THEN
1147: wf_core.context(itemtype, 'UpdateSalesLeads', itemtype, itemkey,
1148: to_char(actid), funcmode);
1149: result := 'COMPLETE:ERROR';
1150: RAISE;
1151: END UpdateSalesLeads;

Line 1238: wf_core.context(itemtype, 'GetAvailableResources', itemtype,

1234: END IF;
1235:
1236: EXCEPTION
1237: when others then
1238: wf_core.context(itemtype, 'GetAvailableResources', itemtype,
1239: itemkey, to_char(actid),funcmode);
1240: result := 'COMPLETE:ERROR';
1241: raise;
1242: END GetAvailableResources;

Line 1286: wf_core.context(itemtype, 'GetResourceWorkload', itemtype, itemkey,

1282:
1283: EXCEPTION
1284: when others then
1285: --
1286: wf_core.context(itemtype, 'GetResourceWorkload', itemtype, itemkey,
1287: to_char(actid),funcmode);
1288: result := 'COMPLETE:ERROR';
1289: raise;
1290: END GetResourceWorkload;

Line 1383: wf_core.context(Itemtype, 'BalanceWorkload', itemtype, itemkey,

1379: END IF;
1380:
1381: EXCEPTION
1382: when others then
1383: wf_core.context(Itemtype, 'BalanceWorkload', itemtype, itemkey,
1384: to_char(actid),funcmode);
1385: result := 'COMPLETE:ERROR';
1386: raise;
1387: END BalanceWorkload ;

Line 1512: wf_core.context(Itemtype, 'EscalatetoManager', itemtype, itemkey,

1508: END IF;
1509:
1510: EXCEPTION
1511: when others then
1512: wf_core.context(Itemtype, 'EscalatetoManager', itemtype, itemkey,
1513: to_char(actid), funcmode);
1514: result := 'COMPLETE:ERROR';
1515: raise;
1516: