DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_TRX_REFERENCES

Line 146: fa_trx_references tr,

142: from fa_transaction_headers th1,
143: fa_transaction_headers th2,
144: fa_book_controls bc,
145: fa_deprn_periods dp,
146: fa_trx_references tr,
147: fa_lookups_tl lk1,
148: fa_lookups_tl lk2,
149: gl_period_statuses ps
150: where tr.rowid between p_start_rowid and p_end_rowid

Line 717: update fa_trx_references trx

713: from dual;
714:
715: -- Update table with event_id
716: FORALL l_count IN 1..l_event_id_tbl.count
717: update fa_trx_references trx
718: set trx.event_id = l_event_id_tbl(l_count)
719: where trx.rowid = l_tr_rowid_tbl(l_count);
720:
721: FORALL l_count IN 1..l_event_id_tbl.count