DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on MTL_SYSTEM_ITEMS_B

Line 2391: FROM MTL_SYSTEM_ITEMS_B

2387: Begin
2388: --Bug8329454
2389: SELECT lot_control_code,revision_qty_control_code
2390: INTO l_lot_control_code,l_rev_control_code
2391: FROM MTL_SYSTEM_ITEMS_B
2392: WHERE organization_id = p_organization_id
2393: AND inventory_item_id = p_inventory_item_id;
2394:
2395: Exception