DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on HXT_TIME_GEN

Line 2902: l_new_batch := hxt_time_gen.Get_Next_Batch_Id;

2898: -- Create a new batch header id for timecards being rolled back
2899: -- This will allow the user to send any timecards remaining
2900: -- in PayMIX on to Payroll. Rollback timecards will always get
2901: -- a new batch id so they can be processed separately.
2902: l_new_batch := hxt_time_gen.Get_Next_Batch_Id;
2903: -- Update the corresponding timecards with the new batch number
2904: -- Delete batch lines for the time period selected by the user
2905: -- Delete any existing batch line errors
2906: --HXT11FOR batch_line_rec IN batch_line_cur(l_period_start_date, l_period_end_date) LOOP