DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_CEILING_TYPES

Line 3250: from fa_ceiling_types

3246:
3247: if (px_asset_fin_rec_new.ceiling_name is not null) then
3248: select ceiling_type
3249: into l_ceiling_type
3250: from fa_ceiling_types
3251: where ceiling_name = px_asset_fin_rec_new.ceiling_name;
3252: end if;
3253:
3254: if (px_asset_fin_rec_new.itc_amount_id is null) then