DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_VALIDATE_LINE

Line 1960: decimal_ratio_check is moved to OE_VALIDATE_LINE

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

Line 2852: Decimal ratio check is is moved to OE_VALIDATE_LINE

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

Line 6952: This procedure is moved to OE_VALIDATE_LINE

6948: PROCEDURE Decimal_Ratio_Check
6949: helper to populate a decimal ratio message.
6950: no return status since caller does not need to check.
6951: ====================================================================
6952: This procedure is moved to OE_VALIDATE_LINE
6953: for Decimal quantities for ATO Options Project
6954: the decimal ratio check will be part of line entity
6955: validation
6956: -------------------------------------------------------------------*/

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

7062: Bug 1282873: Assign override_atp_date_code from the parent to child
7063: for ato model.
7064:
7065: Bug 2511313: For flexfield defaulting.
7066: The call to OE_Validate_Line.Validate_Flex is not for validation
7067: but to default the flex field segments, this call should be made
7068: after the ont_copy_model_dff logic.
7069:
7070: Bug 2703023: Setting calculate price flag to Y when direct save

Line 7536: OE_Validate_Line.Validate_Flex

7532:
7533: END IF;
7534:
7535:
7536: OE_Validate_Line.Validate_Flex
7537: ( p_x_line_rec => p_x_child_line_rec
7538: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
7539: ,x_return_status => x_return_status);
7540: