DBA Data[Home] [Help]

APPS.EAM_METER_PUB dependencies on STANDARD

Line 134: -- Standard Start of API savepoint

130: l_sLog CONSTANT BOOLEAN := l_pLog AND fnd_log.level_statement >= l_log_level;
131:
132: begin
133:
134: -- Standard Start of API savepoint
135: SAVEPOINT create_meter_pub;
136: if( l_ulog) then
137: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
138: end if;

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

141: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
142: '==================== Entered EAM_METER_PUB.create_meter ====================');
143: END IF;
144:
145: -- Standard call to check for call compatibility.
146: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
147: p_api_version ,
148: l_api_name ,
149: G_PKG_NAME )

Line 421: -- Standard check of l_commit.

417: --end of check for meter/meter template
418:
419:
420: -- End of API body.
421: -- Standard check of l_commit.
422: IF FND_API.To_Boolean( l_commit ) THEN
423:
424: COMMIT WORK;
425: IF (l_plog) THEN

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

425: IF (l_plog) THEN
426: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Commiting Work');
427: END IF;
428: END IF;
429: -- Standard call to get message count and if count is 1, get message info.
430: FND_MSG_PUB.get
431: ( p_msg_index_out => x_msg_count ,
432: p_data => x_msg_data
433: );

Line 612: -- Standard Start of API savepoint

608: l_pLog CONSTANT BOOLEAN := l_uLog AND fnd_log.level_procedure >= l_log_level;
609: l_sLog CONSTANT BOOLEAN := l_pLog AND fnd_log.level_statement >= l_log_level;
610:
611: BEGIN
612: -- Standard Start of API savepoint
613: SAVEPOINT update_meter_pub;
614: if( l_ulog) then
615: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
616: end if;

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

619: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
620: '==================== Entered EAM_METER_PUB.update_meter ====================');
621: END IF;
622:
623: -- Standard call to check for call compatibility.
624: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
625: p_api_version ,
626: l_api_name ,
627: G_PKG_NAME )

Line 946: -- Standard check of l_commit.

942:
943:
944:
945: -- End of API body.
946: -- Standard check of l_commit.
947: IF FND_API.To_Boolean( l_commit ) THEN
948: COMMIT WORK;
949: IF (l_plog) THEN
950: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Commiting Work');

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

954: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
955: '==================== Calling FND_MSG_PUB.get ====================');
956: END IF;
957:
958: -- Standard call to get message count and if count is 1, get message info.
959: FND_MSG_PUB.get
960: ( p_msg_index_out => x_msg_count ,
961: p_data => x_msg_data
962: );