DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_CEILING_TYPES

Line 2561: from fa_ceiling_types

2557:
2558: if (px_asset_fin_rec_new.ceiling_name is not null) then
2559: select ceiling_type
2560: into l_ceiling_type
2561: from fa_ceiling_types
2562: where ceiling_name = px_asset_fin_rec_new.ceiling_name;
2563: end if;
2564:
2565: if (px_asset_fin_rec_new.itc_amount_id is null) then