DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on MTL_SYSTEM_ITEMS_B

Line 2464: From mtl_system_items_b t

2460:
2461: l_more := l_compObj.getcurrentitem(l_cur_item);
2462:
2463: select decode(t.revision_qty_control_code, 2, 'T', 'F') into l_rev_code
2464: From mtl_system_items_b t
2465: Where t.inventory_item_id = l_lotItemsRecords.inventory_item_id
2466: and t.organization_id = l_lotItemsRecords.organization_id;
2467:
2468: if ( l_rev_code = 'T' ) then