DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_TRANSACTION_HEADERS

Line 1868: from fa_transaction_headers

1864:
1865: /* commenting for bug 3768867
1866: select max(transaction_date_entered)
1867: into x_latest_trans_date
1868: from fa_transaction_headers
1869: where asset_id = p_asset_id
1870: and book_type_code = p_book
1871: and transaction_type_code not in ('REINSTATEMENT','FULL RETIREMENT')
1872: and transaction_type_code not like '%/VOID';

Line 1878: from fa_transaction_headers

1874:
1875: -- added for bug 3768867
1876: select max(transaction_date_entered)
1877: into x_latest_trans_date
1878: from fa_transaction_headers
1879: where asset_id = p_asset_id
1880: and book_type_code = p_book
1881: and transaction_type_code in ('TAX', 'REVALUATION');
1882:

Line 1893: value2 => 'FA_TRANSACTION_HEADERS'

1889: name => 'FA_SHARED_ACTION_TABLE',
1890: token1 => 'ACTION',
1891: value1 => 'SELECT',
1892: token2 => 'TABLE',
1893: value2 => 'FA_TRANSACTION_HEADERS'
1894: ,p_log_level_rec => p_log_level_rec);
1895: return FALSE;
1896:
1897: END get_latest_trans_date;