DBA Data[Home] [Help]

APPS.FA_FIN_ADJ1_PKG dependencies on FA_TRANSACTION_HEADERS

Line 374: FROM fa_transaction_headers th,

370: and fy.fiscal_year = bc.current_fiscal_year;
371:
372: CURSOR cbachand_part_ret IS
373: SELECT 'Y'
374: FROM fa_transaction_headers th,
375: fa_book_controls bc,
376: fa_deprn_periods dp
377: WHERE th.book_type_code = bks_book_type_code
378: AND th.book_type_code = bc.book_type_code

Line 731: fa_transaction_headers th,

727:
728: cursor adjustment_reqd_flag is
729: select 'Y'
730: from fa_books bk,
731: fa_transaction_headers th,
732: fa_deprn_summary ds
733: where bk.rowid = bks_row_id
734: and bks_depreciate_flag = 'YES'
735: and bk.depreciate_flag = 'NO'