DBA Data[Home] [Help]

APPS.PAY_US_ER_REARCH dependencies on FND_FILE

Line 182: fnd_file.put_line(fnd_file.output,employer_rearch_header('CSV'));

178: hr_utility.trace(' l_gre_name = '||l_gre_name);
179:
180: l_year := substr(p_year,1,4);
181:
182: fnd_file.put_line(fnd_file.output,employer_rearch_header('CSV'));
183:
184: IF p_fed_state = 'Federal' THEN
185:
186: hr_utility.trace('Federal. p_fed_state = '||p_fed_state);

Line 500: fnd_file.put_line(fnd_file.output,employer_rearch_data(

496:
497:
498: END IF;
499:
500: fnd_file.put_line(fnd_file.output,employer_rearch_data(
501: l_year,
502: l_gre_name,
503: p_federal_state,
504: l_item_name,