DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_CONFIG_UTIL

Line 10770: Please do the same changes in OE_Config_Util package body

10766: /*----------------------------------------------------------
10767: PROCEDURE Query_Rows
10768:
10769: When you add/delete columns to query_rows function,
10770: Please do the same changes in OE_Config_Util package body
10771: Query_Config function.
10772: -----------------------------------------------------------*/
10773:
10774: PROCEDURE Query_Rows

Line 17659: OE_Config_Util.Process_Included_Items

17655: if l_debug_level > 0 then
17656: oe_debug_pub.add('PO: Calling freeze_inc_items call', 2);
17657: end if;
17658: l_return_status :=
17659: OE_Config_Util.Process_Included_Items
17660: (p_line_rec => p_x_line_rec,
17661: p_freeze => TRUE);
17662:
17663: if l_debug_level > 0 then

Line 19582: oe_debug_pub.add('cascade: ' || oe_config_util.CASCADE_CHANGES_FLAG, 3);

19578: oe_debug_pub.add('new sad: ' || p_x_line_rec.schedule_arrival_date,3);
19579: oe_debug_pub.add('new sch sts: ' || p_x_line_rec.schedule_status_code,3);
19580: oe_debug_pub.add('old sch sts: ' || p_old_line_rec.schedule_status_code,3);
19581: oe_debug_pub.add('open flag: ' || p_x_line_rec.open_flag,3);
19582: oe_debug_pub.add('cascade: ' || oe_config_util.CASCADE_CHANGES_FLAG, 3);
19583: oe_debug_pub.add('validate: ' || OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 3);
19584: oe_debug_pub.add('ui: ' || OE_CONFIG_UTIL.G_CONFIG_UI_USED, 3);
19585:
19586: oe_debug_pub.add('old qty2: ' || p_old_line_rec.ordered_quantity2, 3); -- INVCONV

Line 19584: oe_debug_pub.add('ui: ' || OE_CONFIG_UTIL.G_CONFIG_UI_USED, 3);

19580: oe_debug_pub.add('old sch sts: ' || p_old_line_rec.schedule_status_code,3);
19581: oe_debug_pub.add('open flag: ' || p_x_line_rec.open_flag,3);
19582: oe_debug_pub.add('cascade: ' || oe_config_util.CASCADE_CHANGES_FLAG, 3);
19583: oe_debug_pub.add('validate: ' || OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 3);
19584: oe_debug_pub.add('ui: ' || OE_CONFIG_UTIL.G_CONFIG_UI_USED, 3);
19585:
19586: oe_debug_pub.add('old qty2: ' || p_old_line_rec.ordered_quantity2, 3); -- INVCONV
19587: oe_debug_pub.add('new qty2: ' || p_x_line_rec.ordered_quantity2, 3);
19588: oe_debug_pub.add('old uom2: ' || p_old_line_rec.ordered_quantity_uom2, 3); -- INVCONV

Line 19832: ((oe_config_util.CASCADE_CHANGES_FLAG = 'N' AND

19828:
19829: IF p_x_line_rec.ato_line_id is NOT NULL AND
19830: p_x_line_rec.ato_line_id <> p_x_line_rec.line_id AND
19831: p_x_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_CONFIG AND
19832: ((oe_config_util.CASCADE_CHANGES_FLAG = 'N' AND
19833: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y') OR
19834: OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'Y') AND
19835: l_flag AND
19836: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND -- split update

Line 19834: OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'Y') AND

19830: p_x_line_rec.ato_line_id <> p_x_line_rec.line_id AND
19831: p_x_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_CONFIG AND
19832: ((oe_config_util.CASCADE_CHANGES_FLAG = 'N' AND
19833: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y') OR
19834: OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'Y') AND
19835: l_flag AND
19836: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND -- split update
19837: NOT (p_x_line_rec.split_from_line_id is NOT NULL AND
19838: p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE) -- split create

Line 20518: IF OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N' AND

20514:
20515: -------- cascading from parent to child only -------------
20516:
20517:
20518: IF OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N' AND
20519: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' AND
20520: p_x_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
20521: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT'
20522: THEN

Line 20519: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' AND

20515: -------- cascading from parent to child only -------------
20516:
20517:
20518: IF OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N' AND
20519: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' AND
20520: p_x_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
20521: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT'
20522: THEN
20523: -- 1. change in ordered qty of model/kit

Line 20531: OE_Config_Util.G_Config_UI_Used = 'N'

20527: THEN
20528:
20529: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ordered_quantity,
20530: p_old_line_rec.ordered_quantity) AND
20531: OE_Config_Util.G_Config_UI_Used = 'N'
20532: THEN
20533: l_param1 := p_old_line_rec.ordered_quantity;
20534: l_param2 := p_x_line_rec.ordered_quantity;
20535: l_param3 := p_x_line_rec.change_reason;

Line 20709: ||OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG, 1);

20705:
20706: if l_debug_level > 0 then
20707: oe_debug_pub.add
20708: ('CASCADE_CHANGES_FLAG, N means cascade : '
20709: ||OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG, 1);
20710: end if;
20711:
20712:
20713: IF l_cascade_changes THEN

Line 20804: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N'

20800: -- 3. note that this is logged even if scheduled.
20801:
20802: IF NOT OE_GLOBALS.Equal(p_x_line_rec.REQUEST_DATE,
20803: p_old_line_rec.REQUEST_DATE) AND
20804: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N'
20805: THEN
20806: l_change_configuration := TRUE;
20807: END IF;
20808:

Line 20909: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' -- not for model change

20905: p_x_line_rec.top_model_line_id <> p_x_line_rec.line_id AND
20906: (p_x_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CLASS OR
20907: p_x_line_rec.item_type_code = OE_GLOBALS.G_ITEM_KIT) AND
20908: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND
20909: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' -- not for model change
20910: THEN
20911: if l_debug_level > 0 then
20912: oe_debug_pub.add('cascade class changes to included items', 1);
20913: end if;