DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on INV_QUANTITY_TREE_GRP

Line 2725: INV_Quantity_Tree_Grp.Create_Tree

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
2728: , p_init_msg_lst => 'T'
2729: , x_return_status => x_return_status

Line 2812: INV_Quantity_Tree_Grp.Query_Tree(

2808:
2809: x_return_status := FND_API.G_RET_STS_SUCCESS;
2810: x_error_msg := ' ';
2811:
2812: INV_Quantity_Tree_Grp.Query_Tree(
2813: p_api_version_number => 1
2814: , p_init_msg_lst => NULL
2815: , x_return_status => x_return_status
2816: , x_msg_count => l_msg_count

Line 2925: INV_Quantity_Tree_Grp.Update_Quantities(

2921: gme_debug.put_line('Sub = '||p_subinventory_code);
2922: gme_debug.put_line('Locator id = '||p_locator_id);
2923: gme_debug.put_line('revision = '||p_revision);
2924:
2925: INV_Quantity_Tree_Grp.Update_Quantities(
2926: p_api_version_number => 1.0,
2927: p_init_msg_lst => 'T',
2928: x_return_status => x_return_status,
2929: x_msg_count => l_msg_count,