DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_TRANSACTION_HEADERS

Line 1039: from fa_transaction_headers th,

1035:
1036: -- Check that only one prior period transfer is allowed
1037: select count(*)
1038: into l_check_prior_period
1039: from fa_transaction_headers th,
1040: fa_deprn_periods fadp
1041: where th.asset_id = p_from_asset_id
1042: and th.book_type_Code = p_book_type_code
1043: and th.transaction_type_code = 'TRANSFER'