DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_ERRORS_API

Line 2521: IF hr_errors_api.errorExists

2517: raise hr_process_person_ss.g_validate_basic_details_error;
2518: END IF;
2519:
2520: --
2521: IF hr_errors_api.errorExists
2522: THEN
2523:
2524: IF g_debug THEN
2525: hr_utility.set_location('api error exists', 85);