DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_PROCESS_PERSON_SS

Line 1: PACKAGE body hr_process_person_ss AS

1: PACKAGE body hr_process_person_ss AS
2: /* $Header: hrperwrs.pkb 120.11.12010000.10 2009/01/23 14:17:50 ppentapa ship $*/
3:
4: -- Global variables
5: g_package constant varchar2(75):='HR_PROCESS_PERSON_SS.';

Line 5: g_package constant varchar2(75):='HR_PROCESS_PERSON_SS.';

1: PACKAGE body hr_process_person_ss AS
2: /* $Header: hrperwrs.pkb 120.11.12010000.10 2009/01/23 14:17:50 ppentapa ship $*/
3:
4: -- Global variables
5: g_package constant varchar2(75):='HR_PROCESS_PERSON_SS.';
6: g_wf_review_regn_itm_attr_name constant varchar2(2000)
7: := 'HR_REVIEW_REGION_ITEM';
8:
9: g_data_error exception;

Line 468: IF(l_api_names(i) = 'HR_PROCESS_PERSON_SS.PROCESS_API') THEN

464: -- Need to loop through l_trans_rec_count -1 as the index starts from 0
465:
466: hr_utility.set_location('Entering 0..l_transaction_rec_count-1:'||l_proc,20);
467: FOR i in 0..l_transaction_rec_count-1 LOOP
468: IF(l_api_names(i) = 'HR_PROCESS_PERSON_SS.PROCESS_API') THEN
469: get_person_data_from_tt(
470: p_transaction_step_id => l_trans_step_ids(i)
471: ,p_effective_date => p_effective_date
472: ,p_attribute_update_mode => p_attribute_update_mode

Line 1902: l_basic_details_changed := hr_process_person_ss.is_rec_changed

1898: END IF;
1899:
1900:
1901: -- Check if the record has changed
1902: l_basic_details_changed := hr_process_person_ss.is_rec_changed
1903: (p_effective_date => p_effective_date
1904: ,p_person_id => p_person_id
1905: ,p_object_version_number => p_object_version_number
1906: ,p_person_type_id => p_person_type_id

Line 2223: raise hr_process_person_ss.g_validate_basic_details_error;

2219:
2220: --
2221: IF (l_error_message IS NOT NULL) THEN
2222: hr_utility.set_location('l_error_message IS NOT NULL:'||l_proc,80);
2223: raise hr_process_person_ss.g_validate_basic_details_error;
2224: END IF;
2225:
2226: --
2227: IF hr_errors_api.errorExists

Line 3146: WHEN hr_process_person_ss.g_validate_basic_details_error THEN

3142: rollback to applicant_hire;
3143: g_applicant_hire := false;
3144: end if;
3145: --
3146: WHEN hr_process_person_ss.g_validate_basic_details_error THEN
3147: hr_utility.set_location('Exception:g_validate_basic_details_error'||l_proc,565);
3148: -- No need to call formatted_error_message, as the messages is already
3149: -- formatted.
3150: p_error_message := l_error_message;

Line 3394: raise hr_process_person_ss.g_date_prior_to_cur_start_date;

3390: -- - enter an address after the hire date
3391: -- - contact your HR department for a correction of the person
3392: -- details change.
3393: hr_utility.set_location('p_effective_date < l_current_rec.effective_start_date:'||l_proc,15);
3394: raise hr_process_person_ss.g_date_prior_to_cur_start_date;
3395: END IF;
3396: --
3397: --
3398:

Line 3590: WHEN hr_process_person_ss.g_date_prior_to_cur_start_date THEN

3586:
3587: hr_utility.set_location('Exiting:'||l_proc, 30);
3588: EXCEPTION
3589:
3590: WHEN hr_process_person_ss.g_date_prior_to_cur_start_date THEN
3591: hr_utility.set_location('Exception:g_date_prior_to_cur_start_date'||l_proc,555);
3592: ROLLBACK TO process_basic_details;
3593: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
3594: p_error_message => p_error_message,

Line 7767: hr_utility.set_location('Leaving hr_process_person_ss.create_personnnnnnnnnn ' || l_person_id, 2006);

7763: );
7764: --
7765:
7766: IF g_debug THEN
7767: hr_utility.set_location('Leaving hr_process_person_ss.create_personnnnnnnnnn ' || l_person_id, 2006);
7768: END IF;
7769:
7770: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');
7771: ben_assignment_api.create_ben_asg

Line 7885: IF(l_api_names(i) = 'HR_PROCESS_PERSON_SS.PROCESS_API') THEN

7881: --
7882:
7883: hr_utility.set_location('Entering For Loop 0..l_trans_step_rows-1:'||l_proc,110);
7884: FOR i in 0..l_trans_step_rows-1 LOOP
7885: IF(l_api_names(i) = 'HR_PROCESS_PERSON_SS.PROCESS_API') THEN
7886: l_transaction_step_id := l_trans_step_ids(i);
7887: END IF;
7888: END LOOP;
7889: hr_utility.set_location('Exiting For Loop 0..l_trans_step_rows-1:'||l_proc,115);

Line 8758: hr_utility.set_location('Leaving hr_process_person_ss.create_person ' || g_person_id, 200);

8754: p_employee_number := l_employee_number;
8755:
8756:
8757: IF g_debug THEN
8758: hr_utility.set_location('Leaving hr_process_person_ss.create_person ' || g_person_id, 200);
8759: END IF;
8760:
8761:
8762: EXCEPTION

Line 8844: END hr_process_person_ss;

8840: end if;
8841:
8842: end;
8843:
8844: END hr_process_person_ss;
8845: --
8846: --