DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on HR_PROCESS_PERSON_SS

Line 290: ,p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');

286: SAVEPOINT applicant_hire;
287:
288: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
289: p_item_key => p_item_key
290: ,p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');
291: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
292: p_item_key => p_item_key
293: ,p_api_name => 'HR_PROCESS_ADDRESS_SS.PROCESS_API');
294: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,

Line 843: if (( hr_process_person_ss.g_assignment_id is not null) and

839: ,p_business_group_id => l_business_group_id
840: ,p_spinal_point => l_spinal_point
841: );
842:
843: if (( hr_process_person_ss.g_assignment_id is not null) and
844: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
845: then
846: l_assignment_id := hr_process_person_ss.g_assignment_id;
847: end if;

Line 844: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))

840: ,p_spinal_point => l_spinal_point
841: );
842:
843: if (( hr_process_person_ss.g_assignment_id is not null) and
844: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
845: then
846: l_assignment_id := hr_process_person_ss.g_assignment_id;
847: end if;
848:

Line 846: l_assignment_id := hr_process_person_ss.g_assignment_id;

842:
843: if (( hr_process_person_ss.g_assignment_id is not null) and
844: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
845: then
846: l_assignment_id := hr_process_person_ss.g_assignment_id;
847: end if;
848:
849:
850: l_datetrack_update_mode:=