DBA Data[Home] [Help]

APPS.HXT_TRAN_PA dependencies on HXT_DET_HOURS_WORKED_F

Line 714: UPDATE hxt_det_hours_worked_f detf

710: -- Update the detail rows to a completed status
711: if g_debug then
712: hr_utility.set_location('HXT_TRAN_PA.non_eff_wage_rate_transfer',340);
713: end if;
714: UPDATE hxt_det_hours_worked_f detf
715: SET detf.pa_status = 'C'
716: WHERE detf.rowid = (SELECT det2.rowid
717: FROM hxt_det_hours_worked_x det2
718: WHERE l_non_rec.id = det2.id);