DBA Data[Home] [Help]

APPS.FA_AMORT_PVT dependencies on FA_TRX_REFERENCES

Line 11433: from fa_trx_references tr

11429: th.transaction_date_entered),
11430: th.transaction_date_entered) > c_transaction_date_entered)
11431: and th.transaction_header_id <> l_incoming_thid
11432: and not exists (select 'Exclude reclass trx'
11433: from fa_trx_references tr
11434: where tr.member_asset_id = th.asset_id
11435: and tr.member_transaction_header_id = th.transaction_header_id
11436: and tr.book_type_code = p_asset_hdr_rec.book_type_code
11437: and tr.transaction_type = G_TRX_TYPE_GRP_CHG)