DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_DISTRIBUTION_HISTORY

Line 1535: from fa_distribution_history fmd

1531: -- for each cokbination run query below
1532: -- check whether the distribution exists for the asset
1533: select count(*)
1534: into v_dist_count2
1535: from fa_distribution_history fmd
1536: , fa_hierarchy_distributions ihd
1537: , fa_additions a
1538: where fmd.asset_id = v_asset_attr_tab(i).asset_id
1539: and fmd.asset_id = a.asset_id