DBA Data[Home] [Help]

APPS.PAY_AE_GENERAL dependencies on PAY_BALANCE_PKG

Line 1015: l_old_wage := pay_balance_pkg.get_value(l_ref_earnings_id,l_old_assact_id);

1011: IF TRUNC(rec_get_assact_id.date_earned,'YYYY') < TRUNC(p_date_earned, 'YYYY') THEN
1012: hr_utility.set_location('rec_get_assact_id.assignment_action_id'||rec_get_assact_id.assignment_action_id,20);
1013: l_old_assact_id := rec_get_assact_id.assignment_action_id;
1014: l_old_date_earned := rec_get_assact_id.date_earned;
1015: l_old_wage := pay_balance_pkg.get_value(l_ref_earnings_id,l_old_assact_id);
1016: hr_utility.set_location('l_old_assact_id'|| l_old_assact_id,10);
1017: hr_utility.set_location('l_old_date_earned'|| l_old_date_earned,10);
1018: hr_utility.set_location('l_old_wage'|| l_old_wage,10);
1019: ELSE

Line 1024: /*l_prev_salary := pay_balance_pkg.get_value(l_subject_gosi_id,rec_get_assact_id.assignment_action_id);*/

1020: /*Exit if the earlier run is in the same year. This indicates there is no need to calculate contributory wage*/
1021: EXIT;
1022: END IF;
1023: END IF;
1024: /*l_prev_salary := pay_balance_pkg.get_value(l_subject_gosi_id,rec_get_assact_id.assignment_action_id);*/
1025: /*Check if there is any salary change in the previous year*/
1026: IF TRUNC(l_old_date_earned ,'YYYY') = TRUNC(rec_get_assact_id.date_earned,'YYYY') THEN
1027: /*Bug No6976224*/
1028: /*IF l_prev_salary <> p_subject_to_gosi THEN*/