DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_VALIDATE_LINE

Line 2430: Oe_Validate_Line.Validate_Shipset_SMC

2426:
2427: IF I = 1 -- Validation added as part of 2502504
2428: AND l_line_rec.booked_flag = 'Y' THEN
2429:
2430: Oe_Validate_Line.Validate_Shipset_SMC
2431: ( p_line_rec => l_line_rec
2432: ,p_old_line_rec => l_old_line_rec
2433: ,x_return_status => l_return_status);
2434: