DBA Data[Home] [Help]

APPS.INV_LPN_RESERVATIONS_PVT dependencies on INV_QUANTITY_TREE_PVT

Line 326: inv_quantity_tree_pvt.create_tree(

322: END IF;
323: END IF;
324:
325: -- create the quantity tree
326: inv_quantity_tree_pvt.create_tree(
327: p_api_version_number => 1.0
328: , p_init_msg_lst => fnd_api.g_true
329: , x_return_status => l_return_status
330: , x_msg_count => l_msg_count

Line 334: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode

330: , x_msg_count => l_msg_count
331: , x_msg_data => l_msg_data
332: , p_organization_id => p_organization_id
333: , p_inventory_item_id => p_inventory_item_id
334: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode
335: , p_is_revision_control => l_revision_control
336: , p_is_lot_control => l_lot_control
337: , p_is_serial_control => FALSE
338: , p_asset_sub_only => FALSE

Line 461: inv_quantity_tree_pvt.query_tree(

457: debug_print('Trying to increase the Secondary Rsv Qty by '|| l_increase_secondary); -- INVCONV
458: END IF;
459:
460: --query quantity tree to make sure quantity is available to increase reservations
461: inv_quantity_tree_pvt.query_tree(
462: p_api_version_number => 1.0
463: , p_init_msg_lst => fnd_api.g_true
464: , x_return_status => l_return_status
465: , x_msg_count => l_msg_count

Line 572: inv_quantity_tree_pvt.query_tree(

568: IF (l_debug = 1) THEN
569: debug_print('Reservation doesnt exists');
570: END IF;
571:
572: inv_quantity_tree_pvt.query_tree(
573: p_api_version_number => 1.0
574: , p_init_msg_lst => fnd_api.g_true
575: , x_return_status => l_return_status
576: , x_msg_count => l_msg_count

Line 904: inv_quantity_tree_pvt.clear_quantity_cache;

900: END IF;
901:
902: /*** End R12 }} ***/
903:
904: inv_quantity_tree_pvt.clear_quantity_cache;
905:
906: x_return_status := fnd_api.g_ret_sts_success;
907: EXCEPTION
908: WHEN fnd_api.g_exc_error THEN

Line 1076: inv_quantity_tree_pvt.clear_quantity_cache;

1072:
1073: RAISE fnd_api.g_exc_unexpected_error;
1074: END IF;
1075:
1076: inv_quantity_tree_pvt.clear_quantity_cache;
1077:
1078: x_return_status := fnd_api.g_ret_sts_success;
1079: EXCEPTION
1080: WHEN fnd_api.g_exc_error THEN