DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_CONFIG_UTIL

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

12058: /*----------------------------------------------------------
12059: PROCEDURE Query_Rows
12060:
12061: When you add/delete columns to query_rows function,
12062: Please do the same changes in OE_Config_Util package body
12063: Query_Config function.
12064: -----------------------------------------------------------*/
12065:
12066: PROCEDURE Query_Rows

Line 19401: OE_Config_Util.Process_Included_Items

19397: if l_debug_level > 0 then
19398: oe_debug_pub.add('PO: Calling freeze_inc_items call', 2);
19399: end if;
19400: l_return_status :=
19401: OE_Config_Util.Process_Included_Items
19402: (p_line_rec => p_x_line_rec,
19403: p_freeze => TRUE);
19404:
19405: if l_debug_level > 0 then

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

21456: oe_debug_pub.add('new sad: ' || p_x_line_rec.schedule_arrival_date,3);
21457: oe_debug_pub.add('new sch sts: ' || p_x_line_rec.schedule_status_code,3);
21458: oe_debug_pub.add('old sch sts: ' || p_old_line_rec.schedule_status_code,3);
21459: oe_debug_pub.add('open flag: ' || p_x_line_rec.open_flag,3);
21460: oe_debug_pub.add('cascade: ' || oe_config_util.CASCADE_CHANGES_FLAG, 3);
21461: oe_debug_pub.add('validate: ' || OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 3);
21462: oe_debug_pub.add('ui: ' || OE_CONFIG_UTIL.G_CONFIG_UI_USED, 3);
21463:
21464: oe_debug_pub.add('old qty2: ' || p_old_line_rec.ordered_quantity2, 3); -- INVCONV

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

21458: oe_debug_pub.add('old sch sts: ' || p_old_line_rec.schedule_status_code,3);
21459: oe_debug_pub.add('open flag: ' || p_x_line_rec.open_flag,3);
21460: oe_debug_pub.add('cascade: ' || oe_config_util.CASCADE_CHANGES_FLAG, 3);
21461: oe_debug_pub.add('validate: ' || OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 3);
21462: oe_debug_pub.add('ui: ' || OE_CONFIG_UTIL.G_CONFIG_UI_USED, 3);
21463:
21464: oe_debug_pub.add('old qty2: ' || p_old_line_rec.ordered_quantity2, 3); -- INVCONV
21465: oe_debug_pub.add('new qty2: ' || p_x_line_rec.ordered_quantity2, 3);
21466: oe_debug_pub.add('old uom2: ' || p_old_line_rec.ordered_quantity_uom2, 3); -- INVCONV

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

21706:
21707: IF p_x_line_rec.ato_line_id is NOT NULL AND
21708: p_x_line_rec.ato_line_id <> p_x_line_rec.line_id AND
21709: p_x_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_CONFIG AND
21710: ((oe_config_util.CASCADE_CHANGES_FLAG = 'N' AND
21711: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y') OR
21712: OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'Y') AND
21713: l_flag AND
21714: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND -- split update

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

21708: p_x_line_rec.ato_line_id <> p_x_line_rec.line_id AND
21709: p_x_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_CONFIG AND
21710: ((oe_config_util.CASCADE_CHANGES_FLAG = 'N' AND
21711: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y') OR
21712: OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'Y') AND
21713: l_flag AND
21714: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND -- split update
21715: NOT (p_x_line_rec.split_from_line_id is NOT NULL AND
21716: p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE) -- split create

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

22394:
22395: -------- cascading from parent to child only -------------
22396:
22397:
22398: IF OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N' AND
22399: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' AND
22400: p_x_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
22401: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT'
22402: THEN

Line 22399: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' AND

22395: -------- cascading from parent to child only -------------
22396:
22397:
22398: IF OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N' AND
22399: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' AND
22400: p_x_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
22401: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT'
22402: THEN
22403: -- 1. change in ordered qty of model/kit

Line 22411: OE_Config_Util.G_Config_UI_Used = 'N'

22407: THEN
22408:
22409: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ordered_quantity,
22410: p_old_line_rec.ordered_quantity) AND
22411: OE_Config_Util.G_Config_UI_Used = 'N'
22412: THEN
22413: l_param1 := p_old_line_rec.ordered_quantity;
22414: l_param2 := p_x_line_rec.ordered_quantity;
22415: l_param3 := p_x_line_rec.change_reason;

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

22585:
22586: if l_debug_level > 0 then
22587: oe_debug_pub.add
22588: ('CASCADE_CHANGES_FLAG, N means cascade : '
22589: ||OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG, 1);
22590: end if;
22591:
22592:
22593: IF l_cascade_changes THEN

Line 22684: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N'

22680: -- 3. note that this is logged even if scheduled.
22681:
22682: IF NOT OE_GLOBALS.Equal(p_x_line_rec.REQUEST_DATE,
22683: p_old_line_rec.REQUEST_DATE) AND
22684: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N'
22685: THEN
22686: l_change_configuration := TRUE;
22687: END IF;
22688:

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

22787: p_x_line_rec.top_model_line_id <> p_x_line_rec.line_id AND
22788: (p_x_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CLASS OR
22789: p_x_line_rec.item_type_code = OE_GLOBALS.G_ITEM_KIT) AND
22790: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND
22791: OE_CONFIG_UTIL.CASCADE_CHANGES_FLAG = 'N' -- not for model change
22792: THEN
22793: if l_debug_level > 0 then
22794: oe_debug_pub.add('cascade class changes to included items', 1);
22795: end if;