DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on INV_QUANTITY_TREE_GRP

Line 2821: INV_Quantity_Tree_Grp.Create_Tree

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
2824: , p_init_msg_lst => 'T'
2825: , x_return_status => x_return_status

Line 2908: INV_Quantity_Tree_Grp.Query_Tree(

2904:
2905: x_return_status := FND_API.G_RET_STS_SUCCESS;
2906: x_error_msg := ' ';
2907:
2908: INV_Quantity_Tree_Grp.Query_Tree(
2909: p_api_version_number => 1
2910: , p_init_msg_lst => NULL
2911: , x_return_status => x_return_status
2912: , x_msg_count => l_msg_count

Line 3021: INV_Quantity_Tree_Grp.Update_Quantities(

3017: gme_debug.put_line('Sub = '||p_subinventory_code);
3018: gme_debug.put_line('Locator id = '||p_locator_id);
3019: gme_debug.put_line('revision = '||p_revision);
3020:
3021: INV_Quantity_Tree_Grp.Update_Quantities(
3022: p_api_version_number => 1.0,
3023: p_init_msg_lst => 'T',
3024: x_return_status => x_return_status,
3025: x_msg_count => l_msg_count,