DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_NEW_USER_REG_SS

Line 1926: hr_new_user_reg_ss.processNewUserTransaction

1922: --Validate the p_assignment_id
1923: open csr_assignment;
1924: fetch csr_assignment into l_assignment_id;
1925: if csr_assignment%notfound then
1926: hr_new_user_reg_ss.processNewUserTransaction
1927: (WfItemType => p_item_type
1928: ,WfItemKey => p_item_key
1929: ,PersonId => l_person_id
1930: ,AssignmentId => l_assignment_id);

Line 1946: hr_new_user_reg_ss.processExEmpTransaction

1942: fetch chk_ex_emp into l_ex_emp;
1943: close chk_ex_emp;
1944:
1945: if nvl(l_re_hire_flow,'N') = 'EX_EMP' and nvl(l_ex_emp,'N') = 'EX_EMP' then
1946: hr_new_user_reg_ss.processExEmpTransaction
1947: (WfItemType => p_item_type
1948: ,WfItemKey => p_item_key
1949: ,PersonId => l_supervisor_id
1950: ,AssignmentId => l_supervisor_assignment_id

Line 1957: hr_new_user_reg_ss.processNewUserTransaction

1953: open csr_person;
1954: fetch csr_person into l_supervisor_id;
1955: if csr_person%notfound then
1956: hr_utility.trace('In ( if csr_person%notfound )'|| l_proc);
1957: hr_new_user_reg_ss.processNewUserTransaction
1958: (WfItemType => p_item_type
1959: ,WfItemKey => p_item_key
1960: ,PersonId => l_supervisor_id
1961: ,AssignmentId => l_supervisor_assignment_id);

Line 2110: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,

2106: ,p_unaccepted_asg_del_warning=> l_unaccepted_asg_del_warning
2107: ,p_assign_payroll_warning => l_assign_payroll_warning
2108: ,p_source => true); */
2109:
2110: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
2111: p_item_key => p_item_key
2112: ,p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');
2113:
2114: end if;