DBA Data[Home] [Help]

APPS.ASO_SALES_CREDIT_PVT dependencies on STANDARD

Line 81: -- Standard Start of API savepoint

77: BEGIN
78:
79: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
80:
81: -- Standard Start of API savepoint
82: SAVEPOINT ALLOCATE_SALES_CREDITS_PVT;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

80:
81: -- Standard Start of API savepoint
82: SAVEPOINT ALLOCATE_SALES_CREDITS_PVT;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
86: 1.0,
87: l_api_name,
88: G_PKG_NAME)

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

345:
346: -- Change END
347:
348:
349: -- Standard call to get message count and if count is 1, get message info.
350: FND_MSG_PUB.Count_And_Get
351: ( p_count => x_msg_count,
352: p_data => x_msg_data
353: );

Line 539: -- Standard Start of API savepoint

535:
536: -- Initialize API return status to SUCCESS
537: x_return_status := FND_API.G_RET_STS_SUCCESS;
538:
539: -- Standard Start of API savepoint
540: SAVEPOINT GET_CREDITS_PVT;
541:
542: -- Generate sca_batch_id from Sequence
543: OPEN C_Get_Batch_Id;