DBA Data[Home] [Help]

APPS.IGS_RE_THE_LGCY_PUB dependencies on STANDARD

Line 479: -- Standard Start of API savepoint

475: l_last_updated_by igs_re_thesis_all.last_updated_by%TYPE;
476: l_last_update_login igs_re_thesis_all.last_update_login%TYPE;
477:
478: BEGIN
479: -- Standard Start of API savepoint
480: SAVEPOINT THEDET_PUB;
481:
482: -- Standard call to check for call compatibility.
483: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version,

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

478: BEGIN
479: -- Standard Start of API savepoint
480: SAVEPOINT THEDET_PUB;
481:
482: -- Standard call to check for call compatibility.
483: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version,
484: p_api_version,
485: l_api_name,
486: g_pkg_name ) THEN

Line 689: -- Standard check of p_commit.

685: END IF;
686: ROLLBACK TO THEDET_PUB;
687: ELSIF l_the_exam_status = 'VALID' THEN
688: x_return_status := FND_API.G_RET_STS_SUCCESS ;
689: -- Standard check of p_commit.
690: IF FND_API.To_Boolean( p_commit ) THEN
691: COMMIT WORK;
692: END IF;
693: END IF;

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

691: COMMIT WORK;
692: END IF;
693: END IF;
694:
695: -- Standard call to get message count and if count is 1, get message info.
696: FND_MSG_PUB.Count_And_Get (
697: p_count => x_msg_count,
698: p_data => x_msg_data );
699: