DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_ADDITIONS_B

Line 4656: fa_additions_b ad

4652: fa_deprn_periods dp,
4653: gl_period_statuses ps,
4654: fa_lookups_tl lk,
4655: fa_asset_history ah,
4656: fa_additions_b ad
4657: where th.rowid between p_start_rowid and p_end_rowid
4658: and th.member_transaction_header_id is null
4659: and (th.event_id is null or th.event_id in (-2,-3)) -- Bug 6811554
4660: and ps.application_id = 101

Line 4756: fa_additions_b ad

4752: fa_book_controls bc,
4753: fa_deprn_periods dp,
4754: gl_period_statuses ps,
4755: fa_lookups_tl lk,
4756: fa_additions_b ad
4757: where th.rowid between p_start_rowid and p_end_rowid
4758: and th.member_transaction_header_id is null
4759: and (th.event_id is null or th.event_id in (-2,-3)) -- Bug 6811554
4760: and ps.application_id = 101