DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_LINE_UTIL dependencies on HR_OPERATING_UNITS

Line 2650: , hr_operating_units h

2646: IS
2647: Select h.order_number, d.line_number, d.schedule_ship_date,h.name
2648: From oe_order_headers_all h
2649: , oe_order_lines_all d
2650: , hr_operating_units h
2651: Where h.header_id = d.header_id
2652: and h.organization_id = d.org_id
2653: and d.line_id = p_source_line_id;
2654: