DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_ORDER_PVT

Line 454: OE_ORDER_PVT.Lines

450: l_control_rec.default_attributes := FALSE;
451: END IF;
452:
453:
454: OE_ORDER_PVT.Lines
455: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
456: , p_control_rec => l_control_rec
457: , p_x_line_tbl => l_x_line_tbl
458: , p_x_old_line_tbl => l_x_old_line_tbl

Line 462: oe_debug_pub.add( ' After OE_Order_Pvt.Lines: '||l_return_status);

458: , p_x_old_line_tbl => l_x_old_line_tbl
459: , x_return_status => l_return_status);
460:
461: IF l_debug_level > 0 THEN
462: oe_debug_pub.add( ' After OE_Order_Pvt.Lines: '||l_return_status);
463: END IF;
464:
465: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
466: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 473: OE_Order_PVT.Process_Requests_And_Notify

469: END IF;
470:
471: IF p_mode = 'P' THEN -- Mode is PROCESS
472:
473: OE_Order_PVT.Process_Requests_And_Notify
474: ( p_process_requests => TRUE
475: -- , p_notify => FALSE -- Not Needed
476: , p_line_tbl => l_x_line_tbl
477: , p_old_line_tbl => l_x_old_line_tbl

Line 1478: oe_order_pvt.Header

1474: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can := TRUE;
1475: -- This global is required to be set to TRUE if it is an internal sales
1476: -- order level cancellation.
1477:
1478: oe_order_pvt.Header
1479: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1480: , p_control_rec => l_control_rec
1481: , p_x_header_rec => l_header_rec
1482: , p_x_old_header_rec => l_old_header_rec

Line 1495: OE_Order_PVT.Process_Requests_And_Notify

1491: RAISE FND_API.G_EXC_ERROR;
1492: END IF;
1493:
1494: IF P_Mode = 'P' THEN -- Mode is Process
1495: OE_Order_PVT.Process_Requests_And_Notify
1496: ( p_process_requests => TRUE
1497: -- , p_notify => FALSE -- Not needed
1498: , x_return_status => l_return_status
1499: , p_header_rec => l_header_rec