DBA Data[Home] [Help]

APPS.PAY_SA_GENERAL dependencies on PAY_BALANCE_PKG

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

325: IF l_old_assact_id IS NULL THEN
326: IF TRUNC(rec_get_assact_id.date_earned,'YYYY') < TRUNC(p_date_earned, 'YYYY') THEN
327: l_old_assact_id := rec_get_assact_id.assignment_action_id;
328: l_old_date_earned := rec_get_assact_id.date_earned;
329: l_old_wage := pay_balance_pkg.get_value(l_ref_earnings_id,l_old_assact_id);
330: ELSE
331: /*Exit if the earlier run is in the same year. This indicates there is no need to calculate contributory wage*/
332: EXIT;
333: END IF;

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

331: /*Exit if the earlier run is in the same year. This indicates there is no need to calculate contributory wage*/
332: EXIT;
333: END IF;
334: END IF;
335: /*l_prev_salary := pay_balance_pkg.get_value(l_subject_gosi_id,rec_get_assact_id.assignment_action_id);*/
336: /*Check if there is any salary change in the previous year*/
337: IF TRUNC(l_old_date_earned ,'YYYY') = TRUNC(rec_get_assact_id.date_earned,'YYYY') THEN
338: /*Bug No6976224*/
339: /*IF l_prev_salary <> p_subject_to_gosi THEN*/