DBA Data[Home] [Help]

APPS.HR_H2PI_BG_UPLOAD dependencies on APP_EXCEPTIONS

Line 303: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN

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');
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

Line 623: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN

619: AND client_id = p_from_client_id;
620: hr_utility.set_location(l_proc, 170);
621:
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,

Line 844: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN

840: AND client_id = p_from_client_id;
841: hr_utility.set_location(l_proc, 240);
842:
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,

Line 866: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN

862: WHEN MAPPING_ID_INVALID THEN
863: hr_utility.set_location(l_proc, 270);
864: WHEN MAPPING_ID_MISSING THEN
865: hr_utility.set_location(l_proc, 280);
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

Line 949: WHEN APP_EXCEPTIONS.APPLICATION_EXCEPTION THEN

945:
946: EXCEPTION
947: WHEN MAPPING_ID_MISSING THEN
948: hr_utility.set_location(l_proc, 80);
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