DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_MESSAGE_LINES

Line 369: DELETE FROM hr_h2pi_message_lines

365: hr_utility.set_location(l_proc, 60);
366: hr_h2pi_error.generate_error_report;
367: return;
368: ELSE
369: DELETE FROM hr_h2pi_message_lines
370: WHERE to_business_group_id = hr_h2pi_upload.g_to_business_group_id;
371: fnd_message.set_name('PER', 'HR_289295_UPLOAD_SUCCESSFULL');
372: l_message := fnd_message.get_string('PER','HR_289295_UPLOAD_SUCCESSFULL');
373: fnd_file.put_line(FND_FILE.LOG,l_message);