DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_TRANSACTION_HEADERS

Line 1939: from fa_transaction_headers

1935:
1936: /* commenting for bug 3768867
1937: select max(transaction_date_entered)
1938: into x_latest_trans_date
1939: from fa_transaction_headers
1940: where asset_id = p_asset_id
1941: and book_type_code = p_book
1942: and transaction_type_code not in ('REINSTATEMENT','FULL RETIREMENT')
1943: and transaction_type_code not like '%/VOID';

Line 1949: from fa_transaction_headers

1945:
1946: -- added for bug 3768867
1947: select max(transaction_date_entered)
1948: into x_latest_trans_date
1949: from fa_transaction_headers
1950: where asset_id = p_asset_id
1951: and book_type_code = p_book
1952: and transaction_type_code in ('TAX', 'REVALUATION');
1953:

Line 1964: value2 => 'FA_TRANSACTION_HEADERS', p_log_level_rec => p_log_level_rec);

1960: name => 'FA_SHARED_ACTION_TABLE',
1961: token1 => 'ACTION',
1962: value1 => 'SELECT',
1963: token2 => 'TABLE',
1964: value2 => 'FA_TRANSACTION_HEADERS', p_log_level_rec => p_log_level_rec);
1965: return FALSE;
1966:
1967: END get_latest_trans_date;
1968: