Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

NOTE: You will need access to TCIDP in order to perform this operation. When using tc_user schema for TCIDP tables will be listed under Synonyms.

  1. Determine which application is being referred to by running the attached query in TOAD, replacing the text “INSERT_TC_USER_ID” with the user’s TC User ID.

    • See script below

  2. From the list of results, determine which application is the one to be removed. There is usually only one application with Pending Tasks, but not always. If need be, confirm with the client. Appplicaion Date The date of the application is a good reference point. The application date is the Date Created column in the results for the first task of the application. The client may also provide just the due date, then the application date determined by subtracting 10 days from the due date (more or less).

  3. Once the application to be removed has been identified, get the relative application_id and related_application_id values from the list of results.

  4. In TOAD, go to table UA019_TASK and locate ALL RECORDS where ua019_task.applicaion_id is equal to either the application_id or related_application_id value from #3 above. Update the value for TASK_STATUS_CD ua019_task.task_status_cd to 3 (Declined). Note: Under the tc_user schema in TOAD for TCIDP tables will be listed under Synonyms.

  5. In TOAD, go to table AA009_APPLICATION and locate any records (max. 2) with the application_id or related_application_id values. Update the value for aa009_application.application_status_cd to 3 (Declined).

  6. Notify user.

...