DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_CNCL_VALIDATE_LINE_SCREDIT

Line 2941: OE_CNCL_Validate_Line_Scredit.Attributes( x_return_status => l_return_status

2937: OE_CNCL_Util.Convert_Miss_To_Null(l_line_scredit_rec);
2938: --
2939:
2940:
2941: OE_CNCL_Validate_Line_Scredit.Attributes( x_return_status => l_return_status
2942: , p_Line_Scredit_rec => l_line_scredit_rec);
2943: --
2944: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2945: --

Line 2955: OE_CNCL_Validate_Line_Scredit.Entity( x_return_status => l_return_status

2951: --
2952: END IF;
2953: --
2954:
2955: OE_CNCL_Validate_Line_Scredit.Entity( x_return_status => l_return_status
2956: , p_Line_Scredit_rec => l_line_scredit_rec);
2957:
2958: --
2959: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN