DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on OE_ORDER_PVT

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

850: l_line_tbl(1) := l_line_rec;
851: l_line_tbl(1).unit_cost := l_unit_cost;
852: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
853:
854: debug('before calling OE_ORDER_PVT.Lines jitesh');
855: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,
856: p_control_rec => l_control_rec,
857: p_x_line_tbl => l_line_tbl,
858: p_x_old_line_tbl => l_old_line_tbl,

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

851: l_line_tbl(1).unit_cost := l_unit_cost;
852: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
853:
854: debug('before calling OE_ORDER_PVT.Lines jitesh');
855: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,
856: p_control_rec => l_control_rec,
857: p_x_line_tbl => l_line_tbl,
858: p_x_old_line_tbl => l_old_line_tbl,
859: x_return_status => l_return_status);

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

858: p_x_old_line_tbl => l_old_line_tbl,
859: x_return_status => l_return_status);
860: END IF;
861: END IF;
862: debug('after calling OE_ORDER_PVT.Lines jitesh');
863:
864: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
865: RAISE FND_API.G_EXC_ERROR;
866: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN