DBA Data[Home] [Help]

APPS.IEX_PROFILE dependencies on STANDARD

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

514:
515:
516: SAVEPOINT Get_Profile_Info_PVT;
517:
518: -- Standard call to check for call compatibility.
519: IF NOT FND_API.Compatible_API_Call (l_api_version,
520: p_api_version,
521: l_api_name,
522: G_PKG_NAME) THEN

Line 816: -- Standard check of p_commit

812: END;
813:
814: x_profile_rec := l_profile_rec ;
815:
816: -- Standard check of p_commit
817: IF FND_API.To_Boolean(p_commit) THEN
818: COMMIT WORK;
819: END IF;
820:

Line 821: -- Standard call to get message count AND IF count is 1, get message info

817: IF FND_API.To_Boolean(p_commit) THEN
818: COMMIT WORK;
819: END IF;
820:
821: -- Standard call to get message count AND IF count is 1, get message info
822: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
823: EXCEPTION
824: WHEN FND_API.G_EXC_ERROR THEN
825: ROLLBACK TO Get_Profile_Info_PVT;