DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 1193: from mtl_system_items_b

1189:
1190: Begin
1191: Select serial_number_control_code
1192: into l_item_srl_code
1193: from mtl_system_items_b
1194: where inventory_item_id = l_txn_line_dtl_rec.inventory_item_id
1195: and organization_id = l_dest_location_rec.inv_organization_id;--l_txn_line_dtl_rec.inv_organization_id;
1196: -- bug 3230999. since OM is always passing master inv.
1197: Exception when others Then