DBA Data[Home] [Help]

APPS.PER_HU_ABS_REP_ARCHIVE_PKG dependencies on FND_FILE

Line 181: fnd_file.put_line(fnd_file.log,fnd_message.get_string('PER'

177: IF csr_utv_check%NOTFOUND THEN
178: --
179: sqlstr := 'SELECT 1 FROM dual WHERE to_char(:payroll_action_id) = dummy';
180: -- Message to written to log file.
181: fnd_file.put_line(fnd_file.log,fnd_message.get_string('PER'
182: ,'HR_HU_ABS_REP_UDT_VALUE'));
183: --
184: ELSE
185: --

Line 917: fnd_file.put_line(fnd_file.log,substr(csr_rec.full_name,1,30)

913: , p_action_information19 => l_normal_holiday_total
914: , p_action_information20 => fnd_date.date_to_displaydate(g_reporting_date)
915: , p_action_information21 => csr_rec.people_group_id);
916: ELSE
917: fnd_file.put_line(fnd_file.log,substr(csr_rec.full_name,1,30)
918: || ' ['
919: || substr(csr_rec.emp_no,1,30) || '] : '
920: || fnd_message.get_string('PER','HR_HU_ABS_REP_EXC_LIST'));
921: END IF;