DBA Data[Home] [Help]

APPS.BEN_CREATE_PTNL_LER_SS dependencies on ICX_SEC

Line 845: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then

841:
842: -- This may be a New user registration / Cobra Registration and we may not
843: -- have a person in the database.
844: if (( hr_process_person_ss.g_person_id is not null) and
845: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
846: l_ptnl_ler.person_id := hr_process_person_ss.g_person_id;
847: end if;
848: --
849: if l_ptnl_ler.person_id is null then

Line 967: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then

963:
964: -- This may be a New user registration / Cobra Registration and we may not
965: -- have a person in the database.
966: /*if (( hr_process_person_ss.g_person_id is not null) and
967: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
968: l_ptnl_ler.person_id := hr_process_person_ss.g_person_id;
969: end if;*/
970:
971: