Line 572: select count(*) into h_count from fa_conventions
568:
569: if argument14 is not null then
570:
571: h_count := 0; 572: select count(*) into h_count from fa_conventions 573: where prorate_convention_code = argument14 and rownum < 2;
574:
575: if h_count = 0 then
576: fnd_message.set_name('OFA','FA_WHATIF_NO_CONVENTION');