DBA Data[Home] [Help]

APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 633: from fa_distribution_history

629:
630: select location_id, code_combination_id
631: into l_asset_dist_rec.location_ccid,
632: l_asset_dist_rec.expense_ccid
633: from fa_distribution_history
634: where asset_id = px_group_asset_rec.asset_id
635: and book_type_code = px_group_asset_rec.book_type_code
636: and date_ineffective is null;
637: