DBA Data[Home] [Help]

APPS.CS_COUNTERS_EXT_PVT dependencies on STANDARD

Line 194: -- Standard Start of API savepoint

190: l_counter_reading NUMBER;
191: l_bind_var_value NUMBER;
192: l_bind_var_name VARCHAR2(255);
193: BEGIN
194: -- Standard Start of API savepoint
195: SAVEPOINT CS_COUNTERS_EXT_PVT;
196: -- Standard call to check for call compatibility.
197: IF NOT FND_API.Compatible_API_Call ( l_api_version,
198: p_api_version,

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

192: l_bind_var_name VARCHAR2(255);
193: BEGIN
194: -- Standard Start of API savepoint
195: SAVEPOINT CS_COUNTERS_EXT_PVT;
196: -- Standard call to check for call compatibility.
197: IF NOT FND_API.Compatible_API_Call ( l_api_version,
198: p_api_version,
199: l_api_name,
200: G_PKG_NAME)

Line 283: -- Standard check for p_commit

279: x_return_status := FND_API.G_RET_STS_SUCCESS;
280: --
281: -- End of API body
282: --
283: -- Standard check for p_commit
284: IF FND_API.to_Boolean( p_commit )
285: THEN
286: COMMIT WORK;
287: END IF;

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

284: IF FND_API.to_Boolean( p_commit )
285: THEN
286: COMMIT WORK;
287: END IF;
288: -- Standard call to get message count and if count is 1, get message info.
289: FND_MSG_PUB.Count_And_Get
290: ( p_count => x_msg_count,
291: p_data => x_msg_data
292: );

Line 382: -- Standard Start of API savepoint

378: l_bind_varvalc VARCHAR2(240);
379: l_bind_varvaln NUMBER;
380:
381: BEGIN
382: -- Standard Start of API savepoint
383: SAVEPOINT CS_COUNTERS_EXT_PVT;
384: -- Standard call to check for call compatibility.
385: IF NOT FND_API.Compatible_API_Call ( l_api_version,
386: p_api_version,

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

380:
381: BEGIN
382: -- Standard Start of API savepoint
383: SAVEPOINT CS_COUNTERS_EXT_PVT;
384: -- Standard call to check for call compatibility.
385: IF NOT FND_API.Compatible_API_Call ( l_api_version,
386: p_api_version,
387: l_api_name,
388: G_PKG_NAME)

Line 534: -- Standard check for p_commit

530: END IF;
531: --
532: -- End of API body
533: --
534: -- Standard check for p_commit
535: IF FND_API.to_Boolean( p_commit )
536: THEN
537: COMMIT WORK;
538: END IF;

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

535: IF FND_API.to_Boolean( p_commit )
536: THEN
537: COMMIT WORK;
538: END IF;
539: -- Standard call to get message count and if count is 1, get message info.
540: FND_MSG_PUB.Count_And_Get
541: ( p_count => x_msg_count,
542: p_data => x_msg_data
543: );