DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_VALIDATE_LINE

Line 4462: -- CAll OE_Validate_Line.Attributes

4458: p_x_line_rec.fulfilled_quantity := NULL;
4459: p_x_line_rec.option_number := NULL;
4460:
4461: -- For bug3327250
4462: -- CAll OE_Validate_Line.Attributes
4463: /* OE_Validate_Line.Attributes(
4464: x_return_status => l_return_status
4465: , p_x_line_rec => p_x_line_rec
4466: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF); */ --bug 14698931

Line 4463: /* OE_Validate_Line.Attributes(

4459: p_x_line_rec.option_number := NULL;
4460:
4461: -- For bug3327250
4462: -- CAll OE_Validate_Line.Attributes
4463: /* OE_Validate_Line.Attributes(
4464: x_return_status => l_return_status
4465: , p_x_line_rec => p_x_line_rec
4466: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF); */ --bug 14698931
4467: ---Start bug# 14698931

Line 4474: OE_Validate_Line.Attributes(

4470: oe_debug_pub.add(' do not validate DFF , setting OE_GLOBALS.G_validate_desc_flex ');
4471: end if;
4472:
4473: OE_GLOBALS.g_validate_desc_flex := 'N' ;
4474: OE_Validate_Line.Attributes(
4475: x_return_status => l_return_status
4476: , p_x_line_rec => p_x_line_rec
4477: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF);
4478: OE_GLOBALS.g_validate_desc_flex := 'Y' ;

Line 4481: OE_Validate_Line.Attributes(

4477: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF);
4478: OE_GLOBALS.g_validate_desc_flex := 'Y' ;
4479:
4480: else
4481: OE_Validate_Line.Attributes(
4482: x_return_status => l_return_status
4483: , p_x_line_rec => p_x_line_rec
4484: , p_validation_level => OE_GLOBALS.G_VALID_PARTIAL_WITH_DEF);
4485: