DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on STANDARD

Line 4485: -- Standard Start of API savepoint

4481: */
4482:
4483: BEGIN
4484:
4485: -- Standard Start of API savepoint
4486: SAVEPOINT VALIDATE_PROMOTION_PVT;
4487:
4488: -- Standard call to check for call compatibility.
4489: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

4484:
4485: -- Standard Start of API savepoint
4486: SAVEPOINT VALIDATE_PROMOTION_PVT;
4487:
4488: -- Standard call to check for call compatibility.
4489: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4490: p_api_version_number,
4491: l_api_name,
4492: G_PKG_NAME)

Line 4892: -- Standard check for p_commit

4888: End If;-- m_price_attr_tbl(i).operation_code = 'CREATE'
4889:
4890: END LOOP;
4891:
4892: -- Standard check for p_commit
4893: IF FND_API.to_Boolean( p_commit ) THEN
4894: COMMIT WORK;
4895: END IF;
4896:

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

8333: aso_debug_pub.add('******************************************************', 1, 'Y');
8334: aso_debug_pub.add('Begin VALIDATE_DEFAULTING_DATA', 1, 'Y');
8335: aso_debug_pub.add('******************************************************', 1, 'Y');
8336: END IF;
8337: -- Standard call to check for call compatibility.
8338: -- IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
8339: -- p_api_version_number,
8340: -- l_api_name,
8341: -- G_PKG_NAME) THEN

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

9464:
9465:
9466: --TCA Calls End
9467:
9468: -- Standard call to get message count and if count is 1, get message info.
9469: FND_MSG_PUB.Count_And_Get
9470: ( p_count => x_msg_count,
9471: p_data => x_msg_data
9472: );