DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_PUB dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41: l_src_obj_code CSI_COUNTER_ASSOCIATIONS.source_object_code%TYPE;
42: l_src_obj_id NUMBER;
43:
44: BEGIN
45: -- Standard Start of API savepoint
46: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
49: p_api_version_number,

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

43:
44: BEGIN
45: -- Standard Start of API savepoint
46: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
49: p_api_version_number,
50: l_api_name,
51: G_PKG_NAME)

Line 256: -- Standard check for p_commit

252: END IF;
253: --
254: -- End of API body
255: --
256: -- Standard check for p_commit
257: IF FND_API.to_Boolean( p_commit )
258: THEN
259: COMMIT WORK;
260: END IF;

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

257: IF FND_API.to_Boolean( p_commit )
258: THEN
259: COMMIT WORK;
260: END IF;
261: -- Standard call to get message count and if count is 1, get message info.
262: FND_MSG_PUB.Count_And_Get
263: ( p_count => x_msg_count,
264: p_data => x_msg_data
265: );

Line 318: -- Standard Start of API savepoint

314: l_rdg_count NUMBER := 0;
315: l_msg_index NUMBER;
316: l_msg_count NUMBER;
317: BEGIN
318: -- Standard Start of API savepoint
319: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
320: -- Standard call to check for call compatibility.
321: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
322: p_api_version_number,

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

316: l_msg_count NUMBER;
317: BEGIN
318: -- Standard Start of API savepoint
319: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
320: -- Standard call to check for call compatibility.
321: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
322: p_api_version_number,
323: l_api_name,
324: G_PKG_NAME)

Line 405: -- Standard check for p_commit

401: RAISE FND_API.G_EXC_ERROR;
402: END IF;
403: END IF;
404: --
405: -- Standard check for p_commit
406: IF FND_API.to_Boolean( p_commit )
407: THEN
408: COMMIT WORK;
409: END IF;

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

406: IF FND_API.to_Boolean( p_commit )
407: THEN
408: COMMIT WORK;
409: END IF;
410: -- Standard call to get message count and if count is 1, get message info.
411: FND_MSG_PUB.Count_And_Get
412: ( p_count => x_msg_count,
413: p_data => x_msg_data
414: );

Line 465: -- Standard Start of API savepoint

461: l_rdg_count NUMBER := 0;
462: l_msg_index NUMBER;
463: l_msg_count NUMBER;
464: BEGIN
465: -- Standard Start of API savepoint
466: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
467: -- Standard call to check for call compatibility.
468: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
469: p_api_version_number,

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

463: l_msg_count NUMBER;
464: BEGIN
465: -- Standard Start of API savepoint
466: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
467: -- Standard call to check for call compatibility.
468: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
469: p_api_version_number,
470: l_api_name,
471: G_PKG_NAME)

Line 588: -- Standard check for p_commit

584: END IF;
585: --
586: -- End of API body
587: --
588: -- Standard check for p_commit
589: IF FND_API.to_Boolean( p_commit )
590: THEN
591: COMMIT WORK;
592: END IF;

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

589: IF FND_API.to_Boolean( p_commit )
590: THEN
591: COMMIT WORK;
592: END IF;
593: -- Standard call to get message count and if count is 1, get message info.
594: FND_MSG_PUB.Count_And_Get
595: ( p_count => x_msg_count,
596: p_data => x_msg_data
597: );

Line 644: -- Standard Start of API savepoint

640: l_ctr_rdg_tbl csi_ctr_datastructures_pub.counter_readings_tbl;
641: l_msg_index NUMBER;
642: l_msg_count NUMBER;
643: BEGIN
644: -- Standard Start of API savepoint
645: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
646: -- Standard call to check for call compatibility.
647: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
648: p_api_version_number,

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

642: l_msg_count NUMBER;
643: BEGIN
644: -- Standard Start of API savepoint
645: SAVEPOINT CS_CTR_CAPTURE_READING_PUB;
646: -- Standard call to check for call compatibility.
647: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
648: p_api_version_number,
649: l_api_name,
650: G_PKG_NAME)

Line 723: -- Standard check for p_commit

719: END LOOP;
720: RAISE FND_API.G_EXC_ERROR;
721: END IF;
722: --
723: -- Standard check for p_commit
724: IF FND_API.to_Boolean( p_commit )
725: THEN
726: COMMIT WORK;
727: END IF;

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

724: IF FND_API.to_Boolean( p_commit )
725: THEN
726: COMMIT WORK;
727: END IF;
728: -- Standard call to get message count and if count is 1, get message info.
729: FND_MSG_PUB.Count_And_Get
730: ( p_count => x_msg_count,
731: p_data => x_msg_data
732: );

Line 797: -- Standard Start of API savepoint

793: l_msg_data VARCHAR2(2000);
794: l_msg_index NUMBER;
795: l_msg_count NUMBER;
796: BEGIN
797: -- Standard Start of API savepoint
798: SAVEPOINT PRE_CAPTURE_READING_PUB;
799: -- Standard call to check for call compatibility.
800: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
801: p_api_version_number,

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

795: l_msg_count NUMBER;
796: BEGIN
797: -- Standard Start of API savepoint
798: SAVEPOINT PRE_CAPTURE_READING_PUB;
799: -- Standard call to check for call compatibility.
800: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
801: p_api_version_number,
802: l_api_name,
803: G_PKG_NAME)

Line 887: -- Standard check for p_commit

883: END IF;
884: --
885: -- End of API body
886: --
887: -- Standard check for p_commit
888: IF FND_API.to_Boolean( p_commit )
889: THEN
890: COMMIT WORK;
891: END IF;

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

888: IF FND_API.to_Boolean( p_commit )
889: THEN
890: COMMIT WORK;
891: END IF;
892: -- Standard call to get message count and if count is 1, get message info.
893: FND_MSG_PUB.Count_And_Get
894: ( p_count => x_msg_count,
895: p_data => x_msg_data
896: );