DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_ERRORS_API

Line 2227: IF hr_errors_api.errorExists

2223: raise hr_process_person_ss.g_validate_basic_details_error;
2224: END IF;
2225:
2226: --
2227: IF hr_errors_api.errorExists
2228: THEN
2229:
2230: IF g_debug THEN
2231: hr_utility.set_location('api error exists', 85);