DBA Data[Home] [Help]

APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_DEPRN_PERIODS

Line 169: fa_deprn_periods fdp

165:
166: Cursor c_get_period_details(x_transaction_id number) is
167: select fdp.period_num
168: from fa_transaction_headers fth,
169: fa_deprn_periods fdp
170: where fth.transaction_header_id= x_transaction_id
171: and fdp.book_type_code = dpr.book
172: and fth.transaction_date_entered
173: between fdp.calendar_period_open_date and nvl(fdp.calendar_period_close_date,sysdate);