DBA Data[Home] [Help]

APPS.FAP_CALCULATE dependencies on FA_CEILINGS

Line 23: from fa_ceilings ce,

19: where ir.itc_amount_id = calc_recoverable_cost.itc_amount_id;
20:
21: select least (rc_no_ceiling, nvl (min (ce.limit), rc_no_ceiling))
22: into recoverable_cost
23: from fa_ceilings ce,
24: fa_ceiling_types ct
25: where ce.ceiling_name =
26: decode (ct.ceiling_type,
27: 'RECOVERABLE COST CEILING',