DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on ICX_SEC

Line 5354: g_session_id := ICX_SEC.G_SESSION_ID;

5350:
5351: -- set the global variable to true which will be used by
5352: -- assignment steps
5353: g_is_applicant := true;
5354: g_session_id := ICX_SEC.G_SESSION_ID;
5355:
5356: if hr_new_user_reg_ss.g_ignore_emp_generation = 'YES' then
5357: --
5358: -- Special case for SSHR if the profile is set

Line 7001: g_session_id := ICX_SEC.G_SESSION_ID;

6997: );
6998: end if;
6999: --ADDED BY VVK
7000: --code for insert end null;
7001: g_session_id := ICX_SEC.G_SESSION_ID;
7002: g_person_id := l_person_id;
7003: g_assignment_id := l_assignment_id;
7004: g_asg_object_version_number := l_aovn;
7005: -- hr_utility.set_location('Venkat g_person_id =' || g_person_id, 8888);