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 505: -- Standard check of p_commit.

501: x_meter_reading_id := l_meter_reading_id;
502: /* end */
503:
504: -- End of API body.
505: -- Standard check of p_commit.
506: IF FND_API.To_Boolean( p_commit ) THEN
507:
508: COMMIT WORK;
509: IF (l_plog) THEN

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

624: IF (l_plog) THEN
625: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
626: '==================== Entered EAM_MeterReading_PUB.disable_meter_reading_pub ====================');
627: END IF;
628: -- Standard call to check for call compatibility.
629: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
630: p_api_version ,
631: l_api_name ,
632: G_PKG_NAME )

Line 690: -- Standard check of p_commit.

686: ||'x_msg_data:'||x_msg_data);
687: END IF;
688:
689: -- End of API body.
690: -- Standard check of p_commit.
691: IF FND_API.To_Boolean( p_commit ) THEN
692: COMMIT WORK;
693: IF (l_plog) THEN
694: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Committed Work');