DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on HR_OPERATING_UNITS

Line 271: hr_operating_units hou --RLNAGARA B5018797

267: mtl_parameters so,
268: rcv_shipment_lines sl,
269: po_headers_all po,
270: rcv_shipment_headers sh,
271: hr_operating_units hou --RLNAGARA B5018797
272: WHERE rt.TRANSACTION_ID = l_event_key
273: AND rt.shipment_header_id = sl.shipment_header_id
274: AND rt.shipment_line_id = sl.shipment_line_id
275: AND sl.item_id = im.inventory_item_id

Line 322: hr_operating_units hou --RLNAGARA B5018797

318: mtl_parameters so,
319: rcv_shipment_lines sl,
320: po_headers_all po,
321: rcv_shipment_headers sh,
322: hr_operating_units hou --RLNAGARA B5018797
323: WHERE rt.TRANSACTION_ID = l_trans_id
324: AND rt.shipment_header_id = sl.shipment_header_id
325: AND rt.shipment_line_id = sl.shipment_line_id
326: AND sl.item_id = im.inventory_item_id

Line 399: hr_operating_units hou

395: po_headers_all po,
396: rcv_shipment_headers sh,
397: rcv_lot_transactions tran,
398: mtl_lot_numbers lot,
399: hr_operating_units hou
400: WHERE rt.TRANSACTION_ID = p_trans_id
401: AND rt.shipment_header_id = sl.shipment_header_id
402: AND rt.shipment_line_id = sl.shipment_line_id
403: AND sl.item_id = im.inventory_item_id