DBA Data[Home] [Help]

APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on PO_LINE_LOCATIONS_ALL

Line 1605: po_line_locations_all plla, wip_operations wo

1601: l_need_by_date,
1602: l_order_type_lookup_code
1603:
1604: from rcv_transactions rct, po_lines_all pla, po_line_types plt,
1605: po_line_locations_all plla, wip_operations wo
1606: where pla.po_header_id (+) = rct.po_header_id
1607: and pla.po_line_id (+) = rct.po_line_id
1608: and rct.po_line_location_id = plla.line_location_id (+)
1609: and pla.line_type_id = plt.line_type_id (+)