DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 1221: from mtl_system_items_b

1217:
1218: Begin
1219: Select serial_number_control_code
1220: into l_item_srl_code
1221: from mtl_system_items_b
1222: where inventory_item_id = l_txn_line_dtl_rec.inventory_item_id
1223: and organization_id = l_dest_location_rec.inv_organization_id;--l_txn_line_dtl_rec.inv_organization_id;
1224: -- bug 3230999. since OM is always passing master inv.
1225: Exception when others Then