DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_ORDER_PVT

Line 114: -- Call OE_Order_PVT.Process_order

110: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
111:
112: -- Populate line table
113:
114: -- Call OE_Order_PVT.Process_order
115: g_ser_cascade := TRUE;
116:
117: IF l_debug_level > 0 THEN
118: oe_debug_pub.add( 'BEFORE CALLING PROCESS ORDER' ) ;

Line 121: oe_order_pvt.Lines

117: IF l_debug_level > 0 THEN
118: oe_debug_pub.add( 'BEFORE CALLING PROCESS ORDER' ) ;
119: END IF;
120:
121: oe_order_pvt.Lines
122: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
123: , p_control_rec => l_control_rec
124: , p_x_line_tbl => l_line_tbl
125: , p_x_old_line_tbl => l_old_line_tbl

Line 142: OE_Order_PVT.Process_Requests_And_Notify

138:
139: /* jolin start comment out nocopy for notification project
140:
141: -- API to call notify_oc and ack and to process delayed requests
142: OE_Order_PVT.Process_Requests_And_Notify
143: ( p_process_requests => FALSE
144: , p_notify => TRUE
145: , x_return_status => l_return_status
146: , p_line_tbl => l_line_tbl

Line 1556: oe_order_pvt.Lines

1552: IF l_debug_level > 0 THEN
1553: oe_debug_pub.add( 'BEFORE CALLING PROCESS ORDER' ) ;
1554: END IF;
1555:
1556: oe_order_pvt.Lines
1557: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1558: , p_control_rec => l_control_rec
1559: , p_x_line_tbl => l_line_tbl
1560: , p_x_old_line_tbl => l_old_line_tbl

Line 1576: OE_Order_PVT.Process_Requests_And_Notify

1572: END IF;
1573:
1574: -- Api to call OC and ACK and process delayed requests
1575: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN -- reinstated for 2653505
1576: OE_Order_PVT.Process_Requests_And_Notify
1577: ( p_process_requests => FALSE
1578: , p_notify => TRUE
1579: , x_return_status => x_return_status
1580: , p_line_tbl => l_line_tbl

Line 2029: OE_Order_PVT.Process_Requests_And_Notify

2025:
2026: g_par_ord_lvl_can := FALSE;
2027:
2028: --added for bug 4567339
2029: OE_Order_PVT.Process_Requests_And_Notify
2030: ( p_process_requests => TRUE
2031: , p_notify => TRUE
2032: , x_return_status => l_return_status
2033: , p_line_tbl => l_line_tbl