DBA Data[Home] [Help]

APPS.CSI_CTR_GEN_UTILITY_PVT dependencies on STANDARD

Line 643: -- Standard Start of API savepoint

639: l_counter_reading NUMBER;
640: l_bind_var_value NUMBER;
641: l_bind_var_name VARCHAR2(255);
642: BEGIN
643: -- Standard Start of API savepoint
644: SAVEPOINT VALIDATE_FORMULA;
645:
646: -- Standard call to check for call compatibility.
647: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

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

Line 747: -- Standard check for p_commit

743: x_return_status := FND_API.G_RET_STS_SUCCESS;
744: --
745: -- End of API body
746: --
747: -- Standard check for p_commit
748: IF FND_API.to_Boolean( p_commit )
749: THEN
750: COMMIT WORK;
751: END IF;

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

748: IF FND_API.to_Boolean( p_commit )
749: THEN
750: COMMIT WORK;
751: END IF;
752: -- Standard call to get message count and if count is 1, get message info.
753: FND_MSG_PUB.Count_And_Get
754: ( p_count => x_msg_count,
755: p_data => x_msg_data
756: );

Line 847: -- Standard Start of API savepoint

843: l_bind_varvalc VARCHAR2(240);
844: l_bind_varvaln NUMBER;
845:
846: BEGIN
847: -- Standard Start of API savepoint
848: SAVEPOINT VALIDATE_GRPOP;
849:
850: -- Standard call to check for call compatibility.
851: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

846: BEGIN
847: -- Standard Start of API savepoint
848: SAVEPOINT VALIDATE_GRPOP;
849:
850: -- Standard call to check for call compatibility.
851: IF NOT FND_API.Compatible_API_Call ( l_api_version,
852: p_api_version,
853: l_api_name,
854: G_PKG_NAME)

Line 1022: -- Standard check for p_commit

1018: END IF;
1019: --
1020: -- End of API body
1021: --
1022: -- Standard check for p_commit
1023: IF FND_API.to_Boolean( p_commit )
1024: THEN
1025: COMMIT WORK;
1026: END IF;

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

1023: IF FND_API.to_Boolean( p_commit )
1024: THEN
1025: COMMIT WORK;
1026: END IF;
1027: -- Standard call to get message count and if count is 1, get message info.
1028: FND_MSG_PUB.Count_And_Get
1029: ( p_count => x_msg_count,
1030: p_data => x_msg_data
1031: );

Line 3394: -- Standard Start of API savepoint

3390:
3391: l_api_name CONSTANT VARCHAR2(30) := 'dump_txn_rec';
3392: l_api_version CONSTANT NUMBER := 1.0;
3393: BEGIN
3394: -- Standard Start of API savepoint
3395: -- SAVEPOINT dump_txn_rec;
3396:
3397: -- Read the debug profiles values in to global variable 7197402
3398: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

Line 3460: -- Standard Start of API savepoint

3456: (p_txn_tbl IN csi_datastructures_pub.transaction_tbl) IS
3457: l_api_name CONSTANT VARCHAR2(30) := 'dump_txn_tbl';
3458: l_api_version CONSTANT NUMBER := 1.0;
3459: BEGIN
3460: -- Standard Start of API savepoint
3461: SAVEPOINT dump_txn_tbl;
3462: IF p_txn_tbl.COUNT > 0 THEN
3463: FOR tab_row IN p_txn_tbl.FIRST .. p_txn_tbl.LAST
3464: LOOP