DBA Data[Home] [Help]

APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_DEPRN_PERIODS

Line 180: fa_deprn_periods fdp

176:
177: Cursor c_get_period_details(x_transaction_id number) is
178: select fdp.period_num
179: from fa_transaction_headers fth,
180: fa_deprn_periods fdp
181: where fth.transaction_header_id= x_transaction_id
182: and fdp.book_type_code = dpr.book
183: and fth.transaction_date_entered
184: between fdp.calendar_period_open_date and nvl(fdp.calendar_period_close_date,sysdate);