DBA Data[Home] [Help]

APPS.FAP_CALCULATE dependencies on FA_CEILING_TYPES

Line 24: fa_ceiling_types ct

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