DBA Data[Home] [Help]

APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_DEPRN_PERIODS

Line 602: from fa_deprn_periods

598: and asset_id = px_group_asset_rec.asset_id;
599: end loop;
600: select CALENDAR_PERIOD_OPEN_DATE
601: into l_CALENDAR_PERIOD_OPEN_DATE
602: from fa_deprn_periods
603: where period_close_date is null
604: and book_type_code = px_group_asset_rec.book_type_code;
605:
606: if (l_temp > 1) then