DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB dependencies on ASO_CFG_INT

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

5873: IF aso_debug_pub.g_debug_flag = 'Y' THEN
5874: aso_debug_pub.add('Update Quote: A higher version exist for this configuration so deleting it from CZ');
5875: END IF;
5876:
5877: ASO_CFG_INT.DELETE_CONFIGURATION_AUTO( P_API_VERSION_NUMBER => 1.0,
5878: P_INIT_MSG_LIST => FND_API.G_FALSE,
5879: P_CONFIG_HDR_ID => l_config_header_id,
5880: P_CONFIG_REV_NBR => l_config_revision_num,
5881: X_RETURN_STATUS => x_return_status,

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

5882: X_MSG_COUNT => x_msg_count,
5883: X_MSG_DATA => x_msg_data);
5884:
5885: IF aso_debug_pub.g_debug_flag = 'Y' THEN
5886: aso_debug_pub.add('After call to ASO_CFG_INT.DELETE_CONFIGURATION_AUTO: x_Return_Status: ' || x_Return_Status);
5887: END IF;
5888:
5889: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5890: