DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_DEPRN_PERIODS

Line 1046: fa_deprn_periods fadp

1042: -- Check that only one prior period transfer is allowed
1043: select count(*)
1044: into l_check_prior_period
1045: from fa_transaction_headers th,
1046: fa_deprn_periods fadp
1047: where th.asset_id = p_from_asset_id
1048: and th.book_type_Code = p_book_type_code
1049: and th.transaction_type_code = 'TRANSFER'
1050: and th.transaction_date_entered < fadp.calendar_period_open_date