DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_FLAT_RATES

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

555:
556: h_adj_rate := fnd_number.canonical_to_number(argument13) / 100; /*12934676 This will take care of current territory*/
557:
558: h_count := 0;
559: select count(*) into h_count from fa_methods m, fa_flat_rates r
560: where m.method_code = argument11
561: and m.method_id = r.method_id
562: and r.adjusted_rate = h_adj_rate and rownum < 2;
563: