DBA Data[Home] [Help]

APPS.ASO_PROJ_COMM_PVT dependencies on STANDARD

Line 71: -- Standard Start of API savepoint

67: BEGIN
68:
69: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
70:
71: -- Standard Start of API savepoint
72: SAVEPOINT CALCULATE_PROJ_COMMISSION_PVT;
73:
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

70:
71: -- Standard Start of API savepoint
72: SAVEPOINT CALCULATE_PROJ_COMMISSION_PVT;
73:
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
76: 1.0,
77: l_api_name,
78: G_PKG_NAME)

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

382: P_In_Line_Number_Tbl => l_In_Line_Number_Tbl,
383: X_Out_Line_Number_Tbl => l_Out_Line_Number_Tbl );
384:
385:
386: -- Standard call to get message count and if count is 1, get message info.
387: FND_MSG_PUB.Count_And_Get
388: ( p_count => x_msg_count,
389: p_data => x_msg_data
390: );