DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_CONFIG_UTIL

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

995:
996: /* bug 2926436 */
997: -- bug 3705273 condition added for split lines.
998: IF l_qty_return_status = 'W' THEN
999: IF OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'Y' OR
1000: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'N' OR
1001: p_action_split = 'Y' THEN
1002: IF l_debug_level > 0 then
1003: OE_DEBUG_PUB.Add('do not error out,cascading',1);

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

1025: END Validate_Decimal_Quantity;
1026:
1027: /*---------------------------------------------------------------------
1028: PROCEDURE Decimal_Ratio_Check
1029: Description: This procedure was initially part of package OE_CONFIG_UTIL
1030: This is has been moved here becuase this code is common for all both cz
1031: and bill validation. This checks whether there is any decimal ratio exists
1032: between model and children and raises an error. After pack J decimal ratios
1033: for ATO options are allowed.

Line 2790: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND

2786: IF p_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
2787: NOT OE_GLOBALS.Equal(p_line_rec.source_type_code,
2788: p_old_line_rec.source_type_code) AND
2789: p_line_rec.ato_line_id <> p_line_rec.line_id AND
2790: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND
2791: OE_CODE_CONTROL.Get_Code_Release_Level >= '110508'
2792: THEN
2793: IF l_debug_level > 0 then
2794: oe_debug_pub.add('item under ato model', 4);

Line 5086: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND

5082:
5083: IF (p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_OPTION OR
5084: p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CLASS OR
5085: p_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CONFIG) AND
5086: OE_Config_Util.CASCADE_CHANGES_FLAG = 'N' AND
5087: p_line_rec.line_id <> p_line_rec.ato_line_id THEN
5088:
5089: IF (NOT OE_GLOBALS.EQUAL(p_line_rec.project_id,
5090: p_old_line_rec.project_id)) THEN

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

9111: -- to this new procedure. The call to this procedure not only validates
9112: -- the flex values on the line record passed to it but also defaults
9113: -- the segments which can be defaulted.
9114: --
9115: -- This procedure is also called from OE_CONFIG_UTIL.Default_Child_Line
9116: -- procedure with the validation level set to NONE to default the flex segments.
9117: ---------------------------------------------------------------------
9118:
9119: