DBA Data[Home] [Help]

APPS.HXT_TRAN_PA dependencies on HXT_ERRORS_F

Line 124: FROM hxt_errors_f errf

120: || fnd_date.date_to_chardate(l_timecard_rec.end_date)); --DEBUG ONLY
121:
122: -- Clean up existing transfer to PA errors for this payroll/period
123: DELETE
124: FROM hxt_errors_f errf
125: WHERE errf.tim_id = l_timecard_rec.id
126: AND (errf.location LIKE 'hxt_tran%'
127: OR errf.location LIKE 'hxt_pa_user_exits.p_a_%');
128: COMMIT;