DBA Data[Home] [Help]

APPS.BEN_CREATE_PTNL_LER_SS dependencies on HR_PROCESS_PERSON_SS

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

840: -- Get the data from the transaction tables.
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: --

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 846: l_ptnl_ler.person_id := hr_process_person_ss.g_person_id;

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
850: l_ptnl_ler.person_id :=

Line 966: /*if (( hr_process_person_ss.g_person_id is not null) and

962: */
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:

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:

Line 968: l_ptnl_ler.person_id := hr_process_person_ss.g_person_id;

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:
972: ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per