DBA Data[Home] [Help]

APPS.IGF_AW_COA_CALC dependencies on IGF_AW_PACKNG_SUBFNS

Line 1882: IF igf_aw_packng_subfns.is_over_award_occured(p_base_id) THEN

1878: END IF;
1879:
1880: print_output_file(p_base_id);
1881:
1882: IF igf_aw_packng_subfns.is_over_award_occured(p_base_id) THEN
1883: fnd_message.set_name('IGF','IGF_AW_COA_RSLT_OVERAWD');
1884: fnd_message.set_token('OVER_AWD_AMT',overaward_amount(p_base_id));
1885: fnd_file.put_line(fnd_file.log,RPAD(' ',10) || fnd_message.get);
1886: END IF;