DBA Data[Home] [Help]

APPS.CN_SRP_ROLLOVER_QUOTA_PVT dependencies on STANDARD

Line 67: -- Standard Start of API savepoint

63:
64:
65:
66: BEGIN
67: -- Standard Start of API savepoint
68: SAVEPOINT Update_Srp_Rollover_Quota;
69: -- Standard call to check for call compatibility.
70: IF NOT FND_API.Compatible_API_Call
71: (l_api_version ,

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

65:
66: BEGIN
67: -- Standard Start of API savepoint
68: SAVEPOINT Update_Srp_Rollover_Quota;
69: -- Standard call to check for call compatibility.
70: IF NOT FND_API.Compatible_API_Call
71: (l_api_version ,
72: p_api_version ,
73: l_api_name ,

Line 298: -- Standard check of p_commit.

294: END IF; -- l_rollover is changed
295:
296:
297: -- End of API body.
298: -- Standard check of p_commit.
299: IF FND_API.To_Boolean( p_commit ) THEN
300: COMMIT WORK;
301: END IF;
302: -- Standard call to get message count and if count is 1, get message info.

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

298: -- Standard check of p_commit.
299: IF FND_API.To_Boolean( p_commit ) THEN
300: COMMIT WORK;
301: END IF;
302: -- Standard call to get message count and if count is 1, get message info.
303: FND_MSG_PUB.Count_And_Get
304: (p_count => x_msg_count ,
305: p_data => x_msg_data ,
306: p_encoded => FND_API.G_FALSE );