DBA Data[Home] [Help]

APPS.POA_EDW_RCV_TXNS_F_C dependencies on RCV_TRANSACTIONS

Line 373: Here RCV_TRANSACTIONS is the base table for the fact */

369: edw_log.put_line( 'Updated ' || p_count || ' records');
370:
371: /* Currently, 2 tables are considered for last_update_date; we may
372: need to pick more/less tables for this (DEBUG).
373: Here RCV_TRANSACTIONS is the base table for the fact */
374:
375: INSERT INTO poa_edw_rcv_txns_inc(primary_key, seq_id)
376: SELECT rcv.transaction_id, l_seq_id
377: FROM RCV_SHIPMENT_LINES rsl,

Line 378: RCV_TRANSACTIONS rcv

374:
375: INSERT INTO poa_edw_rcv_txns_inc(primary_key, seq_id)
376: SELECT rcv.transaction_id, l_seq_id
377: FROM RCV_SHIPMENT_LINES rsl,
378: RCV_TRANSACTIONS rcv
379: WHERE rcv.SHIPMENT_LINE_ID = rsl.SHIPMENT_LINE_ID
380: AND greatest(rcv.last_update_date,
381: rsl.last_update_date)
382: between g_push_from_date and g_push_to_date;

Line 444: RCV_TRANSACTIONS RCV,

440: Collection_Status
441: from POA_EDW_RCV_TXNS_FSTG
442: where COLLECTION_STATUS = 'RATE NOT AVAILABLE' OR
443: COLLECTION_STATUS = 'INVALID CURRENCY') fstg,
444: RCV_TRANSACTIONS RCV,
445: PO_LINE_LOCATIONS_ALL PLL,
446: PO_HEADERS_ALL POH,
447: GL_SETS_OF_BOOKS GSOB,
448: FINANCIALS_SYSTEM_PARAMS_ALL FSP