DBA Data[Home] [Help]

APPS.HZ_IMP_BATCH_SUMMARY_V2PUB dependencies on STANDARD

Line 61: -- standard start of API savepoint

57: os_exists_flag VARCHAR2(1) :='N'; /* Bug 4179332 */
58:
59: BEGIN
60:
61: -- standard start of API savepoint
62: SAVEPOINT create_import_batch;
63:
64: -- Check if API is called in debug mode. If yes, enable debug.
65:

Line 202: -- standard call to get message count and if count is 1, get message info.

198: END LOOP;
199:
200:
201:
202: -- standard call to get message count and if count is 1, get message info.
203: fnd_msg_pub.count_and_get(
204: p_encoded => fnd_api.g_false,
205: p_count => x_msg_count,
206: p_data => x_msg_data);

Line 308: -- standard start of API savepoint

304: (p_batch_id => :1,
305: p_original_system => :2); end;';
306: BEGIN
307: NULL;
308: -- standard start of API savepoint
309: SAVEPOINT activate_batch;
310:
311: -- Check if API is called in debug mode. If yes, enable debug.
312:

Line 396: -- standard call to get message count and if count is 1, get message info.

392: -- call the count of records calculation routine
393: -- use dynamic sql to avoid compilation error in 8i
394: execute immediate l_pre_count_stat using p_batch_id, l_original_system;
395:
396: -- standard call to get message count and if count is 1, get message info.
397: fnd_msg_pub.count_and_get(
398: p_encoded => fnd_api.g_false,
399: p_count => x_msg_count,
400: p_data => x_msg_data);