DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on STANDARD

Line 4488: -- Standard Start of API savepoint

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

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

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

Line 4895: -- Standard check for p_commit

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

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

8381: aso_debug_pub.add('******************************************************', 1, 'Y');
8382: aso_debug_pub.add('Begin VALIDATE_DEFAULTING_DATA', 1, 'Y');
8383: aso_debug_pub.add('******************************************************', 1, 'Y');
8384: END IF;
8385: -- Standard call to check for call compatibility.
8386: -- IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
8387: -- p_api_version_number,
8388: -- l_api_name,
8389: -- G_PKG_NAME) THEN

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

9512:
9513:
9514: --TCA Calls End
9515:
9516: -- Standard call to get message count and if count is 1, get message info.
9517: FND_MSG_PUB.Count_And_Get
9518: ( p_count => x_msg_count,
9519: p_data => x_msg_data
9520: );