DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on HXT_TIME_GEN

Line 1742: l_new_batch := hxt_time_gen.Get_Next_Batch_Id;

1738: -- Create a new batch header id for timecards being rolled back
1739: -- This will allow the user to send any timecards remaining
1740: -- in PayMIX on to Payroll. Rollback timecards will always get
1741: -- a new batch id so they can be processed separately.
1742: l_new_batch := hxt_time_gen.Get_Next_Batch_Id;
1743: -- Update the corresponding timecards with the new batch number
1744: -- Delete batch lines for the time period selected by the user
1745: -- Delete any existing batch line errors
1746: --HXT11FOR batch_line_rec IN batch_line_cur(l_period_start_date, l_period_end_date) LOOP