DBA Data[Home] [Help]

APPS.HR_H2PI_BG_UPLOAD dependencies on HR_H2PI_ERROR

Line 298: hr_h2pi_error.data_error

294: EXCEPTION
295: WHEN MAPPING_ID_INVALID THEN
296: ROLLBACK;
297: hr_utility.set_location(l_proc, 80);
298: hr_h2pi_error.data_error
299: (p_from_id => l_location_id,
300: p_table_name => 'HR_H2PI_LOCATIONS',
301: p_message_level => 'FATAL',
302: p_message_name => 'HR_289240_MAPPING_ID_INVALID');

Line 307: hr_h2pi_error.data_error

303: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN
304: ROLLBACK;
305: hr_utility.set_location(l_proc, 90);
306: l_encoded_message := fnd_message.get_encoded;
307: hr_h2pi_error.data_error
308: (p_from_id => v_ud_loc.location_id,
309: p_table_name => 'HR_H2PI_LOCATIONS',
310: p_message_level => 'FATAL',
311: p_message_text => l_encoded_message);

Line 490: hr_h2pi_error.data_error

486: EXCEPTION
487: WHEN NO_DATA_FOUND THEN
488: hr_utility.set_location(l_proc, 75);
489: ROLLBACK;
490: hr_h2pi_error.data_error
491: (p_from_id => l_hr_org_class_id,
492: p_table_name => 'HR_H2PI_ORGANIZATION_CLASS',
493: p_message_level => 'FATAL',
494: p_message_name => 'HR_289240_MAPPING_ID_INVALID');

Line 587: hr_h2pi_error.data_error

583: EXCEPTION
584: WHEN NO_DATA_FOUND THEN
585: hr_utility.set_location(l_proc, 135);
586: ROLLBACK;
587: hr_h2pi_error.data_error
588: (p_from_id => l_hr_org_class_id,
589: p_table_name => 'HR_H2PI_ORGANIZATION_CLASS',
590: p_message_level => 'FATAL',
591: p_message_name => 'HR_289240_MAPPING_ID_INVALID');

Line 626: hr_h2pi_error.data_error

622: EXCEPTION
623: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN
624: hr_utility.set_location(l_proc, 180);
625: l_encoded_message := fnd_message.get_encoded;
626: hr_h2pi_error.data_error
627: (p_from_id => v_ud_hr_org_class.org_information_id,
628: p_table_name => 'HR_H2PI_ORGANIZATION_CLASS',
629: p_message_level => 'FATAL',
630: p_message_text => l_encoded_message);

Line 798: hr_h2pi_error.data_error

794: EXCEPTION
795: WHEN NO_DATA_FOUND THEN
796: hr_utility.set_location(l_proc, 50);
797: ROLLBACK;
798: hr_h2pi_error.data_error
799: (p_from_id => l_hr_org_info_id,
800: p_table_name => 'HR_H2PI_ORGANIZATION_INFO',
801: p_message_level => 'FATAL',
802: p_message_name => 'HR_289240_MAPPING_ID_INVALID');

Line 847: hr_h2pi_error.data_error

843: EXCEPTION
844: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN
845: hr_utility.set_location(l_proc, 250);
846: l_encoded_message := fnd_message.get_encoded;
847: hr_h2pi_error.data_error
848: (p_from_id => v_ud_hr_org_info.org_information_id,
849: p_table_name => 'HR_H2PI_ORGANIZATION_INFO',
850: p_message_level => 'FATAL',
851: p_message_text => l_encoded_message);

Line 870: hr_h2pi_error.data_error

866: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN
867: ROLLBACK;
868: hr_utility.set_location(l_proc, 290);
869: l_encoded_message := fnd_message.get_encoded;
870: hr_h2pi_error.data_error
871: (p_from_id => v_ud_hr_org.organization_id,
872: p_table_name => 'HR_H2PI_HR_ORGANIZATIONS',
873: p_message_level => 'FATAL',
874: p_message_text => l_encoded_message);

Line 953: hr_h2pi_error.data_error

949: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN
950: ROLLBACK;
951: hr_utility.set_location(l_proc, 90);
952: l_encoded_message := fnd_message.get_encoded;
953: hr_h2pi_error.data_error
954: (p_from_id => v_ud_ele_name.element_type_id,
955: p_table_name => 'HR_H2PI_ELEMENT_NAME',
956: p_message_level => 'FATAL',
957: p_message_text => l_encoded_message);