DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on OE_ORDER_PVT

Line 738: debug('before calling OE_ORDER_PVT.Lines jitesh');

734: l_line_tbl(1) := l_line_rec;
735: l_line_tbl(1).unit_cost := l_unit_cost;
736: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
737:
738: debug('before calling OE_ORDER_PVT.Lines jitesh');
739: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,
740: p_control_rec => l_control_rec,
741: p_x_line_tbl => l_line_tbl,
742: p_x_old_line_tbl => l_old_line_tbl,

Line 739: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,

735: l_line_tbl(1).unit_cost := l_unit_cost;
736: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
737:
738: debug('before calling OE_ORDER_PVT.Lines jitesh');
739: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,
740: p_control_rec => l_control_rec,
741: p_x_line_tbl => l_line_tbl,
742: p_x_old_line_tbl => l_old_line_tbl,
743: x_return_status => l_return_status);

Line 746: debug('after calling OE_ORDER_PVT.Lines jitesh');

742: p_x_old_line_tbl => l_old_line_tbl,
743: x_return_status => l_return_status);
744: END IF;
745: END IF;
746: debug('after calling OE_ORDER_PVT.Lines jitesh');
747:
748: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
749: RAISE FND_API.G_EXC_ERROR;
750: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN