DBA Data[Home] [Help]

APPS.EAM_METERASSOC_PUB dependencies on STANDARD

Line 102: /* Standard Start of API savepoint */

98: l_association_id NUMBER;
99: l_object_version_number NUMBER;
100:
101: BEGIN
102: /* Standard Start of API savepoint */
103: SAVEPOINT Insert_AssetMeterAssoc_PUB;
104: IF (l_ulog) THEN
105: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
106: END IF;

Line 112: /* Standard call to check for call compatibility. */

108: IF (l_plog) THEN
109: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
110: '==================== Entered EAM_MeterAssoc_PUB.Insert_AssetMeterAssoc ====================');
111: END IF;
112: /* Standard call to check for call compatibility. */
113: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
114: p_api_version ,
115: l_api_name ,
116: G_PKG_NAME

Line 347: /* Standard check of p_commit. */

343: raise_error('EAM_NO_ITEM_FOUND');
344: END IF;
345:
346:
347: /* Standard check of p_commit. */
348: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
349:
350: COMMIT WORK;
351: IF (l_plog) THEN

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

357: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
358: '==================== Calling FND_MSG_PUB.get ====================');
359: END IF;
360:
361: -- Standard call to get message count and if count is 1, get message info.
362: FND_MSG_PUB.get
363: ( p_msg_index_out => x_msg_count ,
364: p_data => x_msg_data
365: );

Line 526: /* Standard Start of API savepoint */

522: l_uLog CONSTANT BOOLEAN := fnd_log.level_unexpected >= l_log_level;
523: l_pLog CONSTANT BOOLEAN := l_uLog AND fnd_log.level_procedure >= l_log_level;
524: l_sLog CONSTANT BOOLEAN := l_pLog AND fnd_log.level_statement >= l_log_level;
525: BEGIN
526: /* Standard Start of API savepoint */
527: SAVEPOINT Update_AssetMeterAssoc_PUB;
528: IF (l_ulog) THEN
529: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
530: END IF;

Line 537: /* Standard call to check for call compatibility. */

533: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
534: '==================== Entered EAM_MeterAssoc_PUB.Update_AssetMeterAssoc ====================');
535: END IF;
536:
537: /* Standard call to check for call compatibility. */
538: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
539: p_api_version ,
540: l_api_name ,
541: G_PKG_NAME

Line 727: /* Standard check of p_commit. */

723: END IF;
724:
725: END IF;
726:
727: /* Standard check of p_commit. */
728: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
729: COMMIT WORK;
730: IF (l_plog) THEN
731: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,'Commiting Work');

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

736: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
737: '==================== Calling FND_MSG_PUB.get ====================');
738: END IF;
739:
740: -- Standard call to get message count and if count is 1, get message info.
741: FND_MSG_PUB.get
742: ( p_msg_index_out => x_msg_count ,
743: p_data => x_msg_data
744: );