DBA Data[Home] [Help]

APPS.HR_PROCESS_ADDRESS_SS dependencies on HR_PROCESS_PERSON_SS

Line 316: p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');

312: -- and nothing else, so use process_selected_transaction
313: hr_new_user_reg_ss.process_selected_transaction(
314: p_item_type => p_item_type,
315: p_item_key => p_item_key,
316: p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');
317: l_person_id := to_char(hr_process_person_ss.g_person_id);
318: end if;
319: end if;
320: --

Line 317: l_person_id := to_char(hr_process_person_ss.g_person_id);

313: hr_new_user_reg_ss.process_selected_transaction(
314: p_item_type => p_item_type,
315: p_item_key => p_item_key,
316: p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');
317: l_person_id := to_char(hr_process_person_ss.g_person_id);
318: end if;
319: end if;
320: --
321: -- StartRegistration : Changed the primary flag to validate the secondary

Line 2608: /* l_address.person_id := hr_process_person_ss.g_person_id; */

2604: -- StartRegistration : For Create person and address in one
2605: -- transaction get person id from the package global.
2606: --
2607: -- adding the session id check to avoid connection pooling problems.
2608: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2609: if (( hr_process_person_ss.g_person_id is not null) and
2610: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2611: hr_utility.set_location( l_proc, 50);
2612: l_address.person_id := hr_process_person_ss.g_person_id;

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

2605: -- transaction get person id from the package global.
2606: --
2607: -- adding the session id check to avoid connection pooling problems.
2608: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2609: if (( hr_process_person_ss.g_person_id is not null) and
2610: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2611: hr_utility.set_location( l_proc, 50);
2612: l_address.person_id := hr_process_person_ss.g_person_id;
2613: --

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

2606: --
2607: -- adding the session id check to avoid connection pooling problems.
2608: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2609: if (( hr_process_person_ss.g_person_id is not null) and
2610: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2611: hr_utility.set_location( l_proc, 50);
2612: l_address.person_id := hr_process_person_ss.g_person_id;
2613: --
2614: end if;

Line 2612: l_address.person_id := hr_process_person_ss.g_person_id;

2608: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2609: if (( hr_process_person_ss.g_person_id is not null) and
2610: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2611: hr_utility.set_location( l_proc, 50);
2612: l_address.person_id := hr_process_person_ss.g_person_id;
2613: --
2614: end if;
2615: --
2616: end if;