DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_CONVENTIONS

Line 598: select count(*) into h_count from fa_conventions

594:
595: if argument14 is not null then
596:
597: h_count := 0;
598: select count(*) into h_count from fa_conventions
599: where prorate_convention_code = argument14 and rownum < 2;
600:
601: if h_count = 0 then
602: fnd_message.set_name('OFA','FA_WHATIF_NO_CONVENTION');