DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on FA_DEPRN_PERIODS

Line 58: from fa_transaction_headers th, fa_deprn_periods dp

54:
55: /*Bug# - 9018861 - To Check whether transaction has been created or not.*/
56: CURSOR c_get_trx_id IS
57: select transaction_header_id
58: from fa_transaction_headers th, fa_deprn_periods dp
59: where th.asset_id = l_asset_hdr_rec.asset_id
60: and th.book_type_code = l_asset_hdr_rec.book_type_code
61: and th.transaction_key = 'TG'
62: and th.calling_interface = 'FADEPR'