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 2018: l_per_details_changed := hr_process_person_ss.is_rec_changed

2014: ELSE
2015: l_fte_capacity := p_fte_capacity;
2016: END IF;
2017: --
2018: l_per_details_changed := hr_process_person_ss.is_rec_changed
2019: (p_effective_date => p_per_effective_date
2020: ,p_person_id => p_cont_person_id
2021: ,p_object_version_number => p_per_object_version_number
2022: ,p_person_type_id => l_person_type_id

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

2292: --
2293: --
2294: IF hr_errors_api.errorExists
2295: THEN
2296: hr_utility.set_location('api error exists hr_process_person_ss.update_person', 40);
2297: ROLLBACK to before_entering_into_update ;
2298: raise g_data_error;
2299: END IF;
2300: ELSE

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

2298: raise g_data_error;
2299: END IF;
2300: ELSE
2301: --
2302: hr_utility.set_location('No changes found in hr_process_person_ss.update_person', 45);
2303: --
2304: END IF;
2305:
2306: ROLLBACK to before_entering_into_update ;

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

6859: into l_validate_g_per_step_id
6860: from hr_api_transaction_steps hats1
6861: where hats1.item_type = 'HRSSA'
6862: and hats1.item_key = p_item_key
6863: and hats1.api_name in( 'HR_PROCESS_PERSON_SS.PROCESS_API', 'BEN_PROCESS_COBRA_PERSON_SS.PROCESS_API');
6864:
6865: l_main_per_date_of_birth := hr_transaction_api.get_date_value
6866: (p_transaction_step_id => l_validate_g_per_step_id
6867: ,p_name => 'P_DATE_OF_BIRTH') ;

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

9549: if l_person_id is null or l_person_id < 0 then
9550: hr_utility.set_location('l_person_id is null or l_person_id < 0:'||l_proc,10 );
9551: --
9552: --
9553: -- l_person_id := hr_process_person_ss.g_person_id;
9554: -- Adding the session id check to avoid connection pooling problems.
9555: if (( hr_process_person_ss.g_person_id is not null) and
9556: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9557: l_person_id := hr_process_person_ss.g_person_id;

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

9551: --
9552: --
9553: -- l_person_id := hr_process_person_ss.g_person_id;
9554: -- Adding the session id check to avoid connection pooling problems.
9555: if (( hr_process_person_ss.g_person_id is not null) and
9556: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9557: l_person_id := hr_process_person_ss.g_person_id;
9558: end if;
9559:

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

9552: --
9553: -- l_person_id := hr_process_person_ss.g_person_id;
9554: -- Adding the session id check to avoid connection pooling problems.
9555: if (( hr_process_person_ss.g_person_id is not null) and
9556: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9557: l_person_id := hr_process_person_ss.g_person_id;
9558: end if;
9559:
9560: --

Line 9557: l_person_id := hr_process_person_ss.g_person_id;

9553: -- l_person_id := hr_process_person_ss.g_person_id;
9554: -- Adding the session id check to avoid connection pooling problems.
9555: if (( hr_process_person_ss.g_person_id is not null) and
9556: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9557: l_person_id := hr_process_person_ss.g_person_id;
9558: end if;
9559:
9560: --
9561: end if;

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

16782: into l_validate_g_per_step_id
16783: from hr_api_transaction_steps hats1
16784: where hats1.item_type = 'HRSSA'
16785: and hats1.item_key = p_item_key
16786: and hats1.api_name in( 'HR_PROCESS_PERSON_SS.PROCESS_API', 'BEN_PROCESS_COBRA_PERSON_SS.PROCESS_API');
16787:
16788: l_main_per_date_of_birth := hr_transaction_api.get_date_value
16789: (p_transaction_step_id => l_validate_g_per_step_id
16790: ,p_name => 'P_DATE_OF_BIRTH') ;