DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on HR_EMPLOYEE_API

Line 267: -- process_api, it call hr_employee_api.create_employee which

263: -- equals to 'N', you will get an Application Error after the final
264: -- approver approves the transaction. This problem usually happens
265: -- in New Hire or Applicant Hire whereby the new employee created
266: -- is not in the per_person_list table. In hr_process_person_ss.
267: -- process_api, it call hr_employee_api.create_employee which
268: -- eventually will call dt_api.return_min_start_date. This
269: -- dt_api.return_min_start_date accesses the per_people_f secured
270: -- view, you will get HR_7182_DT_NO_MIN_MAX_ROWS error with the
271: -- following error text:

Line 376: -- process_api, it call hr_employee_api.create_employee which

372: -- equals to 'N', you will get an Application Error after the final
373: -- approver approves the transaction. This problem usually happens
374: -- in New Hire or Applicant Hire whereby the new employee created
375: -- is not in the per_person_list table. In hr_process_person_ss.
376: -- process_api, it call hr_employee_api.create_employee which
377: -- eventually will call dt_api.return_min_start_date. This
378: -- dt_api.return_min_start_date accesses the per_people_f secured
379: -- view, you will get HR_7182_DT_NO_MIN_MAX_ROWS error with the
380: -- following error text:

Line 473: hr_employee_api.re_hire_ex_employee

469: exception
470: when others then
471: null;
472: end;
473: hr_employee_api.re_hire_ex_employee
474: (p_validate => false
475: ,p_hire_date => l_date
476: ,p_person_id => l_person_id
477: ,p_per_object_version_number => l_object_version_number