DBA Data[Home] [Help]

APPS.IEC_RLCTRL_PUB dependencies on STANDARD

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

48: ELSIF (l_return_code = FND_API.G_RET_STS_UNEXP_ERROR) THEN
49: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
50: END IF;
51:
52: -- Standard call to check for call compatibility
53: IF NOT fnd_api.compatible_api_call( l_api_version
54: , p_api_version
55: , l_api_name
56: , g_pkg_name) THEN

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

117: IF fnd_api.to_boolean(p_commit) THEN
118: COMMIT WORK;
119: END IF;
120:
121: -- Standard call to get message count and if count is 1, get message info
122: fnd_msg_pub.count_and_get( p_count => x_msg_count
123: , p_data => x_msg_data );
124:
125: EXCEPTION

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

186: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
187: END IF;
188:
189:
190: -- Standard call to check for call compatibility
191: IF NOT fnd_api.compatible_api_call( l_api_version
192: , p_api_version
193: , l_api_name
194: , g_pkg_name) THEN

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

257: IF fnd_api.to_boolean(p_commit) THEN
258: COMMIT WORK;
259: END IF;
260:
261: -- Standard call to get message count and if count is 1, get message info
262: fnd_msg_pub.count_and_get( p_count => x_msg_count
263: , p_data => x_msg_data );
264:
265: EXCEPTION