DBA Data[Home] [Help]

APPS.FA_CDE_PKG dependencies on FA_RATES

Line 91: FROM fa_rates

87: begin <>
88:
89: SELECT rate
90: INTO X_rate
91: FROM fa_rates
92: WHERE method_id = X_method_id
93: AND year = X_year_of_life
94: AND period_placed_in_service = X_prorate_period;
95:

Line 1978: -- Get rate from FA_RATES table --

1974:
1975: elsif (dpr_cur_fy_flag and
1976: table_rate_src_flag and
1977: not after_eol_fy_flag) then
1978: -- Get rate from FA_RATES table --
1979:
1980: if not faxgtr(method_id
1981: , fyctr - prorate_year_pcal_begin + 1
1982: , prorate_period_pcal_begin