DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on WF_ENGINE

Line 5639: wf_engine.CompleteActivityInternalName

5635: oe_debug_pub.add( 'COMP ACT DELAYED REQ '|| L_LINE_TBL ( L_LINE_INDEX ) .LINE_ID , 3 ) ;
5636: END IF;
5637:
5638: BEGIN
5639: wf_engine.CompleteActivityInternalName
5640: ('OEOL', to_char(l_line_tbl(l_line_index).line_id),
5641: 'SHIP_LINE', 'NON_SHIPPABLE',TRUE ); --14599978
5642: EXCEPTION
5643: WHEN OTHERS THEN

Line 5649: oe_debug_pub.add( 'WF_ENGINE.COMPLETEACTIVITYINTERNALNAME ' || TO_CHAR ( L_LINE_TBL ( L_LINE_INDEX ) .LINE_ID ) , 3 ) ;

5645: RAISE ;
5646: END ;
5647:
5648: IF l_debug_level > 0 THEN
5649: oe_debug_pub.add( 'WF_ENGINE.COMPLETEACTIVITYINTERNALNAME ' || TO_CHAR ( L_LINE_TBL ( L_LINE_INDEX ) .LINE_ID ) , 3 ) ;
5650: END IF;
5651:
5652: END IF; -- if non shippable in a SMC.
5653:

Line 6083: WF_ENGINE.HandleError

6079:
6080: OE_BULK_WF_UTIL.G_LINE_INDEX := I;
6081:
6082: BEGIN
6083: WF_ENGINE.HandleError
6084: (itemtype => 'OEOL',
6085: itemkey => to_char(p_line_rec.line_id(I)),
6086: activity => 'SHIP_LINE',
6087: command => 'RETRY',

Line 6092: oe_debug_pub.add('Exception caught after Wf_engine.Handle_Error',5);

6088: result => NULL);
6089:
6090: EXCEPTION
6091: WHEN OTHERS THEN
6092: oe_debug_pub.add('Exception caught after Wf_engine.Handle_Error',5);
6093: END; -- Erroring out the WF table
6094:
6095: OE_BULK_WF_UTIL.G_LINE_INDEX := NULL;
6096: END IF; -- lines not shipping_interfaced