DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_CNCL_VALIDATE_LINE_ADJ

Line 2804: OE_CNCL_Validate_Line_Adj.Attributes( x_return_status => l_return_status

2800: --
2801: OE_CNCL_Util.Convert_Miss_To_Null(l_line_adj_rec);
2802: --
2803:
2804: OE_CNCL_Validate_Line_Adj.Attributes( x_return_status => l_return_status
2805: , p_Line_Adj_rec => l_line_adj_rec);
2806:
2807: --
2808: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 2819: OE_CNCL_Validate_Line_Adj.Entity( x_return_status => l_return_status

2815: --
2816: END IF;
2817: --
2818:
2819: OE_CNCL_Validate_Line_Adj.Entity( x_return_status => l_return_status
2820: , p_Line_Adj_rec => l_line_adj_rec);
2821: --
2822: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2823: --