DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_API

Line 2053: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'

2049: hr_utility.set_location( 'Fetch old Retention Allowance' || l_proc,15);
2050:
2051: -------Assignment id is different then need to be checked the following logic.
2052:
2053: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'
2054: ,p_input_value_name => 'Amount'
2055: ,p_assignment_id => l_session.assignment_id
2056: ,p_effective_date => l_old_effective_date
2057: ,p_value => l_value

Line 2062: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'

2058: ,p_multiple_error_flag => l_multi_error_flag);
2059: l_old_ret_allow := to_number(l_value);
2060: hr_utility.set_location( 'l_old_ret_allow is ' || to_char(l_old_ret_allow), 15);
2061:
2062: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'
2063: ,p_input_value_name => 'Amount'
2064: ,p_assignment_id => l_session.assignment_id
2065: ,p_effective_date => nvl(l_ia_effective_date,l_effective_date)
2066: ,p_value => l_value

Line 2073: ghr_api.retrieve_element_entry_value (p_element_name => 'Basic Salary Rate'

2069: hr_utility.set_location( 'l_from_retention_allowance is ' || to_char(l_from_retention_allowance), 15);
2070: --
2071: -- Modifying the input values from percent to percentage for Payroll Integration
2072: --
2073: ghr_api.retrieve_element_entry_value (p_element_name => 'Basic Salary Rate'
2074: ,p_input_value_name => 'Rate'
2075: ,p_assignment_id => l_session.assignment_id
2076: ,p_effective_date => nvl(l_ia_effective_date,l_effective_date)
2077: ,p_value => l_value

Line 2083: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'

2079: l_from_basic_pay := to_number(l_value);
2080: hr_utility.set_location( 'l_from_basic_pay is ' || to_char(l_from_basic_pay), 15);
2081:
2082: if l_ia_effective_date is not null then
2083: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'
2084: ,p_input_value_name => 'Amount'
2085: ,p_assignment_id => l_session.assignment_id
2086: ,p_effective_date => l_ia_effective_date
2087: ,p_value => l_value

Line 2095: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'

2091: hr_utility.set_location( 'RA is ' || to_char(l_ghr_pa_request_rec.to_retention_allowance), 15);
2092: --
2093: -- Modifying the input values from percent to percentage for Payroll Integration
2094: --
2095: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'
2096: ,p_input_value_name => 'Percentage'
2097: ,p_assignment_id => l_session.assignment_id
2098: ,p_effective_date => l_ia_effective_date
2099: ,p_value => l_value

Line 2105: ghr_api.retrieve_element_entry_value (p_element_name => 'Supervisory Differential'

2101:
2102: l_ghr_pa_request_rec.to_retention_allow_percentage := to_number(l_value);
2103: hr_utility.set_location( 'RA % is ' || to_char(l_ghr_pa_request_rec.to_retention_allow_percentage),15);
2104:
2105: ghr_api.retrieve_element_entry_value (p_element_name => 'Supervisory Differential'
2106: ,p_input_value_name => 'Amount'
2107: ,p_assignment_id => l_session.assignment_id
2108: ,p_effective_date => l_ia_effective_date
2109: ,p_value => l_value

Line 2116: ghr_api.retrieve_element_entry_value (p_element_name => 'AUO'

2112: l_ghr_pa_request_rec.to_supervisory_differential := to_number(l_value);
2113: hr_utility.set_location( 'SD is ' || to_char(l_ghr_pa_request_rec.to_supervisory_differential), 15);
2114:
2115:
2116: ghr_api.retrieve_element_entry_value (p_element_name => 'AUO'
2117: ,p_input_value_name => 'Premium Pay Ind'
2118: ,p_assignment_id => l_session.assignment_id
2119: ,p_effective_date => l_ia_effective_date
2120: ,p_value => l_value

Line 2127: ghr_api.retrieve_element_entry_value (p_element_name => 'Availability Pay'

2123: l_ghr_pa_request_rec.to_auo_premium_pay_indicator := l_value;
2124: hr_utility.set_location( 'AUO is ' || (l_ghr_pa_request_rec.to_auo_premium_pay_indicator), 15);
2125:
2126:
2127: ghr_api.retrieve_element_entry_value (p_element_name => 'Availability Pay'
2128: ,p_input_value_name => 'Premium Pay Ind'
2129: ,p_assignment_id => l_session.assignment_id
2130: ,p_effective_date => l_ia_effective_date
2131: ,p_value => l_value

Line 3452: ghr_api.retrieve_element_entry_value (p_element_name => 'Unadjusted Basic Pay'

3448: -- Fetch the value Unadjusted Basic pay. The very first time user will enter it.
3449: --
3450: begin
3451:
3452: ghr_api.retrieve_element_entry_value (p_element_name => 'Unadjusted Basic Pay'
3453: ,p_input_value_name => 'Amount'
3454: ,p_assignment_id => l_assignment_id
3455: ,p_effective_date => (p_pay_calc_data.effective_date - 1)
3456: ,p_value => l_value

Line 3631: ghr_api.retrieve_element_entry_value (p_element_name => 'Unadjusted Basic Pay'

3627: -- Fetch the value Unadjusted Basic pay. The very first time user will enter it.
3628: --
3629: begin
3630:
3631: ghr_api.retrieve_element_entry_value (p_element_name => 'Unadjusted Basic Pay'
3632: ,p_input_value_name => 'Amount'
3633: ,p_assignment_id => l_assignment_id
3634: ,p_effective_date => (p_pay_calc_data.effective_date - 1)
3635: ,p_value => l_value