DBA Data[Home] [Help]

APPS.FLM_LOGICAL_KANBAN dependencies on INV_QUANTITY_TREE_PVT

Line 143: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,

139:
140: inv_quantity_tree_pub.query_quantities(
141: p_api_version_number => 1.0,
142: p_init_msg_lst => 'T',
143: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
144: p_organization_id => pull_seq_rec.organization_id,
145: p_inventory_item_id => pull_seq_rec.inventory_item_id,
146: p_tree_mode => inv_quantity_tree_pvt.g_transaction_mode,
147: p_is_revision_control => pull_seq_rec.revision_qty_control_code = 2 ,

Line 146: p_tree_mode => inv_quantity_tree_pvt.g_transaction_mode,

142: p_init_msg_lst => 'T',
143: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
144: p_organization_id => pull_seq_rec.organization_id,
145: p_inventory_item_id => pull_seq_rec.inventory_item_id,
146: p_tree_mode => inv_quantity_tree_pvt.g_transaction_mode,
147: p_is_revision_control => pull_seq_rec.revision_qty_control_code = 2 ,
148: p_is_lot_control => pull_seq_rec.lot_control_code = 2 ,
149: p_is_serial_control => pull_seq_rec.serial_number_control_code = 2 or pull_seq_rec.serial_number_control_code = 5,
150: p_revision => null,