DBA Data[Home] [Help]

APPS.HR_PROCESS_ADDRESS_SS dependencies on HR_PROCESS_PERSON_SS

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

320: -- and nothing else, so use process_selected_transaction
321: hr_new_user_reg_ss.process_selected_transaction(
322: p_item_type => p_item_type,
323: p_item_key => p_item_key,
324: p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');
325: l_person_id := to_char(hr_process_person_ss.g_person_id);
326: end if;
327: end if;
328: --

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

321: hr_new_user_reg_ss.process_selected_transaction(
322: p_item_type => p_item_type,
323: p_item_key => p_item_key,
324: p_api_name => 'HR_PROCESS_PERSON_SS.PROCESS_API');
325: l_person_id := to_char(hr_process_person_ss.g_person_id);
326: end if;
327: end if;
328: --
329: -- StartRegistration : Changed the primary flag to validate the secondary

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

2612: -- StartRegistration : For Create person and address in one
2613: -- transaction get person id from the package global.
2614: --
2615: -- adding the session id check to avoid connection pooling problems.
2616: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2617: if (( hr_process_person_ss.g_person_id is not null) and
2618: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2619: hr_utility.set_location( l_proc, 50);
2620: l_address.person_id := hr_process_person_ss.g_person_id;

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

2613: -- transaction get person id from the package global.
2614: --
2615: -- adding the session id check to avoid connection pooling problems.
2616: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2617: if (( hr_process_person_ss.g_person_id is not null) and
2618: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2619: hr_utility.set_location( l_proc, 50);
2620: l_address.person_id := hr_process_person_ss.g_person_id;
2621: --

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

2614: --
2615: -- adding the session id check to avoid connection pooling problems.
2616: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2617: if (( hr_process_person_ss.g_person_id is not null) and
2618: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2619: hr_utility.set_location( l_proc, 50);
2620: l_address.person_id := hr_process_person_ss.g_person_id;
2621: --
2622: end if;

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

2616: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2617: if (( hr_process_person_ss.g_person_id is not null) and
2618: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2619: hr_utility.set_location( l_proc, 50);
2620: l_address.person_id := hr_process_person_ss.g_person_id;
2621: --
2622: end if;
2623: --
2624: end if;