DBA Data[Home] [Help]

APPS.CN_SRP_PRD_QUOTA_PUB dependencies on STANDARD

Line 153: -- Standard Start of API savepoint

149:
150:
151:
152: BEGIN
153: -- Standard Start of API savepoint
154: SAVEPOINT Distribute_Srp_Prd_Quota;
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call
157: (l_api_version ,

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

151:
152: BEGIN
153: -- Standard Start of API savepoint
154: SAVEPOINT Distribute_Srp_Prd_Quota;
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call
157: (l_api_version ,
158: p_api_version ,
159: l_api_name ,

Line 544: -- Standard check of p_commit.

540:
541: END IF; --IF p_even_distribute = 'Y' THEN
542:
543: -- End of API body.
544: -- Standard check of p_commit.
545: IF FND_API.To_Boolean( p_commit ) THEN
546: COMMIT WORK;
547: END IF;
548: -- Standard call to get message count and if count is 1, get message info.

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

544: -- Standard check of p_commit.
545: IF FND_API.To_Boolean( p_commit ) THEN
546: COMMIT WORK;
547: END IF;
548: -- Standard call to get message count and if count is 1, get message info.
549: FND_MSG_PUB.Count_And_Get
550: (p_count => x_msg_count ,
551: p_data => x_msg_data ,
552: p_encoded => FND_API.G_FALSE );