DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_CFG_INT

Line 9722: ASO_CFG_INT.Validate_Configuration

9718: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9719: aso_debug_pub.add('UPDATE_QUOTE: Before call to Validate_Configuration',1,'N');
9720: END IF;
9721:
9722: ASO_CFG_INT.Validate_Configuration
9723: ( P_Api_Version_Number => 1.0,
9724: P_Init_Msg_List => FND_API.G_FALSE,
9725: P_Commit => FND_API.G_FALSE,
9726: p_control_rec => l_control_rec_bv,

Line 9760: ASO_CFG_INT.DELETE_CONFIGURATION_AUTO( P_API_VERSION_NUMBER => 1.0,

9756: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9757: aso_debug_pub.add('Update Quote: A higher version exist for this configuration so deleting it from CZ');
9758: END IF;
9759:
9760: ASO_CFG_INT.DELETE_CONFIGURATION_AUTO( P_API_VERSION_NUMBER => 1.0,
9761: P_INIT_MSG_LIST => FND_API.G_FALSE,
9762: P_CONFIG_HDR_ID => l_config_header_id,
9763: P_CONFIG_REV_NBR => l_config_revision_num,
9764: X_RETURN_STATUS => x_return_status,

Line 9769: aso_debug_pub.add('After call to ASO_CFG_INT.DELETE_CONFIGURATION_AUTO: x_Return_Status: ' || x_Return_Status);

9765: X_MSG_COUNT => x_msg_count,
9766: X_MSG_DATA => x_msg_data);
9767:
9768: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9769: aso_debug_pub.add('After call to ASO_CFG_INT.DELETE_CONFIGURATION_AUTO: x_Return_Status: ' || x_Return_Status);
9770: END IF;
9771:
9772: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
9773: