Hold Code Removal

Hi

how can i remove a large amount of holds without running the expire hold code report? (as its not set up yet.)

it is tedious removing the holds one by one.

any ideas??

Many Thanks,

Robert

Parents Reply
  • Hi All,

    All the Hold codes are sitting in a table called TX_PERF_HC.

    If you delete a record from this table, the hold code of that seat will be removed.

    Not every seat has a hold code, but every HC record has a seat.

     

     

    SELECT

     

    perf_no, seat_no, hc_no, priority, start_dt, end_dt, session_no

    FROM

     

    TX_PERF_HC

    have fun

    Ben

Children
No Data