DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_ORDER_PVT

Line 457: OE_ORDER_PVT.Lines

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

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

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

Line 476: OE_Order_PVT.Process_Requests_And_Notify

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

Line 1629: oe_order_pvt.Header

1625: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can := TRUE;
1626: -- This global is required to be set to TRUE if it is an internal sales
1627: -- order level cancellation.
1628:
1629: oe_order_pvt.Header
1630: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1631: , p_control_rec => l_control_rec
1632: , p_x_header_rec => l_header_rec
1633: , p_x_old_header_rec => l_old_header_rec

Line 1646: OE_Order_PVT.Process_Requests_And_Notify

1642: RAISE FND_API.G_EXC_ERROR;
1643: END IF;
1644:
1645: IF P_Mode = 'P' THEN -- Mode is Process
1646: OE_Order_PVT.Process_Requests_And_Notify
1647: ( p_process_requests => TRUE
1648: -- , p_notify => FALSE -- Not needed
1649: , x_return_status => l_return_status
1650: , p_header_rec => l_header_rec