DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_ORDER_PVT

Line 489: -- This process is called from OE_ORDER_PVT.HEader to create the

485: END IF;
486:
487: END Start_LineFork;
488:
489: -- This process is called from OE_ORDER_PVT.HEader to create the
490: -- Header workitem and start the flow.
491:
492: PROCEDURE CreateStart_HdrProcess
493: ( p_header_rec IN OE_Order_PUB.Header_Rec_Type

Line 672: -- THis is called from OE_ORDER_PVT.LINES to create the Line

668: END IF;
669:
670: END Create_HdrWorkItem;
671:
672: -- THis is called from OE_ORDER_PVT.LINES to create the Line
673: -- workitem and start the line flow.
674:
675: PROCEDURE CreateStart_LineProcess
676: ( p_Line_rec IN OE_Order_PUB.Line_Rec_Type

Line 1632: OE_Order_PVT.Process_Requests_And_Notify

1628: IF l_debug_level > 0 THEN
1629: oe_debug_pub.add('OEXUOWFB.pls: Calling Process_Requests_And_Notify......', 1);
1630: END IF;
1631:
1632: OE_Order_PVT.Process_Requests_And_Notify
1633: ( p_header_rec => l_header_rec
1634: ,p_old_header_rec => l_old_header_rec
1635: ,x_return_status => l_return_status);
1636:

Line 1917: OE_Order_PVT.Process_Requests_And_Notify

1913: IF l_debug_level > 0 THEN
1914: oe_debug_pub.add('OEXUOWFB.pls: Calling Process_Requests_And_Notify......', 1);
1915: END IF;
1916:
1917: OE_Order_PVT.Process_Requests_And_Notify
1918: ( p_line_tbl => l_line_tbl
1919: ,p_old_line_tbl => l_old_line_tbl
1920: ,x_return_status => l_return_status);
1921:

Line 2058: OE_Order_PVT.Process_Requests_And_Notify

2054: IF l_debug_level > 0 THEN
2055: oe_debug_pub.add('OEXUOWFB.pls: Calling Process_Requests_And_Notify......', 1);
2056: END IF;
2057:
2058: OE_Order_PVT.Process_Requests_And_Notify
2059: ( p_header_rec => l_header_rec
2060: ,p_old_header_rec => l_old_header_rec
2061: ,x_return_status => l_return_status);
2062:

Line 2489: OE_Order_PVT.Process_Requests_And_Notify

2485: IF l_debug_level > 0 THEN
2486: oe_debug_pub.add('OEXUOWFB.pls: Calling Process_Requests_And_Notify......', 1);
2487: END IF;
2488:
2489: OE_Order_PVT.Process_Requests_And_Notify
2490: ( p_header_rec => l_header_rec
2491: ,p_old_header_rec => l_old_header_rec
2492: ,x_return_status => l_return_status);
2493: