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 618: -- Standard Start of API savepoint

614: l_sLog CONSTANT BOOLEAN := l_pLog AND fnd_log.level_statement >= l_log_level;
615: l_primary_failure_flag_csr primary_failure_flag_csr%ROWTYPE;
616:
617: BEGIN
618: -- Standard Start of API savepoint
619: SAVEPOINT update_meter_pub;
620: if( l_ulog) then
621: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
622: end if;

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

627: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
628: 'it is now' || sysdate);
629: END IF;
630:
631: -- Standard call to check for call compatibility.
632: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
633: p_api_version ,
634: l_api_name ,
635: G_PKG_NAME )

Line 954: -- Standard check of l_commit.

950:
951:
952:
953: -- End of API body.
954: -- Standard check of l_commit.
955: IF FND_API.To_Boolean( l_commit ) THEN
956: COMMIT WORK;
957: IF (l_plog) THEN
958: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Commiting Work');

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

962: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
963: '==================== Calling FND_MSG_PUB.get ====================');
964: END IF;
965:
966: -- Standard call to get message count and if count is 1, get message info.
967: FND_MSG_PUB.get
968: ( p_msg_index_out => x_msg_count ,
969: p_data => x_msg_data
970: );