Create Journals Program to Remove STATUS_CODE = 'T' rows with fatal crash
This program also deletes transactions in the GL_BC_PACKETS table in the following situations:
STATUS_CODE = 'R': Rejected summary and detail account rows older than the user-specified Minimum Save Time.
STATUS_CODE = 'S': successful Funds Check Complete rows older than the user-specified Minimum Save Time.
STATUS_CODE = 'F': failed Funds Check rows older than the user-specified Minimum Save Time.
STATUS_CODE = 'T' rows with fatal crash older than 24 hours.
STATUS_CODE = 'P' pending rows older than 120 hours (five days).
STATUS_CODE = 'C' checking rows older than 120 hours (five days).
User cannot specify which STATUS_CODE to delete, and there is no way of knowing whether the pending transactions are from some reservation that has not yet been fully processed or if it is from a failed reservation, and other users are clearing the funds by increasing the budget. Would like to delete transactions with STATUS_CODE = 'T'.