DBA Data[Home] [Help]

APPS.INV_RSV_DETAIL_STAGE_PVT dependencies on INV_QUANTITY_TREE_PVT

Line 460: inv_quantity_tree_pvt.create_tree (

456: IF (l_debug = 1) THEN
457: debug_print('Creating tree to get the atr for the given sku ');
458: END IF;
459:
460: inv_quantity_tree_pvt.create_tree (
461: p_api_version_number => 1.0
462: , p_init_msg_lst => fnd_api.g_true
463: , x_return_status => l_return_status
464: , x_msg_count => x_msg_count

Line 468: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode

464: , x_msg_count => x_msg_count
465: , x_msg_data => x_msg_data
466: , p_organization_id => p_rsv_rec.organization_id
467: , p_inventory_item_id => p_rsv_rec.inventory_item_id
468: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode
469: , p_is_revision_control => l_rev_control
470: , p_is_lot_control => l_lot_control
471: , p_is_serial_control => l_ser_control
472: , p_asset_sub_only => FALSE

Line 495: inv_quantity_tree_pvt.query_tree(

491: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
492: RAISE fnd_api.g_exc_unexpected_error;
493: END IF;
494:
495: inv_quantity_tree_pvt.query_tree(
496: p_api_version_number => 1.0
497: , p_init_msg_lst => fnd_api.g_true
498: , x_return_status => l_return_status
499: , x_msg_count => l_msg_count