DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on INV_QUANTITY_TREE_PVT

Line 482: inv_quantity_tree_pvt.create_tree

478: IF (g_debug <= gme_debug.g_log_statement) THEN
479: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Need to assess ATR level so invoke create tree');
480: END IF;
481:
482: inv_quantity_tree_pvt.create_tree
483: (
484: p_api_version_number => 1.0
485: , p_init_msg_lst => fnd_api.g_true
486: , x_return_status => l_return_status

Line 491: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode

487: , x_msg_count => x_msg_count
488: , x_msg_data => x_msg_data
489: , p_organization_id => l_so_line_rec.ship_from_org_id
490: , p_inventory_item_id => l_so_line_rec.inventory_item_id
491: , p_tree_mode => inv_quantity_tree_pvt.g_reservation_mode
492: , p_is_revision_control => l_is_revision_control
493: , p_is_lot_control => l_is_lot_control
494: , p_is_serial_control => l_is_serial_control
495: , p_asset_sub_only => FALSE

Line 521: inv_quantity_tree_pvt.query_tree(

517:
518: IF (g_debug <= gme_debug.g_log_statement) THEN
519: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Query tree for ATR next ');
520: END IF;
521: inv_quantity_tree_pvt.query_tree(
522: p_api_version_number => 1.0
523: , p_init_msg_lst => fnd_api.g_true
524: , x_return_status => l_return_status
525: , x_msg_count => l_msg_count