DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on INV_QUANTITY_TREE_PUB

Line 23: /* Added call to procedure inv_quantity_tree_pub.clear_quantity_cache in the procedure */

19: /* to assess the total unreserved quantity */
20: /* Pawan kumar bug 5294184 */
21: /* add gme_common_pvt.g_rule_based_resv_horizon in auto_detail_batch */
22: /* Swapna K bug: 6665408 28-DEC-2007 */
23: /* Added call to procedure inv_quantity_tree_pub.clear_quantity_cache in the procedure */
24: /* auto_detail_line to clear the quantity cache and recreate it again */
25: /*************************************************************************************************/
26: PROCEDURE get_reservations_msca (
27: p_organization_id IN NUMBER

Line 1977: inv_quantity_tree_pub.clear_quantity_cache;

1973: END IF;
1974:
1975: /* bug: 6665408 Skommine Added call to clear_quantity_cache procedure
1976: to recreate the quantity tree after the reservations are done */
1977: inv_quantity_tree_pub.clear_quantity_cache;
1978:
1979:
1980: IF g_debug <= gme_debug.g_log_statement THEN
1981: gme_debug.put_line ('Exiting api ' || g_pkg_name || '.' || l_api_name);