DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_PROCESS_PERSON_SS

Line 1366: -- Write something similar to hr_process_person_ss.is_rec_changed

1362: -- p_process_section_name, p_action_type, p_review_page_region_code
1363: -- are there what is the significance of it.
1364: --
1365: -- 99999
1366: -- Write something similar to hr_process_person_ss.is_rec_changed
1367: -- validate_basic_details,
1368: -- 99999
1369: -- Include the following code in update_contact_relationship
1370: -- --

Line 2087: l_per_details_changed := hr_process_person_ss.is_rec_changed

2083: ELSE
2084: l_fte_capacity := p_fte_capacity;
2085: END IF;
2086: --
2087: l_per_details_changed := hr_process_person_ss.is_rec_changed
2088: (p_effective_date => p_per_effective_date
2089: ,p_person_id => p_cont_person_id
2090: ,p_object_version_number => p_per_object_version_number
2091: ,p_person_type_id => l_person_type_id

Line 2365: hr_utility.set_location('api error exists hr_process_person_ss.update_person', 40);

2361: --
2362: --
2363: IF hr_errors_api.errorExists
2364: THEN
2365: hr_utility.set_location('api error exists hr_process_person_ss.update_person', 40);
2366: ROLLBACK to before_entering_into_update ;
2367: raise g_data_error;
2368: END IF;
2369: ELSE

Line 2371: hr_utility.set_location('No changes found in hr_process_person_ss.update_person', 45);

2367: raise g_data_error;
2368: END IF;
2369: ELSE
2370: --
2371: hr_utility.set_location('No changes found in hr_process_person_ss.update_person', 45);
2372: --
2373: END IF;
2374:
2375: ROLLBACK to before_entering_into_update ;

Line 6932: and hats1.api_name in( 'HR_PROCESS_PERSON_SS.PROCESS_API', 'BEN_PROCESS_COBRA_PERSON_SS.PROCESS_API');

6928: into l_validate_g_per_step_id
6929: from hr_api_transaction_steps hats1
6930: where hats1.item_type = 'HRSSA'
6931: and hats1.item_key = p_item_key
6932: and hats1.api_name in( 'HR_PROCESS_PERSON_SS.PROCESS_API', 'BEN_PROCESS_COBRA_PERSON_SS.PROCESS_API');
6933:
6934: l_main_per_date_of_birth := hr_transaction_api.get_date_value
6935: (p_transaction_step_id => l_validate_g_per_step_id
6936: ,p_name => 'P_DATE_OF_BIRTH') ;

Line 9638: -- l_person_id := hr_process_person_ss.g_person_id;

9634: if l_person_id is null or l_person_id < 0 then
9635: hr_utility.set_location('l_person_id is null or l_person_id < 0:'||l_proc,10 );
9636: --
9637: --
9638: -- l_person_id := hr_process_person_ss.g_person_id;
9639: -- Adding the session id check to avoid connection pooling problems.
9640: if (( hr_process_person_ss.g_person_id is not null) and
9641: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9642: l_person_id := hr_process_person_ss.g_person_id;

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

9636: --
9637: --
9638: -- l_person_id := hr_process_person_ss.g_person_id;
9639: -- Adding the session id check to avoid connection pooling problems.
9640: if (( hr_process_person_ss.g_person_id is not null) and
9641: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9642: l_person_id := hr_process_person_ss.g_person_id;
9643: end if;
9644:

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

9637: --
9638: -- l_person_id := hr_process_person_ss.g_person_id;
9639: -- Adding the session id check to avoid connection pooling problems.
9640: if (( hr_process_person_ss.g_person_id is not null) and
9641: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9642: l_person_id := hr_process_person_ss.g_person_id;
9643: end if;
9644:
9645: --

Line 9642: l_person_id := hr_process_person_ss.g_person_id;

9638: -- l_person_id := hr_process_person_ss.g_person_id;
9639: -- Adding the session id check to avoid connection pooling problems.
9640: if (( hr_process_person_ss.g_person_id is not null) and
9641: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9642: l_person_id := hr_process_person_ss.g_person_id;
9643: end if;
9644:
9645: --
9646: end if;

Line 16980: and hats1.api_name in( 'HR_PROCESS_PERSON_SS.PROCESS_API', 'BEN_PROCESS_COBRA_PERSON_SS.PROCESS_API');

16976: into l_validate_g_per_step_id
16977: from hr_api_transaction_steps hats1
16978: where hats1.item_type = 'HRSSA'
16979: and hats1.item_key = p_item_key
16980: and hats1.api_name in( 'HR_PROCESS_PERSON_SS.PROCESS_API', 'BEN_PROCESS_COBRA_PERSON_SS.PROCESS_API');
16981:
16982: l_main_per_date_of_birth := hr_transaction_api.get_date_value
16983: (p_transaction_step_id => l_validate_g_per_step_id
16984: ,p_name => 'P_DATE_OF_BIRTH') ;