DBA Data[Home] [Help]

APPS.FAP_CALCULATE dependencies on FA_CEILING_TYPES

Line 23: fa_ceiling_types ct

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',
27: calc_recoverable_cost.ceiling_name,