DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_CONFIG_OPERATIONS_INT

Line 9801: --call Aso_Config_Operations_Int.Config_Operations procedure

9797:
9798: END IF; --l_delete_qte_line_tbl.EXISTS
9799: END LOOP; --l_model_qte_line_tbl.count
9800:
9801: --call Aso_Config_Operations_Int.Config_Operations procedure
9802: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9803: aso_debug_pub.add('Update_Quote: l_deactivate_quote_line_tbl.count: ' || l_deactivate_quote_line_tbl.count);
9804: END IF;
9805:

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

9811:
9812: l_deactivate_qte_header_rec := x_qte_header_rec;
9813:
9814: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9815: aso_debug_pub.add('Before call to Aso_Config_Operations_Int.Config_Operations.', 1, 'Y');
9816: END IF;
9817:
9818: Aso_Config_Operations_Int.Config_Operations(
9819: p_api_version_number => 1.0,

Line 9818: Aso_Config_Operations_Int.Config_Operations(

9814: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9815: aso_debug_pub.add('Before call to Aso_Config_Operations_Int.Config_Operations.', 1, 'Y');
9816: END IF;
9817:
9818: Aso_Config_Operations_Int.Config_Operations(
9819: p_api_version_number => 1.0,
9820: p_init_msg_list => FND_API.G_FALSE,
9821: p_commit => FND_API.G_FALSE,
9822: p_validation_level => p_validation_level,

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

9847: X_Msg_Data => X_Msg_Data );
9848: */
9849:
9850: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9851: aso_debug_pub.add('After call to Aso_Config_Operations_Int.Config_Operations: x_Return_Status: ' || x_Return_Status, 1, 'Y');
9852: END IF;
9853:
9854: end if;
9855:

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

9852: END IF;
9853:
9854: end if;
9855:
9856: --End of call to Aso_Config_Operations_Int.Config_Operations procedure
9857:
9858: END IF; -- l_qte_header_rec.Call_batch_validation_flag = FND_API.G_TRUE
9859:
9860: --End of New code for Batch Validate 05/24/2002