DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on WF_ENGINE

Line 19593: wf_engine.handleerror(OE_Globals.G_WFI_LIN

19589: */
19590:
19591: -- commented the code to move the logic to delayed request
19592: -- reopened to revert the changes
19593: wf_engine.handleerror(OE_Globals.G_WFI_LIN
19594: ,to_char(p_x_line_rec.line_id)
19595: ,'CLOSE_LINE',
19596: 'RETRY','CANCEL');
19597: if l_debug_level > 0 then

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

19713: FETCH ship_authorize INTO l_ship_authorize;
19714: CLOSE ship_authorize;
19715: IF (l_ship_authorize = 'Y')
19716: THEN
19717: WF_ENGINE.CompleteActivityInternalName('OEOL', p_x_line_rec.line_id,
19718: 'AUTHORIZE_TO_SHIP_WAIT', 'COMPLETE');
19719: END IF;
19720: END IF;
19721: END IF;

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

24509: Set flow_status_code = 'INVOICED'
24510: Where line_id = p_link_to_line_id;
24511:
24512: BEGIN
24513: WF_ENGINE.CompleteActivityInternalName(OE_GLOBALS.G_WFI_LIN, p_link_to_line_id, 'INVOICING_WAIT_FOR_RFR', null);
24514: EXCEPTION
24515: WHEN OTHERS THEN
24516: oe_debug_pub.add(' Error in completing activity; SQL Message - '||SQLERRM, 5);
24517: END;