DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_CHECK_TCA_PVT

Line 4727: ASO_CHECK_TCA_PVT.check_tca( p_api_version => 1.0,

4723: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4724: aso_debug_pub.add('Create_Quote: Before call to check_tca', 1, 'N');
4725: END IF;
4726:
4727: ASO_CHECK_TCA_PVT.check_tca( p_api_version => 1.0,
4728: p_init_msg_list => FND_API.G_FALSE,
4729: P_Qte_Rec => l_qte_header_rec,
4730: p_Header_Shipment_Tbl => l_hd_Shipment_Tbl,
4731: P_Operation_Code => 'CREATE',

Line 7289: ASO_CHECK_TCA_PVT.Check_Customer_Accounts (

7285:
7286: IF l_qte_header_rec.publish_flag = 'Y' THEN
7287:
7288: -- check for missing customer accounts in the quote
7289: ASO_CHECK_TCA_PVT.Check_Customer_Accounts (
7290: p_init_msg_list => fnd_api.g_false,
7291: p_qte_header_id => l_qte_header_rec.quote_header_id,
7292: x_return_status => x_return_status,
7293: x_msg_count => x_msg_count,

Line 7305: ASO_CHECK_TCA_PVT.Assign_Customer_Accounts (

7301: RAISE fnd_api.g_exc_error;
7302: END IF; -- end check_customer_accounts
7303:
7304: -- assign the missing customer accounts to the quote
7305: ASO_CHECK_TCA_PVT.Assign_Customer_Accounts (
7306: p_init_msg_list => fnd_api.g_false,
7307: p_qte_header_id => l_qte_header_rec.quote_header_id,
7308: p_calling_api_flag => 1,
7309: x_return_status => x_return_status,

Line 8061: ASO_CHECK_TCA_PVT.check_tca(

8057: end if; -- end if for ship method code check
8058:
8059: END IF;
8060:
8061: ASO_CHECK_TCA_PVT.check_tca(
8062: p_api_version => 1.0,
8063: p_init_msg_list => FND_API.G_FALSE,
8064: P_Qte_Rec => l_qte_header_rec,
8065: p_Header_Shipment_Tbl => l_hd_Shipment_Tbl,