DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on INV_QUANTITY_TREE_PUB

Line 893: inv_quantity_tree_pub.clear_quantity_cache;

889: IF x_return_status NOT IN (gme_common_pvt.g_inv_short_err) THEN
890: ROLLBACK TO SAVEPOINT update_material_line1;
891:
892: -- Bug 13743650 - Clear the cache just in case any transactions hit the tree.
893: inv_quantity_tree_pub.clear_quantity_cache;
894: x_material_detail_rec := NULL;
895: END IF;
896:
897: gme_common_pvt.count_and_get (x_count => x_message_count

Line 3413: inv_quantity_tree_pub.clear_quantity_cache;

3409: ,x_data => x_message_list);
3410: WHEN incremental_backflush_failed THEN
3411: ROLLBACK TO SAVEPOINT incremental_backflush;
3412: -- Bug 8639523 - Clear the cache just in case any transactions hit the tree.
3413: inv_quantity_tree_pub.clear_quantity_cache;
3414: gme_common_pvt.count_and_get (x_count => x_message_count
3415: ,p_encoded => fnd_api.g_false
3416: ,x_data => x_message_list);
3417: IF ( NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT ) THEN