DBA Data[Home] [Help]

APPS.OE_CONFIG_TSO_PVT dependencies on OE_CONFIG_UTIL

Line 526: ||OE_CONFIG_UTIL.Cascade_Changes_Flag,3);

522: OE_DEBUG_PUB.Add('Item:'||p_line_rec.ordered_item,3);
523: OE_DEBUG_PUB.Add('Ord Qty (New):'||p_line_rec.ordered_quantity,3);
524: OE_DEBUG_PUB.Add('Cancelled Flag:'||p_line_rec.cancelled_flag,3);
525: OE_DEBUG_PUB.Add('Cascade Changes:'
526: ||OE_CONFIG_UTIL.Cascade_Changes_Flag,3);
527: OE_DEBUG_PUB.Add('VAL_CT_MDL_CHK: No Reconfig of order after booking',3);
528: OE_DEBUG_PUB.Add('Booked flag:'||p_line_rec.booked_flag,3);
529: OE_DEBUG_PUB.Add('Operation:'||p_line_rec.operation,3);
530: OE_DEBUG_PUB.Add('Old Ord Qty:'||p_old_line_rec.ordered_quantity,3);

Line 540: IF ( p_line_rec.cancelled_flag = 'Y' AND p_line_rec.ordered_quantity = 0 AND (OE_CONFIG_UTIL.Cascade_Changes_Flag = 'Y' OR l_top_container_model = 'Y') )

536: NOT OE_Globals.Equal(p_line_rec.ordered_quantity,
537: p_old_line_rec.ordered_quantity)) OR
538: p_line_rec.operation=OE_GLOBALS.G_OPR_DELETE) THEN
539:
540: IF ( p_line_rec.cancelled_flag = 'Y' AND p_line_rec.ordered_quantity = 0 AND (OE_CONFIG_UTIL.Cascade_Changes_Flag = 'Y' OR l_top_container_model = 'Y') )
541: OR
542: ( p_line_rec.ordered_quantity = 0 and nvl(p_line_rec.model_remnant_flag, 'N') = 'Y' ) --OR condition Added for fp bug 5662532
543: THEN
544:

Line 568: IF (p_line_rec.cancelled_flag = 'Y' AND p_line_rec.ordered_quantity = 0 AND ( OE_CONFIG_UTIL.Cascade_Changes_Flag = 'Y' OR l_top_container_model = 'Y'))

564: --other than 1 unless it is cancellation, when qty = 0
565: IF l_debug_level > 0 THEN
566: OE_DEBUG_PUB.Add ('VAL_CT_MDL_CHK: Ib trackable component value <> 1',3);
567: END IF;
568: IF (p_line_rec.cancelled_flag = 'Y' AND p_line_rec.ordered_quantity = 0 AND ( OE_CONFIG_UTIL.Cascade_Changes_Flag = 'Y' OR l_top_container_model = 'Y'))
569: OR
570: ( p_line_rec.ordered_quantity = 0 and nvl(p_line_rec.model_remnant_flag, 'N') = 'Y' ) --OR condition Added for fp:bug 5662532
571:
572: THEN

Line 1534: OE_CONFIG_UTIL.Get_Config_Effective_Date

1530: oe_debug_pub.add('RMV: Creat date is '||l_config_creation_date,3);
1531: OE_DEBUG_PUB.Add('Before calling Get_Config_Effective_Date.',3);
1532: END IF;
1533:
1534: OE_CONFIG_UTIL.Get_Config_Effective_Date
1535: ( p_model_line_id => p_top_model_line_id
1536: ,x_old_behavior => l_old_behavior
1537: ,x_config_effective_date => l_config_date
1538: ,x_frozen_model_bill => l_frozen_model_bill );

Line 2773: oe_debug_pub.add('Before calling the oe_config_util.Create_hdr_xml: ' || l_top_model_line_id,3);

2769: l_instance_tbl.DELETE(I);
2770:
2771: -- Call macd batch validate API to validate the actions for the given instances.
2772:
2773: oe_debug_pub.add('Before calling the oe_config_util.Create_hdr_xml: ' || l_top_model_line_id,3);
2774:
2775: oe_debug_pub.add('Before calling Create_hdr_xml',1);
2776: oe_config_util.Create_hdr_xml
2777: ( p_model_line_id => l_top_model_line_id ,

Line 2776: oe_config_util.Create_hdr_xml

2772:
2773: oe_debug_pub.add('Before calling the oe_config_util.Create_hdr_xml: ' || l_top_model_line_id,3);
2774:
2775: oe_debug_pub.add('Before calling Create_hdr_xml',1);
2776: oe_config_util.Create_hdr_xml
2777: ( p_model_line_id => l_top_model_line_id ,
2778: x_xml_hdr => l_init_msg);
2779:
2780:

Line 2822: oe_config_util.Parse_Output_xml

2818:
2819: l_xml_str := UPPER(l_xml_str);
2820:
2821: oe_debug_pub.add(' Out Message '|| l_xml_str,2);
2822: oe_config_util.Parse_Output_xml
2823: ( p_xml => l_xml_str,
2824: p_line_id => l_top_model_line_id,
2825: x_valid_config => l_valid_config,
2826: x_complete_config => l_complete_config,

Line 3111: oe_config_util.Create_hdr_xml

3107: END LOOP;
3108: l_instance_tbl.DELETE(I);
3109:
3110: oe_debug_pub.add('1 Before calling Create_hdr_xml',1);
3111: oe_config_util.Create_hdr_xml
3112: ( p_model_line_id => l_top_model_line_id ,
3113: x_xml_hdr => l_init_msg);
3114: -- Call macd batch validate API to validate the actions for the given instances.
3115:

Line 3144: oe_config_util.Parse_Output_xml

3140: l_xml_str := l_xml_str||l_config_xml_msg(xmlStr);
3141: END LOOP;
3142:
3143: l_xml_str := Upper(l_xml_str);
3144: oe_config_util.Parse_Output_xml
3145: ( p_xml => l_xml_str,
3146: p_line_id => l_top_model_line_id,
3147: x_valid_config => l_valid_config,
3148: x_complete_config => l_complete_config,