DBA Data[Home] [Help]

APPS.PAY_NO_EMP_CONT dependencies on FND_FILE

Line 2297: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

2293:
2294: hr_utility.trace('EXEM_LIM ::: set the message = '||hr_utility.get_message );
2295:
2296: -- Put the meassage in the log file
2297: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
2298:
2299: hr_utility.trace('EXEM_LIM ::: put the msg in the log file ');
2300:
2301: -- p_err_text := p_err_text || hr_utility.get_message ;

Line 2350: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

2346: hr_utility.set_message_token (801, 'ORG_NAME', l_org_name);
2347: hr_utility.trace('EXEM_LIM ::: set the message = '||hr_utility.get_message );
2348:
2349: -- Put the meassage in the log file
2350: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
2351: hr_utility.trace('EXEM_LIM ::: put the msg in the log file ');
2352:
2353: -- p_err_text := p_err_text || hr_utility.get_message ;
2354: