DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on STANDARD

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

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

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

1474:
1475:
1476:
1477: -- Abort the Wf and close the Header
1478: --OE_STANDARD_WF.Get_HdrProcessName(OE_GLOBALS.G_WFI_HDR, p_header_rec.header_id,
1479: --l_line_process_name);
1480:
1481: -- Moved this post line process
1482: /*IF oe_sales_can_util.g_order_cancel THEN