DBA Data[Home] [Help]

APPS.POA_EDW_SUP_PERF_F_C dependencies on RCV_TRANSACTIONS

Line 580: from rcv_transactions rcv, po_line_locations_all pll

576: BEGIN
577:
578: insert into poa_edw_sup_perf_inc(primary_key, seq_id)
579: select rcv.po_line_location_id, p_seq_id
580: from rcv_transactions rcv, po_line_locations_all pll
581: where rcv.po_line_location_id = pll.line_location_id
582: and rcv.last_update_date between g_push_from_date and
583: g_push_to_date
584: group by rcv.po_line_location_id