DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_CNCL_VALIDATE_LINE_ADJ

Line 2800: OE_CNCL_Validate_Line_Adj.Attributes( x_return_status => l_return_status

2796: --
2797: OE_CNCL_Util.Convert_Miss_To_Null(l_line_adj_rec);
2798: --
2799:
2800: OE_CNCL_Validate_Line_Adj.Attributes( x_return_status => l_return_status
2801: , p_Line_Adj_rec => l_line_adj_rec);
2802:
2803: --
2804: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 2815: OE_CNCL_Validate_Line_Adj.Entity( x_return_status => l_return_status

2811: --
2812: END IF;
2813: --
2814:
2815: OE_CNCL_Validate_Line_Adj.Entity( x_return_status => l_return_status
2816: , p_Line_Adj_rec => l_line_adj_rec);
2817: --
2818: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2819: --