DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_VALIDATE_LINE

Line 1962: decimal_ratio_check is moved to OE_VALIDATE_LINE

1958: handle_dml in OEXVOPTB.pls. We also handle the case of included
1959: items under a PTO class in handle_dml.
1960:
1961: As part of pack J ato options decimal quantity project
1962: decimal_ratio_check is moved to OE_VALIDATE_LINE
1963: for Decimal quantities for ATO Options Project
1964: the decimal ratio check will be part of line entity
1965: validation
1966: -----------------------------------------------------------------------*/

Line 2854: Decimal ratio check is is moved to OE_VALIDATE_LINE

2850: UTL_HTTP_REQUEST_FAILED constant NUMBER :=7;
2851:
2852: Change Record:
2853:
2854: Decimal ratio check is is moved to OE_VALIDATE_LINE
2855: for Decimal quantities for ATO Options Project
2856: the decimal ratio check will be part of line entity
2857: validation
2858:

Line 6959: This procedure is moved to OE_VALIDATE_LINE

6955: PROCEDURE Decimal_Ratio_Check
6956: helper to populate a decimal ratio message.
6957: no return status since caller does not need to check.
6958: ====================================================================
6959: This procedure is moved to OE_VALIDATE_LINE
6960: for Decimal quantities for ATO Options Project
6961: the decimal ratio check will be part of line entity
6962: validation
6963: -------------------------------------------------------------------*/

Line 7073: The call to OE_Validate_Line.Validate_Flex is not for validation

7069: Bug 1282873: Assign override_atp_date_code from the parent to child
7070: for ato model.
7071:
7072: Bug 2511313: For flexfield defaulting.
7073: The call to OE_Validate_Line.Validate_Flex is not for validation
7074: but to default the flex field segments, this call should be made
7075: after the ont_copy_model_dff logic.
7076:
7077: Bug 2703023: Setting calculate price flag to Y when direct save

Line 7642: OE_Validate_Line.Validate_Flex

7638:
7639: END IF;
7640:
7641:
7642: OE_Validate_Line.Validate_Flex
7643: ( p_x_line_rec => p_x_child_line_rec
7644: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
7645: ,x_return_status => x_return_status);
7646: