DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on INV_QUANTITY_TREE_PUB

Line 248: inv_quantity_tree_pub.clear_quantity_cache;

244: l_mmti_rec_out mtl_transactions_interface%ROWTYPE;
245: BEGIN
246:
247: -- Clearing the quantity cache
248: inv_quantity_tree_pub.clear_quantity_cache;
249:
250: IF (g_debug IS NOT NULL) THEN
251: gme_debug.log_initialize ('MobileCreTxn');
252: END IF;

Line 2609: inv_quantity_tree_pub.clear_quantity_cache;

2605: gme_debug.log_initialize ('MobileQueryQtyTree');
2606: END IF;
2607:
2608: -- Clearing the quantity cache
2609: inv_quantity_tree_pub.clear_quantity_cache;
2610:
2611: if upper(p_revision_control) = 'TRUE' then
2612: l_is_revision_control := TRUE;
2613: end if;

Line 2624: Inv_Quantity_Tree_Pub.Query_Quantities (

2620: else
2621: l_locator_id := p_locator_id;
2622: end if;
2623:
2624: Inv_Quantity_Tree_Pub.Query_Quantities (
2625: p_api_version_number => 1.0,
2626: p_init_msg_lst => fnd_api.g_false,
2627: x_return_status => x_return_status,
2628: x_msg_count => l_msg_count,

Line 2723: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;

2719: l_locator_id := p_locator_id;
2720: END IF;
2721:
2722: -- Clearing the quantity cache
2723: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;
2724:
2725: INV_Quantity_Tree_Grp.Create_Tree
2726: (
2727: p_api_version_number => 1.0