DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on INV_QUANTITY_TREE_PVT

Line 445: inv_quantity_tree_pvt.create_tree

441: IF (g_debug <= gme_debug.g_log_statement) THEN
442: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Need to assess ATR level so invoke create tree');
443: END IF;
444:
445: inv_quantity_tree_pvt.create_tree
446: (
447: p_api_version_number => 1.0
448: , p_init_msg_lst => fnd_api.g_true
449: , x_return_status => l_return_status

Line 454: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode

450: , x_msg_count => x_msg_count
451: , x_msg_data => x_msg_data
452: , p_organization_id => l_so_line_rec.ship_from_org_id
453: , p_inventory_item_id => l_so_line_rec.inventory_item_id
454: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode
455: , p_is_revision_control => l_is_revision_control
456: , p_is_lot_control => l_is_lot_control
457: , p_is_serial_control => l_is_serial_control
458: , p_asset_sub_only => FALSE

Line 484: inv_quantity_tree_pvt.query_tree(

480:
481: IF (g_debug <= gme_debug.g_log_statement) THEN
482: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Query tree for ATR next ');
483: END IF;
484: inv_quantity_tree_pvt.query_tree(
485: p_api_version_number => 1.0
486: , p_init_msg_lst => fnd_api.g_true
487: , x_return_status => l_return_status
488: , x_msg_count => l_msg_count