DBA Data[Home] [Help]

APPS.FA_MASSADD_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 611: from fa_distribution_history dh

607: dh.units_assigned,
608: dh.code_combination_id,
609: dh.location_id,
610: dh.assigned_to
611: from fa_distribution_history dh
612: where dh.asset_id = p_add_to_asset_id
613: and dh.book_type_code = p_book_type_code
614: and dh.date_ineffective IS NULL
615: and dh.retirement_id IS NULL;

Line 624: from fa_distribution_history dh

620: dh.units_assigned,
621: dh.code_combination_id,
622: dh.location_id,
623: dh.assigned_to
624: from fa_distribution_history dh
625: where dh.asset_id = p_add_to_asset_id
626: and dh.book_type_code = p_book_type_code
627: and dh.code_combination_id = p_ccid
628: and dh.location_id = p_locid