DBA Data[Home] [Help]

APPS.INV_DIAG_GRP dependencies on INV_QUANTITY_TREE_PUB

Line 53: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683

49: * Removed the reference to "apps." to eliminate "INV_DIAG_GRP objects invalid"
50: * error during a POST upgrade from 11.5.10.2 to 12.1.3
51: */
52:
53: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683
54: p_api_version_number => 1.0
55: , p_init_msg_lst => fnd_api.g_false -- BUG 12846683
56: , x_return_status => L_api_return_status
57: , x_msg_count => l_msg_count

Line 61: , p_tree_mode => INV_Quantity_Tree_PUB.g_transaction_mode -- BUG 12846683

57: , x_msg_count => l_msg_count
58: , x_msg_data => l_msg_data
59: , p_organization_id => p_organization_id
60: , p_inventory_item_id => p_inventory_item_id
61: , p_tree_mode => INV_Quantity_Tree_PUB.g_transaction_mode -- BUG 12846683
62: , p_onhand_source => NULL
63: , p_is_revision_control=> is_revision_control
64: , p_is_lot_control => FALSE
65: , p_is_serial_control => FALSE

Line 131: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683

127: else
128: locator_id:=p_locator_id;
129: end if;
130:
131: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683
132: p_api_version_number => 1.0
133: , p_init_msg_lst => fnd_api.g_false -- BUG 12846683
134: , x_return_status => L_api_return_status
135: , x_msg_count => l_msg_count

Line 139: , p_tree_mode => INV_Quantity_Tree_PUB.g_transaction_mode -- BUG 12846683

135: , x_msg_count => l_msg_count
136: , x_msg_data => l_msg_data
137: , p_organization_id => p_organization_id
138: , p_inventory_item_id => p_inventory_item_id
139: , p_tree_mode => INV_Quantity_Tree_PUB.g_transaction_mode -- BUG 12846683
140: , p_onhand_source => NULL
141: , p_is_revision_control=> is_revision_control
142: , p_is_lot_control => FALSE
143: , p_is_serial_control => FALSE