DBA Data[Home] [Help]

APPS.IEX_PROFILE dependencies on STANDARD

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

632:
633:
634: SAVEPOINT Get_Profile_Info_PVT;
635:
636: -- Standard call to check for call compatibility.
637: IF NOT FND_API.Compatible_API_Call (l_api_version,
638: p_api_version,
639: l_api_name,
640: G_PKG_NAME) THEN

Line 1005: -- Standard check of p_commit

1001: END;
1002:
1003: x_profile_rec := l_profile_rec ;
1004:
1005: -- Standard check of p_commit
1006: IF FND_API.To_Boolean(p_commit) THEN
1007: COMMIT WORK;
1008: END IF;
1009:

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

1006: IF FND_API.To_Boolean(p_commit) THEN
1007: COMMIT WORK;
1008: END IF;
1009:
1010: -- Standard call to get message count AND IF count is 1, get message info
1011: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1012: EXCEPTION
1013: WHEN FND_API.G_EXC_ERROR THEN
1014: ROLLBACK TO Get_Profile_Info_PVT;