DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_VALIDATE_LINE

Line 4333: -- CAll OE_Validate_Line.Attributes

4329: p_x_line_rec.fulfilled_quantity := NULL;
4330: p_x_line_rec.option_number := NULL;
4331:
4332: -- For bug3327250
4333: -- CAll OE_Validate_Line.Attributes
4334: OE_Validate_Line.Attributes(
4335: x_return_status => l_return_status
4336: , p_x_line_rec => p_x_line_rec
4337: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF);

Line 4334: OE_Validate_Line.Attributes(

4330: p_x_line_rec.option_number := NULL;
4331:
4332: -- For bug3327250
4333: -- CAll OE_Validate_Line.Attributes
4334: OE_Validate_Line.Attributes(
4335: x_return_status => l_return_status
4336: , p_x_line_rec => p_x_line_rec
4337: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF);
4338: