DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_CONFIG_OPERATIONS_INT

Line 10830: --call Aso_Config_Operations_Int.Config_Operations procedure

10826:
10827: END IF; --l_delete_qte_line_tbl.EXISTS
10828: END LOOP; --l_model_qte_line_tbl.count
10829:
10830: --call Aso_Config_Operations_Int.Config_Operations procedure
10831: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10832: aso_debug_pub.add('Update_Quote: l_deactivate_quote_line_tbl.count: ' || l_deactivate_quote_line_tbl.count);
10833: END IF;
10834:

Line 10844: aso_debug_pub.add('Before call to Aso_Config_Operations_Int.Config_Operations.', 1, 'Y');

10840:
10841: l_deactivate_qte_header_rec := x_qte_header_rec;
10842:
10843: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10844: aso_debug_pub.add('Before call to Aso_Config_Operations_Int.Config_Operations.', 1, 'Y');
10845: END IF;
10846:
10847: Aso_Config_Operations_Int.Config_Operations(
10848: p_api_version_number => 1.0,

Line 10847: Aso_Config_Operations_Int.Config_Operations(

10843: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10844: aso_debug_pub.add('Before call to Aso_Config_Operations_Int.Config_Operations.', 1, 'Y');
10845: END IF;
10846:
10847: Aso_Config_Operations_Int.Config_Operations(
10848: p_api_version_number => 1.0,
10849: p_init_msg_list => FND_API.G_FALSE,
10850: p_commit => FND_API.G_FALSE,
10851: p_validation_level => p_validation_level,

Line 10880: aso_debug_pub.add('After call to Aso_Config_Operations_Int.Config_Operations: x_Return_Status: ' || x_Return_Status, 1, 'Y');

10876: X_Msg_Data => X_Msg_Data );
10877: */
10878:
10879: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10880: aso_debug_pub.add('After call to Aso_Config_Operations_Int.Config_Operations: x_Return_Status: ' || x_Return_Status, 1, 'Y');
10881: END IF;
10882:
10883: end if;
10884:

Line 10885: --End of call to Aso_Config_Operations_Int.Config_Operations procedure

10881: END IF;
10882:
10883: end if;
10884:
10885: --End of call to Aso_Config_Operations_Int.Config_Operations procedure
10886:
10887: END IF; -- l_qte_header_rec.Call_batch_validation_flag = FND_API.G_TRUE
10888:
10889: --End of New code for Batch Validate 05/24/2002