DBA Data[Home] [Help]

APPS.FA_MASSADD_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 644: from fa_distribution_history dh

640: dh.units_assigned,
641: dh.code_combination_id,
642: dh.location_id,
643: dh.assigned_to
644: from fa_distribution_history dh
645: where dh.asset_id = p_add_to_asset_id
646: and dh.book_type_code = p_book_type_code
647: and dh.date_ineffective IS NULL
648: and dh.retirement_id IS NULL;

Line 657: from fa_distribution_history dh

653: dh.units_assigned,
654: dh.code_combination_id,
655: dh.location_id,
656: dh.assigned_to
657: from fa_distribution_history dh
658: where dh.asset_id = p_add_to_asset_id
659: and dh.book_type_code = p_book_type_code
660: and dh.code_combination_id = p_ccid
661: and dh.location_id = p_locid