DBA Data[Home] [Help]

APPS.FA_SHORT_TAX_YEARS_PKG dependencies on FA_TRANSACTION_HEADERS

Line 65: from fa_transaction_headers th

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