DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on STANDARD

Line 583: OE_STANDARD_WF.Get_LineProcessName(OE_GLOBALS.G_WFI_LIN, p_line_rec.line_id,

579: /*
580: ** Recommented for clarity. WF activity is progressed in OEXULINB.pls
581:
582: Abort Wf activities
583: OE_STANDARD_WF.Get_LineProcessName(OE_GLOBALS.G_WFI_LIN, p_line_rec.line_id,
584: l_line_process_name);
585:
586: If p_line_rec.ordered_quantity = 0 then
587: wf_engine.abortprocess(OE_Globals.G_WFI_LIN

Line 1541: --OE_STANDARD_WF.Get_HdrProcessName(OE_GLOBALS.G_WFI_HDR, p_header_rec.header_id,

1537:
1538:
1539:
1540: -- Abort the Wf and close the Header
1541: --OE_STANDARD_WF.Get_HdrProcessName(OE_GLOBALS.G_WFI_HDR, p_header_rec.header_id,
1542: --l_line_process_name);
1543:
1544: -- Moved this post line process
1545: /*IF oe_sales_can_util.g_order_cancel THEN