DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WF_CORE

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

205: , avalue => l_init_reqappr);
206: /*End of ER 4276433*/
207: exception
208: when others then
209: wf_core.context('WIP_OSP_SHP_I_WF', 'SetStartupWFAttributes', p_itemtype, p_itemkey);
210: raise;
211: END SetStartupWFAttributes;
212:
213:

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

277: /* May need to add the following line in, to prevent any bottleneck */
278: /* wf_engine.threshold := -1;*/
279: exception
280: when others then
281: wf_core.context('WIP_OSP_SHP_I_WF', 'startWFProcess', p_itemtype, p_itemkey);
282: raise;
283:
284: END startWFProcess;
285:

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

340: , p_itemkey
341: , 'SECURITY_GROUP_ID');
342: exception
343: when others then
344: wf_core.context('WIP_OSP_SHP_I_WF', 'GetStartupWFAttributes', p_itemtype, p_itemkey);
345: raise;
346:
347: end GetStartupWFAttributes;
348:

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

406: END IF;
407:
408: exception
409: when others then
410: wf_core.context('WIP_OSP_SHP_I_WF', 'GetReqImport', itemtype, itemkey);
411: raise;
412:
413: END GetReqImport;
414:

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

472: , p_itemkey
473: , 'SUBCONTRACTOR_SITE' || l_record_number);
474: exception
475: when others then
476: wf_core.context('WIP_OSP_SHP_I_WF', 'GetPOData', p_itemtype, p_itemkey);
477: raise;
478:
479: end GetPOData;
480:

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

552: avalue => p_required_assy_qty);
553:
554: exception
555: when others then
556: wf_core.context('WIP_OSP_SHP_I_WF', 'SetPOData', p_itemtype, p_itemkey);
557: raise;
558:
559: END SetPOData;
560:

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

832: end if;
833:
834: exception
835: when others then
836: wf_core.context('WIP_OSP_SHP_I_WF', 'MultiplePO', itemtype, itemkey);
837: raise;
838:
839: END MultiplePO;
840:

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

903: resultout := 'COMPLETE:N';
904: end if;
905: exception
906: when others then
907: wf_core.context('WIP_OSP_SHP_I_WF', 'Validate', itemtype, itemkey);
908: raise;
909:
910: END Validate;
911:

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

1047: end loop;
1048: end if;
1049: exception
1050: when others then
1051: wf_core.context('WIP_OSP_SHP_I_WF', 'StartDetailProcesses', itemtype, itemkey);
1052: raise;
1053:
1054: END StartDetailProcesses;
1055:

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

1097: end if;
1098:
1099: exception
1100: when others then
1101: wf_core.context('WIP_OSP_SHP_I_WF', 'SelectShippingManager', itemtype, itemkey);
1102: raise;
1103:
1104: END SelectShippingManager;
1105:

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

1136: avalue => l_address);
1137:
1138: exception
1139: when others then
1140: wf_core.context('WIP_OSP_SHP_I_WF', 'GetShipToAddress', itemtype, itemkey);
1141: raise;
1142: END GetShipToAddress;
1143:
1144: PROCEDURE StartWFProcToAnotherSupplier

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

1408:
1409:
1410: exception
1411: when others then
1412: wf_core.context('WIP_OSP_SHP_I_WF', 'StartWFProcToAnotherSupplier', l_itemtype, l_itemkey);
1413: raise;
1414:
1415: end StartWFProcToAnotherSupplier;
1416:

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

1571: close Get2ndPO;
1572:
1573: exception
1574: when others then
1575: wf_core.context('WIP_OSP_SHP_I_WF', 'GetApprovedPO', itemtype, itemkey);
1576: raise;
1577: end GetApprovedPO;
1578:
1579: PROCEDURE CopyPOAttr ( itemtype in varchar2,

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

1633: , p_subcontractor_site => NULL);
1634:
1635: exception
1636: when others then
1637: wf_core.context('WIP_OSP_SHP_I_WF', 'CopyPOAttr', itemtype, itemkey);
1638: raise;
1639:
1640: END CopyPOAttr;
1641:

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

1715: , avalue => l_request_id);
1716:
1717: exception
1718: when others then
1719: wf_core.context('WIP_OSP_SHP_I_WF', 'StartDetailProcesses', itemtype, itemkey);
1720: raise;
1721:
1722: END StartReqImport;
1723:

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

1796: END IF;--l_parent_id <> 0
1797:
1798: exception
1799: when others then
1800: wf_core.context('WIP_OSP_SHP_I_WF', 'StartDetailProcesses', itemtype, itemkey);
1801: raise;
1802: END WaitforReqImport;
1803:
1804: END wip_osp_shp_i_wf;