/
Check Upload History For Course Provider

Check Upload History For Course Provider

  • Work Process - Purpose
    • To verify uploads status for a specific Course Provider.

  • Work Process - Summary
    • Query the Organization table to obtain Course Provider Organization_ID number.

    • Query the Upload History table using the Organization_ID foreign key to verify uploads for this Course Provider.

  • Contribution Of The Client Group To The Work Process
    • Client Group may request this if they cannot verify uploads via the PDF Application.
  • Steps Of The Work Process
    • With the Course Provider name, use the following query to obtain the Organization_ID for this company:

      SELECT *

      FROM TC006_ORGANIZATION

      WHERE UPPER(ORGANIZATION_NAME_TXT) LIKE '%DL COURSE%';

    • With the Organization_ID, use the following query to see upload history for this Course Provider:

      SELECT *

      FROM TM019_UPLOAD_HISTORY

      WHERE ORGANIZATION_ID = '4236147';


Related content

Updating Contact Details For A Course Provider
Updating Contact Details For A Course Provider
More like this
Error Importing: {FIELD_NAME} must not be empty
Error Importing: {FIELD_NAME} must not be empty
Read with this
Find Course Provider User
Find Course Provider User
More like this
Differenciate Between Test Online Operators And Classroom Candidates
Differenciate Between Test Online Operators And Classroom Candidates
Read with this
Find SAIK For Course Provider And Ensure Validity
Find SAIK For Course Provider And Ensure Validity
More like this
Using The Emulator And Set Up Course Provider For Online Test Access
Using The Emulator And Set Up Course Provider For Online Test Access
Read with this