DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_CNCL_VALIDATE_LINE_SCREDIT

Line 2945: OE_CNCL_Validate_Line_Scredit.Attributes( x_return_status => l_return_status

2941: OE_CNCL_Util.Convert_Miss_To_Null(l_line_scredit_rec);
2942: --
2943:
2944:
2945: OE_CNCL_Validate_Line_Scredit.Attributes( x_return_status => l_return_status
2946: , p_Line_Scredit_rec => l_line_scredit_rec);
2947: --
2948: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2949: --

Line 2959: OE_CNCL_Validate_Line_Scredit.Entity( x_return_status => l_return_status

2955: --
2956: END IF;
2957: --
2958:
2959: OE_CNCL_Validate_Line_Scredit.Entity( x_return_status => l_return_status
2960: , p_Line_Scredit_rec => l_line_scredit_rec);
2961:
2962: --
2963: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN