DBA Data[Home] [Help]

APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on PO_LINE_LOCATIONS_ALL

Line 1536: po_line_locations_all plla, wip_operations wo

1532: l_need_by_date,
1533: l_order_type_lookup_code
1534:
1535: from rcv_transactions rct, po_lines_all pla, po_line_types plt,
1536: po_line_locations_all plla, wip_operations wo
1537: where pla.po_header_id (+) = rct.po_header_id
1538: and pla.po_line_id (+) = rct.po_line_id
1539: and rct.po_line_location_id = plla.line_location_id (+)
1540: and pla.line_type_id = plt.line_type_id (+)