DBA Data[Home] [Help]

APPS.POS_IMP_SUPP_PKG dependencies on STANDARD

Line 316: -- standard start of API savepoint

312: p_original_system => :2); end;';
313:
314: BEGIN
315:
316: -- standard start of API savepoint
317: SAVEPOINT activate_batch;
318:
319: -- Check if API is called in debug mode. If yes, enable debug.
320:

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

403: -- use dynamic sql to avoid compilation error in 8i
404: EXECUTE IMMEDIATE l_pre_count_stat
405: USING p_batch_id, l_original_system;
406:
407: -- standard call to get message count and if count is 1, get message info.
408: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
409: p_count => x_msg_count,
410: p_data => x_msg_data);
411:

Line 595: -- standard start of API savepoint

591: p_original_system => :2); end;';
592:
593: BEGIN
594:
595: -- standard start of API savepoint
596: SAVEPOINT reject_batch;
597:
598: -- Check if API is called in debug mode. If yes, enable debug.
599:

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

685: last_update_date = hz_utility_v2pub.last_update_date,
686: last_update_login = hz_utility_v2pub.last_update_login
687: WHERE batch_id = p_batch_id;
688:
689: -- standard call to get message count and if count is 1, get message info.
690: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
691: p_count => x_msg_count,
692: p_data => x_msg_data);
693:

Line 743: -- standard start of API savepoint

739: ) IS
740: os_exists_flag VARCHAR2(1) := 'N';
741:
742: BEGIN
743: -- standard start of API savepoint
744: SAVEPOINT create_import_batch;
745:
746: -- initialize API return status to success.
747: x_return_status := fnd_api.g_ret_sts_success;

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

813: hz_utility_v2pub.last_updated_by,
814: hz_utility_v2pub.last_update_date,
815: hz_utility_v2pub.last_update_login);
816:
817: -- standard call to get message count and if count is 1, get message info.
818: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
819: p_count => x_msg_count,
820: p_data => x_msg_data);
821: