DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_BG_UPLOAD

Line 353: hr_h2pi_bg_upload.upload_location(p_from_client_id);

349: return;
350: END IF;
351:
352: hr_utility.set_location(l_proc, 30);
353: hr_h2pi_bg_upload.upload_location(p_from_client_id);
354: hr_h2pi_bg_upload.upload_hr_organization(p_from_client_id);
355: hr_h2pi_bg_upload.upload_element_type(p_from_client_id);
356: IF hr_h2pi_error.check_for_errors THEN
357: hr_utility.set_location(l_proc, 40);

Line 354: hr_h2pi_bg_upload.upload_hr_organization(p_from_client_id);

350: END IF;
351:
352: hr_utility.set_location(l_proc, 30);
353: hr_h2pi_bg_upload.upload_location(p_from_client_id);
354: hr_h2pi_bg_upload.upload_hr_organization(p_from_client_id);
355: hr_h2pi_bg_upload.upload_element_type(p_from_client_id);
356: IF hr_h2pi_error.check_for_errors THEN
357: hr_utility.set_location(l_proc, 40);
358: hr_h2pi_error.generate_error_report;

Line 355: hr_h2pi_bg_upload.upload_element_type(p_from_client_id);

351:
352: hr_utility.set_location(l_proc, 30);
353: hr_h2pi_bg_upload.upload_location(p_from_client_id);
354: hr_h2pi_bg_upload.upload_hr_organization(p_from_client_id);
355: hr_h2pi_bg_upload.upload_element_type(p_from_client_id);
356: IF hr_h2pi_error.check_for_errors THEN
357: hr_utility.set_location(l_proc, 40);
358: hr_h2pi_error.generate_error_report;
359: return;