DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on WF_ENGINE

Line 17815: wf_engine.handleerror(OE_Globals.G_WFI_LIN

17811: */
17812:
17813: -- commented the code to move the logic to delayed request
17814: -- reopened to revert the changes
17815: wf_engine.handleerror(OE_Globals.G_WFI_LIN
17816: ,to_char(p_x_line_rec.line_id)
17817: ,'CLOSE_LINE',
17818: 'RETRY','CANCEL');
17819: if l_debug_level > 0 then

Line 17915: WF_ENGINE.CompleteActivityInternalName('OEOL', p_x_line_rec.line_id,

17911: FETCH ship_authorize INTO l_ship_authorize;
17912: CLOSE ship_authorize;
17913: IF (l_ship_authorize = 'Y')
17914: THEN
17915: WF_ENGINE.CompleteActivityInternalName('OEOL', p_x_line_rec.line_id,
17916: 'AUTHORIZE_TO_SHIP_WAIT', 'COMPLETE');
17917: END IF;
17918: END IF;
17919: END IF;

Line 22629: WF_ENGINE.CompleteActivityInternalName(OE_GLOBALS.G_WFI_LIN, p_link_to_line_id, 'INVOICING_WAIT_FOR_RFR', null);

22625: Set flow_status_code = 'INVOICED'
22626: Where line_id = p_link_to_line_id;
22627:
22628: BEGIN
22629: WF_ENGINE.CompleteActivityInternalName(OE_GLOBALS.G_WFI_LIN, p_link_to_line_id, 'INVOICING_WAIT_FOR_RFR', null);
22630: EXCEPTION
22631: WHEN OTHERS THEN
22632: oe_debug_pub.add(' Error in completing activity; SQL Message - '||SQLERRM, 5);
22633: END;