DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FA_BOOKS

Line 292: fa_books bk

288: ti.prior_adjusted_rate,
289: ti.prior_life_in_months,
290: ti.prior_deprn_limit_type -- Changes made as per the ER No.s 6606548 and 6606552 by Vkukutam End
291: from fa_tax_interface ti,
292: fa_books bk
293: where ti.book_type_code = p_book_type_code
294: and ti.posting_status = 'POST'
295: and ti.tax_request_id = p_parent_request_id
296: and ti.worker_id = p_request_number

Line 1144: fa_books bk

1140: nvl(tax.group_asset_id,
1141: bk.group_asset_id)
1142: from fa_tax_interface tax,
1143: fa_additions_b ad,
1144: fa_books bk
1145: where tax.book_type_code = p_book_type_code
1146: and tax.posting_status = 'POST'
1147: and tax.asset_number = ad.asset_number
1148: and bk.asset_id = ad.asset_id