DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on HR_PROCESS_PERSON_SS

Line 1483: hr_process_person_ss.g_person_id := null;

1479: else
1480: l_effectiveDate := false;
1481: end if;
1482:
1483: hr_process_person_ss.g_person_id := null;
1484: hr_process_person_ss.g_assignment_id := null;
1485: hr_process_person_ss.g_session_id := null;
1486: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
1487: hr_utility.trace('In (for I in csr_trs loop) '|| l_proc);

Line 1484: hr_process_person_ss.g_assignment_id := null;

1480: l_effectiveDate := false;
1481: end if;
1482:
1483: hr_process_person_ss.g_person_id := null;
1484: hr_process_person_ss.g_assignment_id := null;
1485: hr_process_person_ss.g_session_id := null;
1486: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
1487: hr_utility.trace('In (for I in csr_trs loop) '|| l_proc);
1488: for I in csr_trs loop

Line 1485: hr_process_person_ss.g_session_id := null;

1481: end if;
1482:
1483: hr_process_person_ss.g_person_id := null;
1484: hr_process_person_ss.g_assignment_id := null;
1485: hr_process_person_ss.g_session_id := null;
1486: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
1487: hr_utility.trace('In (for I in csr_trs loop) '|| l_proc);
1488: for I in csr_trs loop
1489: begin

Line 1572: -- is not in the per_person_list table. In hr_process_person_ss.

1568: -- Business Group profile option is null and Cross Business Group
1569: -- equals to 'N', you will get an Application Error after the final
1570: -- approver approves the transaction. This problem usually happens
1571: -- in New Hire or Applicant Hire whereby the new employee created
1572: -- is not in the per_person_list table. In hr_process_person_ss.
1573: -- process_api, it call hr_employee_api.create_employee which
1574: -- eventually will call dt_api.return_min_start_date. This
1575: -- dt_api.return_min_start_date accesses the per_people_f secured
1576: -- view, you will get HR_7182_DT_NO_MIN_MAX_ROWS error with the