DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_TRANSACTION_HEADERS

Line 1045: from fa_transaction_headers th,

1041:
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'