DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on INV_QUANTITY_TREE_PUB

Line 4567: || 'Calling inv_quantity_tree_pub.clear_quantity_cache. p_table is MMTT');

4563: ( g_pkg_name
4564: || '.'
4565: || l_api_name
4566: || ':'
4567: || 'Calling inv_quantity_tree_pub.clear_quantity_cache. p_table is MMTT');
4568: END IF;
4569: inv_quantity_tree_pub.clear_quantity_cache;
4570: END IF;
4571:

Line 4569: inv_quantity_tree_pub.clear_quantity_cache;

4565: || l_api_name
4566: || ':'
4567: || 'Calling inv_quantity_tree_pub.clear_quantity_cache. p_table is MMTT');
4568: END IF;
4569: inv_quantity_tree_pub.clear_quantity_cache;
4570: END IF;
4571:
4572: IF (NVL (g_debug, 0) = gme_debug.g_log_statement) THEN
4573: gme_debug.put_line

Line 4858: || 'Calling Inv_Quantity_Tree_Pub.clear_quantity_cache');

4854: ( g_pkg_name
4855: || '.'
4856: || l_api_name
4857: || ':'
4858: || 'Calling Inv_Quantity_Tree_Pub.clear_quantity_cache');
4859: END IF;
4860:
4861: inv_quantity_tree_pub.clear_quantity_cache;
4862: END IF;

Line 4861: inv_quantity_tree_pub.clear_quantity_cache;

4857: || ':'
4858: || 'Calling Inv_Quantity_Tree_Pub.clear_quantity_cache');
4859: END IF;
4860:
4861: inv_quantity_tree_pub.clear_quantity_cache;
4862: END IF;
4863:
4864: gme_common_pvt.reset_txn_hdr_tbl; -- nsinghi bug#5176319
4865:

Line 5003: || 'Calling Inv_Quantity_Tree_Pub.Query_Quantities');

4999: gme_debug.put_line ( g_pkg_name
5000: || '.'
5001: || l_api_name
5002: || ':'
5003: || 'Calling Inv_Quantity_Tree_Pub.Query_Quantities');
5004: gme_debug.put_line ( g_pkg_name
5005: || '.'
5006: || l_api_name
5007: || ':'

Line 5065: -- inv_quantity_tree_pub.clear_quantity_cache;

5061:
5062: -- Bug 7385309
5063: -- Clear cache before querying quantity tree.
5064: -- Bug 7626742 - Backout fix from 7385309 - Do not clear the cache.
5065: -- inv_quantity_tree_pub.clear_quantity_cache;
5066: inv_quantity_tree_pub.query_quantities
5067: (p_api_version_number => p_api_version_number
5068: ,p_init_msg_lst => p_init_msg_lst
5069: ,x_return_status => x_return_status

Line 5066: inv_quantity_tree_pub.query_quantities

5062: -- Bug 7385309
5063: -- Clear cache before querying quantity tree.
5064: -- Bug 7626742 - Backout fix from 7385309 - Do not clear the cache.
5065: -- inv_quantity_tree_pub.clear_quantity_cache;
5066: inv_quantity_tree_pub.query_quantities
5067: (p_api_version_number => p_api_version_number
5068: ,p_init_msg_lst => p_init_msg_lst
5069: ,x_return_status => x_return_status
5070: ,x_msg_count => x_msg_count

Line 5242: || 'Calling Inv_Quantity_Tree_Pub.Update_Quantities');

5238: ( g_pkg_name
5239: || '.'
5240: || l_api_name
5241: || ':'
5242: || 'Calling Inv_Quantity_Tree_Pub.Update_Quantities');
5243: gme_debug.put_line ( g_pkg_name
5244: || '.'
5245: || l_api_name
5246: || ':'

Line 5318: inv_quantity_tree_pub.update_quantities

5314: || 'Secondary Quantity = '
5315: || p_secondary_quantity);
5316: END IF;
5317:
5318: inv_quantity_tree_pub.update_quantities
5319: (p_api_version_number => p_api_version_number
5320: ,p_init_msg_lst => p_init_msg_lst
5321: ,x_return_status => x_return_status
5322: ,x_msg_count => x_msg_count