DBA Data[Home] [Help]

APPS.GME_LPN_MOBILE_TXN dependencies on INV_QUANTITY_TREE_PUB

Line 210: inv_quantity_tree_pub.clear_quantity_cache;

206: l_mmti_rec_out mtl_transactions_interface%ROWTYPE;
207: BEGIN
208:
209: -- Clearing the quantity cache
210: inv_quantity_tree_pub.clear_quantity_cache;
211:
212: IF (g_debug IS NOT NULL) THEN
213: gme_debug.log_initialize ('MobileCreTxn');
214: END IF;