DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on MTL_SYSTEM_ITEMS

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

Line 3790: mtl_system_items_kfv msik,

3786: wlrh.label_request_id label_request_id
3787: from wms_label_requests_hist wlrh,
3788: wms_label_formats wlf,
3789: wms_license_plate_numbers wlpn,
3790: mtl_system_items_kfv msik,
3791: mfg_lookups mfglkup1,
3792: mfg_lookups mfglkup2
3793: where wlrh.label_format_id = wlf.label_format_id (+)
3794: and wlrh.lpn_id = wlpn.lpn_id (+)