DBA Data[Home] [Help]

APPS.FA_SHORT_TAX_YEARS_PKG dependencies on FA_TRANSACTION_HEADERS

Line 64: from fa_transaction_headers th

60:
61: -- Bug4169773
62: Cursor c_get_trx_date is
63: select cp.start_date trx_date
64: from fa_transaction_headers th
65: , fa_calendar_periods cp
66: where th.asset_id = X_Asset_Id
67: and th.book_type_code = X_Book_Type_Code
68: and cp.calendar_type = h_calendar_type