DBA Data[Home] [Help]

APPS.CSI_INV_TRXS_PKG dependencies on INV_CACHE

Line 2374: l_serial_tagged := inv_cache.get_serial_tagged (

2370:
2371: debug('Is this Item ID: '||l_mtl_item_tbl(i).inventory_item_id||', Depreciable :'||l_depreciable);
2372:
2373: -- See if this Item is Serial Tagged
2374: l_serial_tagged := inv_cache.get_serial_tagged (
2375: p_inventory_item_id => l_mtl_item_tbl(i).inventory_item_id,
2376: p_organization_id => l_mtl_item_tbl(i).organization_id,
2377: p_transaction_type_id => l_mtl_item_tbl(i).transaction_type_id);
2378: -- End Serial Tagging

Line 5244: l_serial_tagged := inv_cache.get_serial_tagged (

5240:
5241: -- Serial Control and if Non Serial all other controls are checked. If this is serial we just set that
5242: -- and exit since the query is just by item/serial
5243:
5244: l_serial_tagged := inv_cache.get_serial_tagged (
5245: p_inventory_item_id => l_mtl_item_tbl(table_index).inventory_item_id,
5246: p_organization_id => l_mtl_item_tbl(table_index).organization_id,
5247: p_transaction_type_id => l_mtl_item_tbl(table_index).transaction_type_id);
5248: