DBA Data[Home] [Help]

APPS.IEC_SCHEDULE_MGMT_PUB dependencies on STANDARD

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

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

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

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

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

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

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

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

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

327: ELSIF (l_return_code = FND_API.G_RET_STS_UNEXP_ERROR) THEN
328: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
329: END IF;
330:
331: -- Standard call to check for call compatibility
332: IF NOT fnd_api.compatible_api_call( l_api_version
333: , p_api_version
334: , l_api_name
335: , g_pkg_name) THEN

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

397: IF fnd_api.to_boolean(p_commit) THEN
398: COMMIT WORK;
399: END IF;
400:
401: -- Standard call to get message count and if count is 1, get message info
402: fnd_msg_pub.count_and_get( p_count => x_msg_count
403: , p_data => x_msg_data );
404:
405: EXCEPTION

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

464: ELSIF (l_return_code = FND_API.G_RET_STS_UNEXP_ERROR) THEN
465: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
466: END IF;
467:
468: -- Standard call to check for call compatibility
469: IF NOT fnd_api.compatible_api_call( l_api_version
470: , p_api_version
471: , l_api_name
472: , g_pkg_name) THEN

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

534: IF fnd_api.to_boolean(p_commit) THEN
535: COMMIT WORK;
536: END IF;
537:
538: -- Standard call to get message count and if count is 1, get message info
539: fnd_msg_pub.count_and_get( p_count => x_msg_count
540: , p_data => x_msg_data );
541:
542: EXCEPTION