DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WF_CORE

Line 166: wf_core.context('WIP_OSP_SHP_I_WF', 'SetStartupWFAttributes', p_itemtype, p_itemkey);

162: , aname => 'SECURITY_GROUP_ID'
163: , avalue => p_security_group_id);
164: exception
165: when others then
166: wf_core.context('WIP_OSP_SHP_I_WF', 'SetStartupWFAttributes', p_itemtype, p_itemkey);
167: raise;
168: END SetStartupWFAttributes;
169:
170:

Line 238: wf_core.context('WIP_OSP_SHP_I_WF', 'startWFProcess', p_itemtype, p_itemkey);

234: /* May need to add the following line in, to prevent any bottleneck */
235: /* wf_engine.threshold := -1;*/
236: exception
237: when others then
238: wf_core.context('WIP_OSP_SHP_I_WF', 'startWFProcess', p_itemtype, p_itemkey);
239: raise;
240:
241: END startWFProcess;
242:

Line 301: wf_core.context('WIP_OSP_SHP_I_WF', 'GetStartupWFAttributes', p_itemtype, p_itemkey);

297: , p_itemkey
298: , 'SECURITY_GROUP_ID');
299: exception
300: when others then
301: wf_core.context('WIP_OSP_SHP_I_WF', 'GetStartupWFAttributes', p_itemtype, p_itemkey);
302: raise;
303:
304: end GetStartupWFAttributes;
305:

Line 367: wf_core.context('WIP_OSP_SHP_I_WF', 'GetReqImport', itemtype, itemkey);

363: END IF;
364:
365: exception
366: when others then
367: wf_core.context('WIP_OSP_SHP_I_WF', 'GetReqImport', itemtype, itemkey);
368: raise;
369:
370: END GetReqImport;
371:

Line 433: wf_core.context('WIP_OSP_SHP_I_WF', 'GetPOData', p_itemtype, p_itemkey);

429: , p_itemkey
430: , 'SUBCONTRACTOR_SITE' || l_record_number);
431: exception
432: when others then
433: wf_core.context('WIP_OSP_SHP_I_WF', 'GetPOData', p_itemtype, p_itemkey);
434: raise;
435:
436: end GetPOData;
437:

Line 513: wf_core.context('WIP_OSP_SHP_I_WF', 'SetPOData', p_itemtype, p_itemkey);

509: avalue => p_required_assy_qty);
510:
511: exception
512: when others then
513: wf_core.context('WIP_OSP_SHP_I_WF', 'SetPOData', p_itemtype, p_itemkey);
514: raise;
515:
516: END SetPOData;
517:

Line 793: wf_core.context('WIP_OSP_SHP_I_WF', 'MultiplePO', itemtype, itemkey);

789: end if;
790:
791: exception
792: when others then
793: wf_core.context('WIP_OSP_SHP_I_WF', 'MultiplePO', itemtype, itemkey);
794: raise;
795:
796: END MultiplePO;
797:

Line 864: wf_core.context('WIP_OSP_SHP_I_WF', 'Validate', itemtype, itemkey);

860: resultout := 'COMPLETE:N';
861: end if;
862: exception
863: when others then
864: wf_core.context('WIP_OSP_SHP_I_WF', 'Validate', itemtype, itemkey);
865: raise;
866:
867: END Validate;
868:

Line 1008: wf_core.context('WIP_OSP_SHP_I_WF', 'StartDetailProcesses', itemtype, itemkey);

1004: end loop;
1005: end if;
1006: exception
1007: when others then
1008: wf_core.context('WIP_OSP_SHP_I_WF', 'StartDetailProcesses', itemtype, itemkey);
1009: raise;
1010:
1011: END StartDetailProcesses;
1012:

Line 1058: wf_core.context('WIP_OSP_SHP_I_WF', 'SelectShippingManager', itemtype, itemkey);

1054: end if;
1055:
1056: exception
1057: when others then
1058: wf_core.context('WIP_OSP_SHP_I_WF', 'SelectShippingManager', itemtype, itemkey);
1059: raise;
1060:
1061: END SelectShippingManager;
1062:

Line 1097: wf_core.context('WIP_OSP_SHP_I_WF', 'GetShipToAddress', itemtype, itemkey);

1093: avalue => l_address);
1094:
1095: exception
1096: when others then
1097: wf_core.context('WIP_OSP_SHP_I_WF', 'GetShipToAddress', itemtype, itemkey);
1098: raise;
1099: END GetShipToAddress;
1100:
1101: PROCEDURE StartWFProcToAnotherSupplier

Line 1369: wf_core.context('WIP_OSP_SHP_I_WF', 'StartWFProcToAnotherSupplier', l_itemtype, l_itemkey);

1365:
1366:
1367: exception
1368: when others then
1369: wf_core.context('WIP_OSP_SHP_I_WF', 'StartWFProcToAnotherSupplier', l_itemtype, l_itemkey);
1370: raise;
1371:
1372: end StartWFProcToAnotherSupplier;
1373:

Line 1532: wf_core.context('WIP_OSP_SHP_I_WF', 'GetApprovedPO', itemtype, itemkey);

1528: close Get2ndPO;
1529:
1530: exception
1531: when others then
1532: wf_core.context('WIP_OSP_SHP_I_WF', 'GetApprovedPO', itemtype, itemkey);
1533: raise;
1534: end GetApprovedPO;
1535:
1536: PROCEDURE CopyPOAttr ( itemtype in varchar2,

Line 1594: wf_core.context('WIP_OSP_SHP_I_WF', 'CopyPOAttr', itemtype, itemkey);

1590: , p_subcontractor_site => NULL);
1591:
1592: exception
1593: when others then
1594: wf_core.context('WIP_OSP_SHP_I_WF', 'CopyPOAttr', itemtype, itemkey);
1595: raise;
1596:
1597: END CopyPOAttr;
1598: