DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_DISTRIBUTION_HISTORY

Line 1524: from fa_distribution_history fmd

1520: -- for each cokbination run query below
1521: -- check whether the distribution exists for the asset
1522: select count(*)
1523: into v_dist_count2
1524: from fa_distribution_history fmd
1525: , fa_hierarchy_distributions ihd
1526: , fa_additions a
1527: where fmd.asset_id = v_asset_attr_tab(i).asset_id
1528: and fmd.asset_id = a.asset_id