DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on HR_PROCESS_PERSON_SS

Line 1397: hr_process_person_ss.g_person_id := null;

1393: else
1394: l_effectiveDate := false;
1395: end if;
1396:
1397: hr_process_person_ss.g_person_id := null;
1398: hr_process_person_ss.g_assignment_id := null;
1399: hr_process_person_ss.g_session_id := null;
1400: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
1401: hr_utility.trace('In (for I in csr_trs loop) '|| l_proc);

Line 1398: hr_process_person_ss.g_assignment_id := null;

1394: l_effectiveDate := false;
1395: end if;
1396:
1397: hr_process_person_ss.g_person_id := null;
1398: hr_process_person_ss.g_assignment_id := null;
1399: hr_process_person_ss.g_session_id := null;
1400: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
1401: hr_utility.trace('In (for I in csr_trs loop) '|| l_proc);
1402: for I in csr_trs loop

Line 1399: hr_process_person_ss.g_session_id := null;

1395: end if;
1396:
1397: hr_process_person_ss.g_person_id := null;
1398: hr_process_person_ss.g_assignment_id := null;
1399: hr_process_person_ss.g_session_id := null;
1400: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
1401: hr_utility.trace('In (for I in csr_trs loop) '|| l_proc);
1402: for I in csr_trs loop
1403: begin

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

1482: -- Business Group profile option is null and Cross Business Group
1483: -- equals to 'N', you will get an Application Error after the final
1484: -- approver approves the transaction. This problem usually happens
1485: -- in New Hire or Applicant Hire whereby the new employee created
1486: -- is not in the per_person_list table. In hr_process_person_ss.
1487: -- process_api, it call hr_employee_api.create_employee which
1488: -- eventually will call dt_api.return_min_start_date. This
1489: -- dt_api.return_min_start_date accesses the per_people_f secured
1490: -- view, you will get HR_7182_DT_NO_MIN_MAX_ROWS error with the