DBA Data[Home] [Help]

APPS.HR_H2PI_MAPPING_SETUP dependencies on HR_H2PI_ERROR

Line 287: IF hr_h2pi_error.check_for_errors THEN

283: hr_h2pi_validate.validate_org_payment_method(l_from_client_id);
284: hr_h2pi_validate.validate_element_type(l_from_client_id);
285: hr_h2pi_validate.validate_element_link(l_from_client_id);
286: hr_utility.set_location(l_proc, 40);
287: IF hr_h2pi_error.check_for_errors THEN
288: hr_utility.set_location(l_proc, 50);
289: hr_h2pi_error.generate_error_report;
290: END IF;
291: hr_utility.set_location(l_proc, 60);

Line 289: hr_h2pi_error.generate_error_report;

285: hr_h2pi_validate.validate_element_link(l_from_client_id);
286: hr_utility.set_location(l_proc, 40);
287: IF hr_h2pi_error.check_for_errors THEN
288: hr_utility.set_location(l_proc, 50);
289: hr_h2pi_error.generate_error_report;
290: END IF;
291: hr_utility.set_location(l_proc, 60);
292: hr_h2pi_main_upload.clear_staging_tables(l_from_client_id);
293: