DBA Data[Home] [Help]

APPS.EAM_ITEM_PVT dependencies on STANDARD

Line 431: -- Standard Start of API savepoint

427:
428:
429: BEGIN
430:
431: -- Standard Start of API savepoint
432: SAVEPOINT lock_item;
433: if (l_ulog) then
434: l_module := 'eam.plsql.'||g_pkg_name|| '.' || l_api_name;
435: end if;

Line 469: -- Standard check of p_commit.

465: APP_EXCEPTION.Raise_Exception;
466: end if;
467:
468: -- End of API body.
469: -- Standard check of p_commit.
470: IF fnd_api.to_boolean(p_commit) THEN
471: COMMIT WORK;
472: IF (l_plog) THEN
473: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,

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

474: 'Commiting Work');
475: END IF;
476: END IF;
477:
478: -- Standard call to get message count and if count is 1, get message info.
479: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
480:
481: EXCEPTION
482: WHEN fnd_api.g_exc_error THEN