DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_CONFIG_UTIL

Line 1023: IF OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'Y' OR

1019:
1020: /* bug 2926436 */
1021: -- bug 3705273 condition added for split lines.
1022: IF l_qty_return_status = 'W' THEN
1023: IF OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'Y' OR
1024: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'N' OR
1025: p_action_split = 'Y' THEN
1026: IF l_debug_level > 0 then
1027: OE_DEBUG_PUB.Add('do not error out,cascading',1);

Line 1053: Description: This procedure was initially part of package OE_CONFIG_UTIL

1049: END Validate_Decimal_Quantity;
1050:
1051: /*---------------------------------------------------------------------
1052: PROCEDURE Decimal_Ratio_Check
1053: Description: This procedure was initially part of package OE_CONFIG_UTIL
1054: This is has been moved here becuase this code is common for all both cz
1055: and bill validation. This checks whether there is any decimal ratio exists
1056: between model and children and raises an error. After pack J decimal ratios
1057: for ATO options are allowed.

Line 2915: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND

2911: IF p_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
2912: NOT OE_GLOBALS.Equal(p_line_rec.source_type_code,
2913: p_old_line_rec.source_type_code) AND
2914: p_line_rec.ato_line_id <> p_line_rec.line_id AND
2915: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND
2916: OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'
2917: THEN
2918: IF l_debug_level > 0 then
2919: oe_debug_pub.add('item under ato model', 4);

Line 5402: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND

5398:
5399: IF (p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_OPTION OR
5400: p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CLASS OR
5401: p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CONFIG) AND
5402: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND
5403: p_line_rec.line_id <> p_line_rec.ato_line_id THEN
5404:
5405: IF (NOT OE_GLOBALS.EQUAL(p_line_rec.project_id,
5406: p_old_line_rec.project_id)) THEN

Line 9603: -- This procedure is also called from OE_CONFIG_UTIL.Default_Child_Line

9599: -- to this new procedure. The call to this procedure not only validates
9600: -- the flex values on the line record passed to it but also defaults
9601: -- the segments which can be defaulted.
9602: --
9603: -- This procedure is also called from OE_CONFIG_UTIL.Default_Child_Line
9604: -- procedure with the validation level set to NONE to default the flex segments.
9605: ---------------------------------------------------------------------
9606:
9607: