4810: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4811: aso_debug_pub.add('Create_Quote: Before call to check_tca', 1, 'N');
4812: END IF;
4813:
4814: ASO_CHECK_TCA_PVT.check_tca( p_api_version => 1.0,
4815: p_init_msg_list => FND_API.G_FALSE,
4816: P_Qte_Rec => l_qte_header_rec,
4817: p_Header_Shipment_Tbl => l_hd_Shipment_Tbl,
4818: P_Operation_Code => 'CREATE',
7872:
7873: IF l_qte_header_rec.publish_flag = 'Y' THEN
7874:
7875: -- check for missing customer accounts in the quote
7876: ASO_CHECK_TCA_PVT.Check_Customer_Accounts (
7877: p_init_msg_list => fnd_api.g_false,
7878: p_qte_header_id => l_qte_header_rec.quote_header_id,
7879: x_return_status => x_return_status,
7880: x_msg_count => x_msg_count,
7888: RAISE fnd_api.g_exc_error;
7889: END IF; -- end check_customer_accounts
7890:
7891: -- assign the missing customer accounts to the quote
7892: ASO_CHECK_TCA_PVT.Assign_Customer_Accounts (
7893: p_init_msg_list => fnd_api.g_false,
7894: p_qte_header_id => l_qte_header_rec.quote_header_id,
7895: p_calling_api_flag => 1,
7896: x_return_status => x_return_status,
8843: end if; -- end if for ship method code check
8844:
8845: END IF;
8846:
8847: ASO_CHECK_TCA_PVT.check_tca(
8848: p_api_version => 1.0,
8849: p_init_msg_list => FND_API.G_FALSE,
8850: P_Qte_Rec => l_qte_header_rec,
8851: p_Header_Shipment_Tbl => l_hd_Shipment_Tbl,