DBA Data[Home] [Help]

APPS.ASO_SERVICE_CONTRACTS_INT_W dependencies on STANDARD

Line 341: -- Standard Start of API savepoint

337: -- Enable debug message
338: Aso_Quote_Util_Pvt.Enable_Debug_Pvt;
339:
340: ASO_QUOTE_UTIL_PVT.Debug('aso_service_contracts_int_w.getServices BEGIN....');
341: -- Standard Start of API savepoint
342: SAVEPOINT GET_SERVICES_PUB;
343:
344: aso_debug_pub.g_debug_flag := Aso_Quote_Util_Pvt.is_debug_enabled;
345: -- Standard call to check for call compatibility.

Line 345: -- Standard call to check for call compatibility.

341: -- Standard Start of API savepoint
342: SAVEPOINT GET_SERVICES_PUB;
343:
344: aso_debug_pub.g_debug_flag := Aso_Quote_Util_Pvt.is_debug_enabled;
345: -- Standard call to check for call compatibility.
346: IF NOT FND_API.Compatible_API_Call ( l_api_version,
347: p_api_version_number,
348: l_api_name,
349: G_PKG_NAME)

Line 578: -- Standard call to get message count and if count is 1, get message info.

574: END IF;
575: END IF;
576: END IF;
577:
578: -- Standard call to get message count and if count is 1, get message info.
579: FND_MSG_PUB.Count_And_Get
580: ( p_count => x_msg_count,
581: p_data => x_msg_data
582: );

Line 647: -- Standard call to check for call compatibility.

643:
644: ASO_QUOTE_UTIL_PVT.Debug('aso_service_contracts_int_w.is_service_available BEGIN....');
645:
646: aso_debug_pub.g_debug_flag := Aso_Quote_Util_Pvt.is_debug_enabled;
647: -- Standard call to check for call compatibility.
648: IF NOT FND_API.Compatible_API_Call ( l_api_version,
649: p_api_version_number,
650: l_api_name,
651: G_PKG_NAME)

Line 684: -- Standard call to get message count and if count is 1, get message info.

680: X_Return_Status,
681: l_check_service_rec,
682: X_Available_YN);
683:
684: -- Standard call to get message count and if count is 1, get message info.
685: FND_MSG_PUB.Count_And_Get
686: ( p_count => x_msg_count,
687: p_data => x_msg_data
688: );

Line 776: -- Standard call to check for call compatibility.

772: END IF;
773:
774:
775: aso_debug_pub.g_debug_flag := Aso_Quote_Util_Pvt.is_debug_enabled;
776: -- Standard call to check for call compatibility.
777: IF NOT FND_API.Compatible_API_Call ( l_api_version,
778: p_api_version_number,
779: l_api_name,
780: G_PKG_NAME)

Line 910: -- Standard call to get message count and if count is 1, get message info.

906: END IF;
907: END IF;
908:
909: ASO_QUOTE_UTIL_PVT.Debug('After Assigning the values ');
910: -- Standard call to get message count and if count is 1, get message info.
911: FND_MSG_PUB.Count_And_Get
912: ( p_count => x_msg_count,
913: p_data => x_msg_data
914: );