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 257: -- Standard check for p_commit

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

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

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

Line 319: -- Standard Start of API savepoint

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

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

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

Line 406: -- Standard check for p_commit

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

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

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

Line 466: -- Standard Start of API savepoint

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

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

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

Line 589: -- Standard check for p_commit

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

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

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

Line 645: -- Standard Start of API savepoint

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

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

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

Line 724: -- Standard check for p_commit

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

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

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

Line 798: -- Standard Start of API savepoint

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

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

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

Line 888: -- Standard check for p_commit

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

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

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