DBA Data[Home] [Help]

APPS.XDPCORE_WI dependencies on WF_CORE

Line 114: wf_core.context('XDPCORE_WI', 'INITIALIZE_WORKITEM_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

110:
111:
112: EXCEPTION
113: WHEN OTHERS THEN
114: wf_core.context('XDPCORE_WI', 'INITIALIZE_WORKITEM_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
115: raise;
116: END INITIALIZE_WORKITEM_PROCESS;
117:
118:

Line 148: wf_core.context('XDPCORE_WI', 'CONTINUE_WORKITEM', itemtype, itemkey, to_char(actid), funcmode);

144:
145:
146: EXCEPTION
147: WHEN OTHERS THEN
148: wf_core.context('XDPCORE_WI', 'CONTINUE_WORKITEM', itemtype, itemkey, to_char(actid), funcmode);
149: raise;
150: END CONTINUE_WORKITEM;
151:
152:

Line 186: wf_core.context('XDPCORE_WI', 'ARE_ALL_WIS_DONE', itemtype, itemkey, to_char(actid), funcmode);

182:
183:
184: EXCEPTION
185: WHEN OTHERS THEN
186: wf_core.context('XDPCORE_WI', 'ARE_ALL_WIS_DONE', itemtype, itemkey, to_char(actid), funcmode);
187: raise;
188: END ARE_ALL_WIS_DONE;
189:
190:

Line 215: wf_core.context('XDPCORE_WI', 'EVALUATE_WI_PARAMS', itemtype, itemkey, to_char(actid), funcmode);

211:
212:
213: EXCEPTION
214: WHEN OTHERS THEN
215: wf_core.context('XDPCORE_WI', 'EVALUATE_WI_PARAMS', itemtype, itemkey, to_char(actid), funcmode);
216: raise;
217: END EVALUATE_WI_PARAMS;
218:
219: Procedure EVALUATE_ALL_WIS_PARAMS (itemtype in varchar2,

Line 265: wf_core.context('XDPCORE_WI', 'EVALUATE_ALL_WIS_PARAMS', itemtype, itemkey, to_char(actid), funcmode);

261:
262: resultout := 'COMPLETE:FAILURE';
263: return;
264: END IF;
265: wf_core.context('XDPCORE_WI', 'EVALUATE_ALL_WIS_PARAMS', itemtype, itemkey, to_char(actid), funcmode);
266: RAISE;
267: END EVALUATE_ALL_WIS_PARAMS;
268:
269:

Line 295: wf_core.context('XDPCORE_WI', 'LAUNCH_WORKITEM_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

291:
292:
293: EXCEPTION
294: WHEN OTHERS THEN
295: wf_core.context('XDPCORE_WI', 'LAUNCH_WORKITEM_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
296: raise;
297: END LAUNCH_WORKITEM_PROCESS;
298:
299:

Line 325: wf_core.context('XDPCORE_WI', 'INITIALIZE_DEP_WI_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

321:
322:
323: EXCEPTION
324: WHEN OTHERS THEN
325: wf_core.context('XDPCORE_WI', 'INITIALIZE_DEP_WI_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
326: raise;
327: END INITIALIZE_DEP_WI_PROCESS;
328:
329:

Line 356: wf_core.context('XDPCORE_WI', 'LAUNCH_WI_SEQ_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

352:
353:
354: EXCEPTION
355: WHEN OTHERS THEN
356: wf_core.context('XDPCORE_WI', 'LAUNCH_WI_SEQ_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
357: raise;
358: END LAUNCH_WI_SEQ_PROCESS;
359:
360:

Line 388: wf_core.context('XDPCORE_WI', 'LAUNCH_ALL_IND_WIS', itemtype, itemkey, to_char(actid), funcmode);

384:
385: EXCEPTION
386: WHEN OTHERS THEN
387: xdpcore.context('XDPCORE_WI', 'LAUNCH_ALL_IND_WIS', itemtype, itemkey, to_char(actid), funcmode);
388: wf_core.context('XDPCORE_WI', 'LAUNCH_ALL_IND_WIS', itemtype, itemkey, to_char(actid), funcmode);
389: raise;
390:
391: END LAUNCH_ALL_IND_WIS;
392:

Line 417: wf_core.context('XDPCORE_WI', 'LAUNCH_WI_SERVICE_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

413:
414:
415: EXCEPTION
416: WHEN OTHERS THEN
417: wf_core.context('XDPCORE_WI', 'LAUNCH_WI_SERVICE_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
418: raise;
419: END LAUNCH_WI_SERVICE_PROCESS;
420:
421:

Line 452: wf_core.context('XDPCORE_WI', 'INITIALIZE_WI_LIST', itemtype, itemkey, to_char(actid), funcmode);

448: END IF;
449:
450: EXCEPTION
451: WHEN OTHERS THEN
452: wf_core.context('XDPCORE_WI', 'INITIALIZE_WI_LIST', itemtype, itemkey, to_char(actid), funcmode);
453: raise;
454: END INITIALIZE_WI_LIST;
455:
456:

Line 491: wf_core.context('XDPCORE_WI', 'ARE_ALL_WIS_DONE', itemtype, itemkey, to_char(actid), funcmode);

487:
488:
489: EXCEPTION
490: WHEN OTHERS THEN
491: wf_core.context('XDPCORE_WI', 'ARE_ALL_WIS_DONE', itemtype, itemkey, to_char(actid), funcmode);
492: raise;
493: END GET_ONSTART_WI_PARAMS;
494:
495:

Line 523: wf_core.context('XDPCORE_WI', 'RESOLVE_IND_DEP_WIS', itemtype, itemkey, to_char(actid), funcmode);

519:
520:
521: EXCEPTION
522: WHEN OTHERS THEN
523: wf_core.context('XDPCORE_WI', 'RESOLVE_IND_DEP_WIS', itemtype, itemkey, to_char(actid), funcmode);
524: raise;
525: END RESOLVE_IND_DEP_WIS;
526:
527: Procedure OVERRIDE_WI_PARAM (itemtype in varchar2,

Line 557: wf_core.context('XDPCORE_WI', 'OVERRIDE_WI_PARAM', itemtype, itemkey, to_char(actid), funcmode);

553: END IF;
554:
555: EXCEPTION
556: WHEN OTHERS THEN
557: wf_core.context('XDPCORE_WI', 'OVERRIDE_WI_PARAM', itemtype, itemkey, to_char(actid), funcmode);
558: raise;
559: END OVERRIDE_WI_PARAM;
560:
561: /****

Line 641: wf_core.context('XDPCORE_WI', 'GetWIParamOnStart', itemtype, itemkey, null, x_Progress);

637:
638: exception
639: when others then
640: x_Progress := 'XDPCORE_WI.GetWIParamOnStart. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
641: wf_core.context('XDPCORE_WI', 'GetWIParamOnStart', itemtype, itemkey, null, x_Progress);
642: raise;
643: END evaluateWIParams;
644:
645:

Line 723: wf_core.context('XDPCORE_WI', 'evaluateAllWIsParams', itemtype, itemkey, null, x_Progress);

719: EXCEPTION
720:
721: WHEN e_NoWorkitemsFoundException THEN
722: XDPCORE.context('XDPCORE_WI', 'evaluateAllWIsParams', 'LINE', l_LineItemID, x_Progress );
723: wf_core.context('XDPCORE_WI', 'evaluateAllWIsParams', itemtype, itemkey, null, x_Progress);
724: RAISE;
725:
726: WHEN others THEN
727: x_Progress := 'XDPCORE_WI.evaluateAllWIsParams. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);

Line 729: wf_core.context('XDPCORE_WI', 'evaluateAllWIsParams', itemtype, itemkey, null, x_Progress);

725:
726: WHEN others THEN
727: x_Progress := 'XDPCORE_WI.evaluateAllWIsParams. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
728: XDPCORE.context('XDPCORE_WI', 'evaluateAllWIsParams', 'LINE', l_LineItemID );
729: wf_core.context('XDPCORE_WI', 'evaluateAllWIsParams', itemtype, itemkey, null, x_Progress);
730: raise;
731: END evaluateAllWIsParams;
732:
733:

Line 795: wf_core.context('XDPCORE_WI', 'AreAllWIsDone', itemtype, itemkey, null, x_Progress);

791: if c_WIList%ISOPEN then
792: Close c_WIList;
793: end if;
794:
795: wf_core.context('XDPCORE_WI', 'AreAllWIsDone', itemtype, itemkey, null, x_Progress);
796: raise;
797: when others then
798: if c_WIList%ISOPEN then
799: Close c_WIList;

Line 803: wf_core.context('XDPCORE_WI', 'AreAllWIsDone', itemtype, itemkey, null, x_Progress);

799: Close c_WIList;
800: end if;
801:
802: x_Progress := 'XDPCORE_WI.AreAllWIsDone. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
803: wf_core.context('XDPCORE_WI', 'AreAllWIsDone', itemtype, itemkey, null, x_Progress);
804: raise;
805: end AreAllWIsDone;
806:
807:

Line 1079: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1075: end if;
1076:
1077: exception
1078: when e_CallWIWfProcException then
1079: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1080: raise;
1081:
1082: when e_NullWIWfProcException then
1083: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1083: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1079: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1080: raise;
1081:
1082: when e_NullWIWfProcException then
1083: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1084: raise;
1085:
1086: when e_CallWIMapProcException then
1087: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1087: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1083: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1084: raise;
1085:
1086: when e_CallWIMapProcException then
1087: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1088: raise;
1089:
1090: when e_InvalidWITypeException then
1091: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1091: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1087: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1088: raise;
1089:
1090: when e_InvalidWITypeException then
1091: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1092: raise;
1093:
1094: when e_InvalidUserWFConfigException then
1095: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1095: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1091: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1092: raise;
1093:
1094: when e_InvalidUserWFConfigException then
1095: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1096: raise;
1097:
1098: when e_UserWFCreateException then
1099: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1099: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1095: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1096: raise;
1097:
1098: when e_UserWFCreateException then
1099: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1100: raise;
1101:
1102: when e_WIWFCreateException then
1103: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1103: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1099: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1100: raise;
1101:
1102: when e_WIWFCreateException then
1103: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1104: raise;
1105:
1106: when e_AddWItoQException then
1107: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1107: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1103: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1104: raise;
1105:
1106: when e_AddWItoQException then
1107: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1108: raise;
1109:
1110: when e_AddWFItemException then
1111: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1111: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1107: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1108: raise;
1109:
1110: when e_AddWFItemException then
1111: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1112: raise;
1113:
1114: when others then
1115: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

Line 1115: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);

1111: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1112: raise;
1113:
1114: when others then
1115: wf_core.context('XDPCORE_WI', 'LaunchWorkitemProcess', itemtype, itemkey, null, x_Progress);
1116: raise;
1117: end LaunchWorkitemProcess;
1118:
1119: Function LaunchAllIndependentWIs (itemtype in varchar2,

Line 1175: wf_core.context('XDPCORE_WI', 'LaunchAllIndependentWIs', itemtype, itemkey, null, x_Progress);

1171: exception
1172: when others then
1173: x_Progress := 'XDPCORE_WI.LaunchAllIndependentWIs. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1174: xdpcore.context('XDPCORE_WI', 'LaunchAllIndependentWIs', 'LINE', l_LineItemID,x_Progress);
1175: wf_core.context('XDPCORE_WI', 'LaunchAllIndependentWIs', itemtype, itemkey, null, x_Progress);
1176: raise;
1177: end LaunchAllIndependentWIs;
1178:
1179: Procedure LaunchIndWorkitemProcess (itemtype in varchar2,

Line 1425: wf_core.context('XDPCORE_WI', 'LaunchIndWorkitemProcess ', itemtype, itemkey, null, x_Progress);

1421: RAISE e_AddWItoQException;
1422: end if;
1423: EXCEPTION
1424: WHEN others THEN
1425: wf_core.context('XDPCORE_WI', 'LaunchIndWorkitemProcess ', itemtype, itemkey, null, x_Progress);
1426: raise;
1427: end LaunchIndWorkitemProcess ;
1428:
1429:

Line 1465: wf_core.context('XDPCORE_WI', 'CheckIfWorkItemIsaWorkflow', null, null, null,null);

1461:
1462: exception
1463: when others then
1464: x_Progress := 'XDPCORE_WI.CheckIfWorkItemIsaWorkflow. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1465: wf_core.context('XDPCORE_WI', 'CheckIfWorkItemIsaWorkflow', null, null, null,null);
1466: raise;
1467: end CheckIfWorkItemIsaWorkflow;
1468:
1469:

Line 1514: wf_core.context('XDPCORE_WI', 'ContinueWorkitem',itemtype, itemkey, null, null);

1510:
1511: exception
1512: when others then
1513: x_Progress := 'XDPCORE_WI.ContinueWorkitem. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1514: wf_core.context('XDPCORE_WI', 'ContinueWorkitem',itemtype, itemkey, null, null);
1515: raise;
1516: end ContinueWorkitem;
1517:
1518: Procedure InitializeWorkitemProcess(itemtype in varchar2,

Line 1547: wf_core.context('XDPCORE_WI', 'InitializeWorkitemProcess', itemtype, itemkey, null, x_Progress);

1543:
1544: exception
1545: when others then
1546: x_Progress := 'XDPCORE_WI.InitializeWorkitemProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1547: wf_core.context('XDPCORE_WI', 'InitializeWorkitemProcess', itemtype, itemkey, null, x_Progress);
1548: raise;
1549: end InitializeWorkitemProcess;
1550:
1551:

Line 1658: wf_core.context('XDPCORE_WI', 'InitDepWIProcess', itemtype, itemkey, null, x_Progress);

1654: EXCEPTION
1655: when others then
1656: x_Progress := 'XDPCORE_WI.InitDepWIProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1657: xdpcore.context('XDPCORE_WI', 'InitDepWIProcess', itemtype, itemkey,x_Progress);
1658: wf_core.context('XDPCORE_WI', 'InitDepWIProcess', itemtype, itemkey, null, x_Progress);
1659: raise;
1660: end InitDepWIProcess;
1661:
1662:

Line 1849: wf_core.context('XDPCORE_WI', 'LaunchWIServiceProcess', itemtype, itemkey, null, x_Progress);

1845: if c_GetDepWIList%ISOPEN then
1846: close c_GetDepWIList;
1847: end if;
1848:
1849: wf_core.context('XDPCORE_WI', 'LaunchWIServiceProcess', itemtype, itemkey, null, x_Progress);
1850: raise;
1851:
1852: when e_NoWorkitemsFoundException then
1853: if c_GetIndWIList%ISOPEN then

Line 1861: wf_core.context('XDPCORE_WI', 'LaunchWIServiceProcess', itemtype, itemkey, null, x_Progress);

1857: if c_GetDepWIList%ISOPEN then
1858: close c_GetDepWIList;
1859: end if;
1860:
1861: wf_core.context('XDPCORE_WI', 'LaunchWIServiceProcess', itemtype, itemkey, null, x_Progress);
1862: raise;
1863:
1864: when others then
1865: if c_GetIndWIList%ISOPEN then

Line 1874: wf_core.context('XDPCORE_WI', 'LaunchWIServiceProcess', itemtype, itemkey, null, x_Progress);

1870: close c_GetDepWIList;
1871: end if;
1872:
1873: x_Progress := 'XDPCORE_WI.LaunchWIServiceProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1874: wf_core.context('XDPCORE_WI', 'LaunchWIServiceProcess', itemtype, itemkey, null, x_Progress);
1875: raise;
1876: end LaunchWIServiceProcess;
1877:
1878:

Line 2230: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2226: if c_WIList%ISOPEN then
2227: close c_WIList;
2228: end if;
2229:
2230: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2231: raise;
2232:
2233: when e_NoWIsFoundException then
2234: if c_WIList%ISOPEN then

Line 2238: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2234: if c_WIList%ISOPEN then
2235: close c_WIList;
2236: end if;
2237:
2238: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2239: raise;
2240:
2241: when e_CallWIWfProcException then
2242: if c_WIList%ISOPEN then

Line 2246: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2242: if c_WIList%ISOPEN then
2243: close c_WIList;
2244: end if;
2245:
2246: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2247: raise;
2248:
2249: when e_NullWIWfProcException then
2250: if c_WIList%ISOPEN then

Line 2254: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2250: if c_WIList%ISOPEN then
2251: close c_WIList;
2252: end if;
2253:
2254: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2255: raise;
2256:
2257: when e_CallWIMapProcException then
2258: if c_WIList%ISOPEN then

Line 2262: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2258: if c_WIList%ISOPEN then
2259: close c_WIList;
2260: end if;
2261:
2262: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2263: raise;
2264:
2265: when e_InvalidWITypeException then
2266: if c_WIList%ISOPEN then

Line 2270: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2266: if c_WIList%ISOPEN then
2267: close c_WIList;
2268: end if;
2269:
2270: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2271: raise;
2272:
2273: when e_InvalidUserWFConfigException then
2274: if c_WIList%ISOPEN then

Line 2278: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2274: if c_WIList%ISOPEN then
2275: close c_WIList;
2276: end if;
2277:
2278: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2279: raise;
2280:
2281: when e_UserWFCreateException then
2282: if c_WIList%ISOPEN then

Line 2286: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2282: if c_WIList%ISOPEN then
2283: close c_WIList;
2284: end if;
2285:
2286: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2287: raise;
2288:
2289: when e_WIWFCreateException then
2290: if c_WIList%ISOPEN then

Line 2294: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2290: if c_WIList%ISOPEN then
2291: close c_WIList;
2292: end if;
2293:
2294: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2295: raise;
2296:
2297: when e_AddWItoQException then
2298: if c_WIList%ISOPEN then

Line 2302: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2298: if c_WIList%ISOPEN then
2299: close c_WIList;
2300: end if;
2301:
2302: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2303: raise;
2304:
2305: when e_AddWFItemException then
2306: if c_WIList%ISOPEN then

Line 2310: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2306: if c_WIList%ISOPEN then
2307: close c_WIList;
2308: end if;
2309:
2310: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2311: raise;
2312:
2313: when others then
2314: x_Progress := 'XDPCORE_WI.LaunchWISeqProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);

Line 2315: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);

2311: raise;
2312:
2313: when others then
2314: x_Progress := 'XDPCORE_WI.LaunchWISeqProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2315: wf_core.context('XDPCORE_WI', 'LaunchWISeqProcess', itemtype, itemkey, null, x_Progress);
2316: raise;
2317: end LaunchWISeqProcess;
2318:
2319:

Line 2341: wf_core.context('XDPCORE_WI', 'GetWIParamOnStart', itemtype, itemkey, null, x_Progress);

2337:
2338: exception
2339: when others then
2340: x_Progress := 'XDPCORE_WI.GetWIParamOnStart. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2341: wf_core.context('XDPCORE_WI', 'GetWIParamOnStart', itemtype, itemkey, null, x_Progress);
2342: raise;
2343: end GetWIParamOnStart;
2344:
2345:

Line 2453: wf_core.context('XDPCORE_WI', 'UPDATE_WORKITEM_STATUS', p_itemtype, p_itemkey, null, x_Progress);

2449:
2450: EXCEPTION
2451: WHEN others THEN
2452: x_Progress := 'XDPCORE_WI.UPDATE_WORKITEM_STATUS. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2453: wf_core.context('XDPCORE_WI', 'UPDATE_WORKITEM_STATUS', p_itemtype, p_itemkey, null, x_Progress);
2454: rollback;
2455: raise;
2456:
2457: END UPDATE_WORKITEM_STATUS ;

Line 2477: wf_core.context('XDPCORE_WI', 'GetWIProvisioningDate', null, null, null, x_Progress);

2473:
2474: EXCEPTION
2475: WHEN others THEN
2476: x_Progress := 'XDPCORE_WI.GetWIProvisioningDate. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2477: wf_core.context('XDPCORE_WI', 'GetWIProvisioningDate', null, null, null, x_Progress);
2478: raise;
2479: END GetWIProvisioningDate ;
2480:
2481: Function GET_WI_RESPONSIBILITY (itemtype in varchar2,

Line 2512: wf_core.context('XDPCORE_WI', 'GET_WI_RESPONSIBILITY', 'WI', l_WIInstanceID, null, x_Progress);

2508: EXCEPTION
2509: WHEN others THEN
2510: x_Progress := 'XDPCORE_WI.GET_WI_RESPONSIBILITY. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2511: xdpcore.context('XDPCORE_WI', 'GET_WI_RESPONSIBILITY', 'WI', l_WIInstanceID, x_Progress);
2512: wf_core.context('XDPCORE_WI', 'GET_WI_RESPONSIBILITY', 'WI', l_WIInstanceID, null, x_Progress);
2513: raise;
2514: END GET_WI_RESPONSIBILITY;
2515:
2516: Function ResolveIndDepWIs(itemtype in varchar2,

Line 2581: wf_core.context('XDPCORE_WI', ' ResolveIndDepWIs', null, null, null, x_Progress);

2577:
2578: EXCEPTION
2579: WHEN others THEN
2580: x_Progress := 'XDPCORE_WI. ResolveIndDepWIs. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2581: wf_core.context('XDPCORE_WI', ' ResolveIndDepWIs', null, null, null, x_Progress);
2582: raise;
2583:
2584: END ResolveIndDepWIs;
2585:

Line 2600: wf_core.context('XDPCORE_WI', 'get_display_name', null, null, null,p_WIInstanceID );

2596: return l_display_name;
2597:
2598: EXCEPTION
2599: WHEN others THEN
2600: wf_core.context('XDPCORE_WI', 'get_display_name', null, null, null,p_WIInstanceID );
2601: raise;
2602: END get_display_name;
2603:
2604: Procedure OverrideParamValue( p_WIInstanceID IN NUMBER,

Line 2640: wf_core.context('XDPCORE_WI', ' OverrideParamValue', null, null, null,p_WIInstanceID );

2636: EXCEPTION
2637: WHEN others THEN
2638: -- Rollback the autonomous transaction..
2639: rollback;
2640: wf_core.context('XDPCORE_WI', ' OverrideParamValue', null, null, null,p_WIInstanceID );
2641: raise;
2642: END OverrideParamValue;
2643:
2644: End XDPCORE_WI;