DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_VALIDATE_LINE

Line 2377: Oe_Validate_Line.Validate_Shipset_SMC

2373:
2374: IF I = 1 -- Validation added as part of 2502504
2375: AND l_line_rec.booked_flag = 'Y' THEN
2376:
2377: Oe_Validate_Line.Validate_Shipset_SMC
2378: ( p_line_rec => l_line_rec
2379: ,p_old_line_rec => l_old_line_rec
2380: ,x_return_status => l_return_status);
2381: