DBA Data[Home] [Help]

APPS.IEC_AORECDNU_PUB dependencies on STANDARD

Line 59: -- Standard call to check for call compatibility

55: ELSIF (l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
56: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
57: END IF;
58:
59: -- Standard call to check for call compatibility
60: IF NOT fnd_api.compatible_api_call( l_api_version
61: , p_api_version
62: , l_api_name
63: , g_pkg_name) THEN

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

143: IF fnd_api.to_boolean(p_commit) THEN
144: COMMIT WORK;
145: END IF;
146:
147: -- Standard call to get message count and if count is 1, get message info
148: fnd_msg_pub.count_and_get( p_count => x_msg_count
149: , p_data => x_msg_data );
150:
151: EXCEPTION