DBA Data[Home] [Help]

APPS.EAM_METERREADING_PUB dependencies on STANDARD

Line 122: -- Standard Start of API savepoint

118: l_pLog CONSTANT BOOLEAN := l_uLog AND fnd_log.level_procedure >= l_log_level;
119: l_sLog CONSTANT BOOLEAN := l_pLog AND fnd_log.level_statement >= l_log_level;
120:
121: BEGIN
122: -- Standard Start of API savepoint
123: SAVEPOINT create_meter_reading_Pub;
124: IF (l_ulog) THEN
125: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
126: END IF;

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

128: IF (l_plog) THEN
129: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
130: '==================== Entered EAM_MeterReading_PUB.create_meter_reading ====================');
131: END IF;
132: -- Standard call to check for call compatibility.
133:
134:
135: IF NOT FND_API.Compatible_API_Call (l_api_version,
136: p_api_version,

Line 322: -- Standard check of p_commit.

318: x_meter_reading_id := l_ctr_rdg_tbl(1).counter_value_id;
319:
320:
321: -- End of API body.
322: -- Standard check of p_commit.
323: IF FND_API.To_Boolean( p_commit ) THEN
324: COMMIT WORK;
325: IF (l_plog) THEN
326: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Committed Work');

Line 439: -- Standard Start of API savepoint

435: l_sLog CONSTANT BOOLEAN := l_pLog AND fnd_log.level_statement >= l_log_level;
436:
437:
438: BEGIN
439: -- Standard Start of API savepoint
440: SAVEPOINT create_meter_reading_Pub;
441: IF (l_ulog) THEN
442: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
443: END IF;

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

445: IF (l_plog) THEN
446: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
447: '==================== Entered EAM_MeterReading_PUB.create_meter_reading ====================');
448: END IF;
449: -- Standard call to check for call compatibility.
450:
451:
452: IF NOT FND_API.Compatible_API_Call (l_api_version,
453: p_api_version,

Line 498: -- Standard check of p_commit.

494: ||'l_msg_data:'||l_msg_data);
495: END IF;
496:
497: -- End of API body.
498: -- Standard check of p_commit.
499: IF FND_API.To_Boolean( p_commit ) THEN
500:
501: COMMIT WORK;
502: IF (l_plog) THEN

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

617: IF (l_plog) THEN
618: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
619: '==================== Entered EAM_MeterReading_PUB.disable_meter_reading_pub ====================');
620: END IF;
621: -- Standard call to check for call compatibility.
622: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
623: p_api_version ,
624: l_api_name ,
625: G_PKG_NAME )

Line 683: -- Standard check of p_commit.

679: ||'x_msg_data:'||x_msg_data);
680: END IF;
681:
682: -- End of API body.
683: -- Standard check of p_commit.
684: IF FND_API.To_Boolean( p_commit ) THEN
685: COMMIT WORK;
686: IF (l_plog) THEN
687: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Committed Work');