DBA Data[Home] [Help]

APPS.GME_MOBILE_RSRV dependencies on INV_QUANTITY_TREE_PUB

Line 372: inv_quantity_tree_pub.clear_quantity_cache;

368: BEGIN
369:
370:
371: -- Clearing the quantity cache
372: inv_quantity_tree_pub.clear_quantity_cache;
373:
374:
375: if upper(p_revision_control) = 'TRUE' then
376: l_is_revision_control := TRUE;

Line 388: Inv_Quantity_Tree_Pub.Query_Quantities (

384: else
385: l_locator_id := p_locator_id;
386: end if;
387:
388: Inv_Quantity_Tree_Pub.Query_Quantities (
389: p_api_version_number => 1.0,
390: p_init_msg_lst => fnd_api.g_false,
391: x_return_status => l_return_status,
392: x_msg_count => l_msg_count,

Line 508: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;

504: l_primary_qty := p_primary_qty * -1;
505: l_secondary_qty := p_secondary_qty * -1;
506:
507: -- Clearing the quantity cache
508: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;
509:
510:
511: INV_Quantity_Tree_Grp.Create_Tree
512: (

Line 955: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;

951: gme_debug.put_line('Date = '||p_requirement_date);
952: END IF;
953:
954: -- Clearing the quantity cache
955: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;
956:
957: GME_RESERVATIONS_PVT.update_reservation(
958: p_reservation_id => p_reservation_id,
959: p_revision => p_revision,