DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PVT dependencies on INV_QUANTITY_TREE_PUB

Line 154: --inv_quantity_tree_pub.clear_quantity_cache;

150: L_api_return_status VARCHAR2(1);
151: BEGIN
152:
153: -- Clearing the quantity cache
154: --inv_quantity_tree_pub.clear_quantity_cache;
155:
156: -- Call quantity tree to obtain the quantity available to transact
157: INV_Quantity_Tree_PUB.Query_Quantities
158: (

Line 157: INV_Quantity_Tree_PUB.Query_Quantities

153: -- Clearing the quantity cache
154: --inv_quantity_tree_pub.clear_quantity_cache;
155:
156: -- Call quantity tree to obtain the quantity available to transact
157: INV_Quantity_Tree_PUB.Query_Quantities
158: (
159: p_api_version_number => 1.0
160: , p_init_msg_lst => fnd_api.g_false
161: , x_return_status => L_api_return_status

Line 166: , p_tree_mode => INV_Quantity_Tree_PUB.g_transaction_mode

162: , x_msg_count => x_msg_count
163: , x_msg_data => x_msg_data
164: , p_organization_id => p_organization_id
165: , p_inventory_item_id => p_inventory_item_id
166: , p_tree_mode => INV_Quantity_Tree_PUB.g_transaction_mode
167: , p_is_revision_control => FALSE
168: , p_is_lot_control => FALSE
169: , p_is_serial_control => FALSE
170: , p_revision => NULL