DBA Data[Home] [Help]

APPS.FAP_CALCULATE dependencies on FA_CEILINGS

Line 22: from fa_ceilings ce,

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