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 2774: oe_debug_pub.add('Before calling the oe_config_util.Create_hdr_xml: ' || l_top_model_line_id,3);

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

Line 2777: oe_config_util.Create_hdr_xml

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

Line 2823: oe_config_util.Parse_Output_xml

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

Line 3112: oe_config_util.Create_hdr_xml

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

Line 3145: oe_config_util.Parse_Output_xml

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