DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_CFG_INT

Line 10751: ASO_CFG_INT.Validate_Configuration

10747: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10748: aso_debug_pub.add('UPDATE_QUOTE: Before call to Validate_Configuration',1,'N');
10749: END IF;
10750:
10751: ASO_CFG_INT.Validate_Configuration
10752: ( P_Api_Version_Number => 1.0,
10753: P_Init_Msg_List => FND_API.G_FALSE,
10754: P_Commit => FND_API.G_FALSE,
10755: p_control_rec => l_control_rec_bv,

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

10785: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10786: aso_debug_pub.add('Update Quote: A higher version exist for this configuration so deleting it from CZ');
10787: END IF;
10788:
10789: ASO_CFG_INT.DELETE_CONFIGURATION_AUTO( P_API_VERSION_NUMBER => 1.0,
10790: P_INIT_MSG_LIST => FND_API.G_FALSE,
10791: P_CONFIG_HDR_ID => l_config_header_id,
10792: P_CONFIG_REV_NBR => l_config_revision_num,
10793: X_RETURN_STATUS => x_return_status,

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

10794: X_MSG_COUNT => x_msg_count,
10795: X_MSG_DATA => x_msg_data);
10796:
10797: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10798: aso_debug_pub.add('After call to ASO_CFG_INT.DELETE_CONFIGURATION_AUTO: x_Return_Status: ' || x_Return_Status);
10799: END IF;
10800:
10801: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10802: