DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on INV_QUANTITY_TREE_PUB

Line 326: inv_quantity_tree_pub.clear_quantity_cache;

322: l_lpn_id NUMBER;
323: BEGIN
324:
325: -- Clearing the quantity cache
326: inv_quantity_tree_pub.clear_quantity_cache;
327:
328: IF (g_debug IS NOT NULL) THEN
329: gme_debug.log_initialize ('MobileCreTxn');
330: END IF;

Line 2705: inv_quantity_tree_pub.clear_quantity_cache;

2701: gme_debug.log_initialize ('MobileQueryQtyTree');
2702: END IF;
2703:
2704: -- Clearing the quantity cache
2705: inv_quantity_tree_pub.clear_quantity_cache;
2706:
2707: if upper(p_revision_control) = 'TRUE' then
2708: l_is_revision_control := TRUE;
2709: end if;

Line 2720: Inv_Quantity_Tree_Pub.Query_Quantities (

2716: else
2717: l_locator_id := p_locator_id;
2718: end if;
2719:
2720: Inv_Quantity_Tree_Pub.Query_Quantities (
2721: p_api_version_number => 1.0,
2722: p_init_msg_lst => fnd_api.g_false,
2723: x_return_status => x_return_status,
2724: x_msg_count => l_msg_count,

Line 2819: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;

2815: l_locator_id := p_locator_id;
2816: END IF;
2817:
2818: -- Clearing the quantity cache
2819: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;
2820:
2821: INV_Quantity_Tree_Grp.Create_Tree
2822: (
2823: p_api_version_number => 1.0