DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_FLAT_RATES

Line 533: select count(*) into h_count from fa_methods m, fa_flat_rates r

529:
530: h_adj_rate := to_number(argument13) / 100;
531:
532: h_count := 0;
533: select count(*) into h_count from fa_methods m, fa_flat_rates r
534: where m.method_code = argument11
535: and m.method_id = r.method_id
536: and r.adjusted_rate = h_adj_rate and rownum < 2;
537: