DBA Data[Home] [Help]

APPS.HR_PROCESS_SIT_SS dependencies on HR_PROCESS_PERSON_SS

Line 387: -- created by the process_api of the hr_process_person_ss.process_api.

383:
384: -- start registration
385: -- If its a new user registration flow then the personId which is coming
386: -- from transaction table will not be valid because the person has just been
387: -- created by the process_api of the hr_process_person_ss.process_api.
388: -- We can get that person Id and assignment id by making a call
389: -- to the global parameters but we need to branch out the code.
390: -- We also need the latest Object version Number not the one on transaction tbl
391:

Line 393: if (( hr_process_person_ss.g_person_id is not null) and

389: -- to the global parameters but we need to branch out the code.
390: -- We also need the latest Object version Number not the one on transaction tbl
391:
392: -- adding the session id check to avoid connection pooling problems.
393: if (( hr_process_person_ss.g_person_id is not null) and
394: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
395: then
396: hr_utility.set_location('If it is ICX_SEC.G_SESSION_ID:'||l_proc,10);
397: p_person_id := hr_process_person_ss.g_person_id;

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

390: -- We also need the latest Object version Number not the one on transaction tbl
391:
392: -- adding the session id check to avoid connection pooling problems.
393: if (( hr_process_person_ss.g_person_id is not null) and
394: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
395: then
396: hr_utility.set_location('If it is ICX_SEC.G_SESSION_ID:'||l_proc,10);
397: p_person_id := hr_process_person_ss.g_person_id;
398: end if;

Line 397: p_person_id := hr_process_person_ss.g_person_id;

393: if (( hr_process_person_ss.g_person_id is not null) and
394: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
395: then
396: hr_utility.set_location('If it is ICX_SEC.G_SESSION_ID:'||l_proc,10);
397: p_person_id := hr_process_person_ss.g_person_id;
398: end if;
399:
400: -- end registration
401: --