DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on HR_OPERATING_UNITS

Line 240: hr_operating_units hou --RLNAGARA B5018797

236: mtl_parameters so,
237: rcv_shipment_lines sl,
238: po_headers_all po ,
239: rcv_shipment_headers sh,
240: hr_operating_units hou --RLNAGARA B5018797
241: WHERE rt.TRANSACTION_ID = l_event_key
242: AND rt.shipment_header_id = sl.shipment_header_id
243: AND rt.shipment_line_id = sl.shipment_line_id
244: AND sl.item_id = im.inventory_item_id

Line 301: hr_operating_units hou

297: po_headers_all po ,
298: rcv_shipment_headers sh ,
299: rcv_lot_transactions tran ,
300: mtl_lot_numbers lot,
301: hr_operating_units hou
302: WHERE rt.TRANSACTION_ID = p_trans_id
303: AND rt.shipment_header_id = sl.shipment_header_id
304: AND rt.shipment_line_id = sl.shipment_line_id
305: AND sl.item_id = im.inventory_item_id