DBA Data[Home] [Help]

APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on RCV_TRANSACTIONS

Line 1535: from rcv_transactions rct, po_lines_all pla, po_line_types plt,

1531: l_item_description,
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 (+)