Name: | 360 |
Description: | Stores data related to 360 appraisals such as the target employee and the current phase. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_360_id
Relationships for epm_360_id
|
INT(11) |
360 ID | Unique system value for identifying 360 appraisals. | NO | |||||||||||||||||||||||||||
epm_360_last_modified | TIMESTAMP |
360 Last Modified | Date when the 360 appraisal was last revised by an authorized user. | NO | |||||||||||||||||||||||||||
epm_360_date_created | DATETIME |
360 Date Created | Date when the 360 appraisal was created by an authorized user. | NO | |||||||||||||||||||||||||||
epm_360_name | VARCHAR(255) |
360 Name | Translation of the unique system value into a word or phrase for identifying the 360 appraisal. | YES | |||||||||||||||||||||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | System generated foreign key providing a connection between the target employee and a specific 360 appraisal. | NO | |||||||||||||||||||||||||||
epm_360_parent_appraisal_id
Relationships for epm_360_parent_appraisal_id
|
INT(11) |
Parent Appraisal ID | System generated foreign key providing a connection between a full appraisal and a specific 360 appraisal. | NO | |||||||||||||||||||||||||||
epm_360_date_closed | DATETIME |
360 Date Closed | Date when the 360 appraisal was finalized and closed. | NO | |||||||||||||||||||||||||||
epm_360_final_score | FLOAT |
360 Final Score | This is the final score of the 360 appraisal stored as a percentage. | NO | |||||||||||||||||||||||||||
epm_360_current_phase | ENUM |
360 Current Phase | The logical value for the current phase of the 360 appraisal. This can either be "planning", "assessment", or "review". | NO | |||||||||||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | System generated foreign key providing a connection between a scale and a specific 360 appraisal. | NO | |||||||||||||||||||||||||||
epm_360_allow_participant_nomination | TINYINT(1) |
360 Allow Participant Nomination | Indication on whether a target employee can add participants to their 360 appraisal. | NO | |||||||||||||||||||||||||||
epm_360_creator_id
Relationships for epm_360_creator_id
|
INT(11) |
360 Creator ID | System generated foreign key providing a connection between the 360 and the employee who created it. | NO | |||||||||||||||||||||||||||
epm_360_status_id
Relationships for epm_360_status_id
|
INT(11) |
360 Status ID | System generated foreign key providing a connection between the 360 and the 360's current status. | NO | |||||||||||||||||||||||||||
epm_360_parent_appraisal_phase_id
Relationships for epm_360_parent_appraisal_phase_id
|
INT(11) |
360 Parent Appraisal Phase ID | System generated foreign key providing a connection between the 360 and the phase in the full appraisal where the 360 was completed in. | NO | |||||||||||||||||||||||||||
epm_360_latest_phase | ENUM |
360 Latest Phase | The logical value for the furthest phase the 360 has progressed to. This can either be "planning", "assessment", or "review". | NO | |||||||||||||||||||||||||||
epm_360_template_id
Relationships for epm_360_template_id
|
INT(11) |
360 Template ID | The unique ID of a related Epm 360 Template/Workflow | NO |
Name: | 360 Appraiser/Participant |
Description: | Stores all the data related to 360 participants/appraisers. Information includes the date the scores were submitted and to what user account the participant is related. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_360_appraiser_id
Relationships for epm_360_appraiser_id
|
INT(11) |
360 Participant ID | Unique system value for identifying a 360 participant. | NO | |||||||||
epm_360_appraiser_last_modified | TIMESTAMP |
360 Participant Last Modified | Date when the 360 participant was last revised by an authorized user. | NO | |||||||||
epm_360_appraiser_date_created | DATETIME |
360 Participant Creation Date | The date and time when a participant on a 360 appraisal was added to the 360 appraisal. | NO | |||||||||
epm_360_id
Relationships for epm_360_id
|
INT(11) |
360 ID | System generated foreign key providing a connection between the parent 360 appraisal and a specific 360 participant. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between the 360 participant and a specific user account. | NO | |||||||||
epm_360_appraiser_active | TINYINT(1) |
360 Participant Active | Indication on whether or not the 360 participant is active in the system or deactivated from use. | NO | |||||||||
epm_360_appraiser_submitted_date | DATETIME |
360 Participant Submitted Date | Date when the ratings were submitted by the 360 participant. | NO | |||||||||
epm_360_appraiser_contacted_date | DATE |
NO |
Name: | 360 Category |
Description: | Stores all the data related to categories used in 360 appraisals. Information includes the category type and its weight in the final 360 appraisal score. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_360_category_id
Relationships for epm_360_category_id
|
INT(11) |
360 Category ID | Unique system value for identifying a 360 category. | NO | |||||||||
epm_360_category_last_modified | TIMESTAMP |
360 Category Last Modified | Date when the 360 category was last revised by an authorized user. | NO | |||||||||
epm_360_category_date_created | DATETIME |
360 Category Creation Date | Date when the 360 category was added to the system by an authorized user. | NO | |||||||||
epm_360_id
Relationships for epm_360_id
|
INT(11) |
360 ID | System generated foreign key providing a connection between a 360 category and a specific 360 appraisal. | NO | |||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
Performance Category ID | System generated foreign key providing a connection between a performance category and a specific 360 category. | NO | |||||||||
epm_360_category_weight | FLOAT |
360 Category Weight | Numeric value indicating the percentage weight given to a performance category when calculating a final score for a 360 appraisal. | NO | |||||||||
epm_360_category_order | INT(11) |
360 Category Order | Numeric value indicating the order in which the 360 category for the 360 appraisal displays in a list or table. | NO |
Name: | 360 Competency |
Description: | Stores all the data related to 360 competencies. Information includes the name of the competency and its description. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_competency_id
Relationships for epm_360_competency_id
|
INT(11) |
360 Competency ID | Unique system value for identifying a 360 competency. | NO | ||||||
epm_360_competency_last_modified | TIMESTAMP |
360 Competency Last Modified | Date when the 360 competency was last revised by an authorized user. | NO | ||||||
epm_360_competency_date_created | DATETIME |
360 Competency Creation Date | Date and time when the 360 competency was added to the 360 appraisal. | NO | ||||||
epm_360_category_id
Relationships for epm_360_category_id
|
INT(11) |
360 Category ID | System generated foreign key providing a connection between a 360 competency and a specific 360 category. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a 360 competency and a specific competency in the competency library. | NO | ||||||
epm_360_competency_locked | TINYINT(1) |
360 Competency Locked | Indicates whether a 360 competency is locked from being edited or removed from a 360 appraisal. | NO | ||||||
epm_360_competency_name | VARCHAR(255) |
360 Competency Name | Translation of the unique system value into a word or phrase for identifying the 360 competency. | YES | ||||||
epm_360_competency_description | VARCHAR(255) |
360 Competency Description | Phrases compiled to describe the purpose, reason, or responsibility for a 360 competency. | YES | ||||||
epm_360_competency_weight | FLOAT |
360 Competency Weight | The percentage weight given to ratings on this competency when calculating the final score for the 360 category. | NO | ||||||
epm_360_competency_order | INT(11) |
360 Competency Order | Numeric value indicating the order in which the 360 competency for the 360 category displays in a list or table. | NO |
Name: | 360 Competency Rating |
Description: | Stores data related to how one 360 participant scored a particular 360 competency including the score selection and a related comment. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_competency_rating_id | INT(11) |
360 Competency Rating ID | Unique system value for identifying a 360 competency rating. | NO | ||||||
epm_360_competency_rating_last_modified | TIMESTAMP |
360 Competency Rating Last Modified | Date when the 360 competency rating was last revised by an authorized user. | NO | ||||||
epm_360_competency_rating_date_created | DATETIME |
360 Competency Rating Creation Date | Date and time when a rating for a 360 competency was created by an authorized user. | NO | ||||||
epm_360_competency_id
Relationships for epm_360_competency_id
|
INT(11) |
360 Competency ID | System generated foreign key providing a connection between the 360 competency rating and a specific 360 competency. | NO | ||||||
epm_360_appraiser_id
Relationships for epm_360_appraiser_id
|
INT(11) |
360 Appraiser ID | System generated foreign key providing a connection between a 360 competency rating and a specific 360 participant. | NO | ||||||
hua_scale_value_id | INT(11) |
Scale Value ID | System generated foreign key providing a connection between a 360 competency rating and a specific scale value selection. | NO | ||||||
epm_360_competency_rating_score | FLOAT |
360 Competency Rating Score | Value given by an authorized user in the site to grade the 360 competency for the target of the 360 appraisal. | NO | ||||||
epm_360_competency_rating_comment | TEXT |
360 Competency Rating Comment | Textual content of any comments created by a 360 participant when completing the 360 rating process. | NO |
Name: | 360 Skill |
Description: | Stores all the data related to 360 skills. Information includes the name of the skill and its order in its category. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_skill_id
Relationships for epm_360_skill_id
|
INT(11) |
360 Skill ID | Unique system value for identifying a 360 skill. | NO | ||||||
epm_360_skill_last_modified | TIMESTAMP |
360 Skill Last Modified | Date when the 360 skill was last revised by an authorized user. | NO | ||||||
epm_360_skill_date_created | DATETIME |
360 Skill Creation Date | Date and time when a skill for a 360 was created by an authorized user. | NO | ||||||
epm_360_category_id
Relationships for epm_360_category_id
|
INT(11) |
360 Category ID | System generated foreign key providing a connection between a 360 skill and a specific 360 appraisal. | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
Skill ID | System generated foreign key providing a connection between a 360 skill and a specific skill from the skill library. | NO | ||||||
epm_360_skill_locked | TINYINT(1) |
360 Skill Locked | Indication of whether this skill can be removed or modified by a manager during the creation process. | NO | ||||||
epm_360_skill_name | VARCHAR(255) |
360 Skill Name | Translation of the unique system value into a word or phrase for identifying the 360 skill. | YES | ||||||
epm_360_skill_weight | FLOAT |
360 Skill Weight | Numeric value indicating the percentage weight given to a skill when calculating a final score for a 360 appraisal. | NO | ||||||
epm_360_skill_order | INT(11) |
360 Skill Order | Numeric value indicating the order in which the 360 skill for the 360 appraisal displays in a list or table. | NO |
Name: | 360 Skill Rating |
Description: | Stores data related to how one 360 participant scored a particular 360 skill including the score selection and a related comment. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_skill_rating_id | INT(11) |
360 Skill Rating ID | Unique system value for identifying a 360 skill rating. | NO | ||||||
epm_360_skill_rating_last_modified | TIMESTAMP |
360 Skill Rating Last Modified | Date when the 360 skill rating was last revised by an authorized user. | NO | ||||||
epm_360_skill_rating_date_created | DATETIME |
360 Skill Rating Creation Date | Date and time when a skill rating for a 360 appraisal was created by an authorized user. | NO | ||||||
epm_360_skill_id
Relationships for epm_360_skill_id
|
INT(11) |
360 Skill ID | System generated foreign key providing a connection between a 360 skill rating and a specific 360 skill. | NO | ||||||
epm_360_appraiser_id
Relationships for epm_360_appraiser_id
|
INT(11) |
360 Appraiser ID | System generated foreign key providing a connection between a 360 skill rating and a specific 360 participant. | NO | ||||||
hua_scale_value_id | INT(11) |
Scale Value ID | System generated foreign key providing a connection between a 360 skill rating and a specific scale value selection. | NO | ||||||
epm_360_skill_rating_score | FLOAT |
360 Skill Rating Score | Value given by an authorized user in the site to grade the 360 skill on the 360 appraisal. | NO | ||||||
epm_360_skill_rating_comment | TEXT |
360 Skill Rating Comment | Textual content of any comments created by the 360 participant when rating this 360 skill. | NO |
Name: | 360 Template |
Description: | Stores all the data related to 360 templates which are used as a basis to create 360 appraisals. Information includes which scale is used for the template and whether a target employee is allowed to nominate participants. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_360_template_id
Relationships for epm_360_template_id
|
INT(11) |
360 Template ID | Unique system value for identifying a 360 template. | NO | ||||||||||||
epm_360_template_last_modified | TIMESTAMP |
360 Template Last Modified | Date when the 360 template was last revised by an authorized user. | NO | ||||||||||||
epm_360_template_date_created | DATETIME |
360 Template Creation Date | Date and time when a template used for 360 appraisals was created by an authorized user (e.g., administrator). | NO | ||||||||||||
epm_360_template_name | VARCHAR(255) |
360 Template Name | Translation of the unique system value into a word or phrase for identifying the 360 template. | YES | ||||||||||||
epm_360_template_description | VARCHAR(255) |
360 Template Description | Phrases compiled to describe the purpose, reason, or responsibility for a 360 template. | YES | ||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | System generated foreign key providing a connection between a 360 template and a specific scale. | NO | ||||||||||||
epm_360_template_manager_id | INT(11) |
360 Template Manager ID | System generated foreign key providing a connection between a 360 template and a specific user account for a manager who created the template. | NO | ||||||||||||
epm_360_template_allow_participant_nomination | TINYINT(1) |
360 Template Allow Participant Nomination | Indicates whether the target employee for the 360 appraisal should be able to nominate participants. | NO | ||||||||||||
epm_360_template_active | TINYINT(1) |
360 Template Active | Indication on whether or not the 360 template is active in the system or deactivated from use. | NO | ||||||||||||
epm_360_template_is_default | TINYINT(1) |
360 Template Is Default | Indication on whether or not a specific 360 template is considered the default selection. | NO |
Name: | 360 Template Associated Employee |
Description: | Stores all the data related to 360 templates associated with specific employees. Information includes the identification of the employee and of the 360 template. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_template_associated_employee_id | INT(11) |
360 Template Associated Employee ID | Unique system value for identifying an employee association with a 360 template. | NO | ||||||
epm_360_template_associated_employee_last_modified | TIMESTAMP |
360 Template Associated Employee Last Modified | Date when the employee association with a 360 template was last revised by an authorized user. | NO | ||||||
epm_360_template_associated_employee_date_created | DATETIME |
360 Template Associated Employee Creation Date | Date and time when a 360 template associated with a specific employee was created by an authorized user. | NO | ||||||
epm_360_template_id
Relationships for epm_360_template_id
|
INT(11) |
360 Template ID | System generated foreign key providing a connection between an employee relation and a specific 360 template. | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | System generated foreign key providing a connection between an employee relation and a specific employee. | NO |
Name: | 360 Template Category |
Description: | Stores all the data related to the categories of a 360 template. Information includes percentage weight given to competencies imported by a job profile and the logical value of a 360 category. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_360_template_category_id
Relationships for epm_360_template_category_id
|
INT(11) |
360 Template Category ID | Unique system value for identifying a 360 template category (e.g., skill, competency). | NO | |||||||||
epm_360_template_category_last_modified | TIMESTAMP |
360 Template Category Last Modified | Date when the 360 template category was last revised by an authorized user. | NO | |||||||||
epm_360_template_category_date_created | DATETIME |
360 Template Category Date Created | Date when the 360 template category was created by an authorized user. | NO | |||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
Performance Category ID | System generated foreign key providing a connection between a 360 template category and a specific performance (i.e., EPM) category. | NO | |||||||||
epm_360_template_id
Relationships for epm_360_template_id
|
INT(11) |
360 Template ID | System generated foreign key providing a connection between a 360 template category and a specific 360 template. | NO | |||||||||
epm_360_template_category_logical_value | VARCHAR(255) |
360 Template Category Logical Value | Logical value is the internally recognized classification for the type of a 360 template category. | NO | |||||||||
epm_360_template_category_lock_workflow_metrics | TINYINT(1) |
360 Template Category Locks Workflow Competency | Indication on whether or not an individual competency in a category can be revised when creating the actual 360 appraisal. | NO | |||||||||
epm_360_template_category_include_job_metrics | TINYINT(1) |
360 Template Category Includes Job Profile Competency | Indication on whether or not any competency associated with a target employee's job profile are automatically added to a 360 appraisal. | NO | |||||||||
epm_360_template_category_weight | FLOAT |
360 Template Category Weight | Numeric value indicating the percentage weight given to a 360 template category when calculating the final score of an appraisal. | NO | |||||||||
epm_360_template_category_job_metrics_weight | FLOAT |
360 Template Category Job Profile Competency Weight | Numeric value indicating the percentage weight given to a targeted employee's job profile competency on a 360 template when calculating the final score of an appraisal. | NO | |||||||||
epm_360_template_category_order | INT(11) |
360 Template Category Sequence | Numeric value indicating the order in which the 360 template categories for the 360 template displays in a list or table. | NO |
Name: | 360 Template Competency |
Description: | Stores data related to the competencies on a 360 template. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_template_competency_id | INT(11) |
360 Template Competency ID | Unique system value for identifying a 360 template competency (e.g., core competency, management). | NO | ||||||
epm_360_template_competency_last_modified | TIMESTAMP |
360 Template Competency Last Modified | Date when the 360 template competency was last revised by an authorized user. | NO | ||||||
epm_360_template_competency_date_created | DATETIME |
360 Template Competency Creation Date | Date when the 360 template competency was created by an authorized user. | NO | ||||||
epm_360_template_category_id
Relationships for epm_360_template_category_id
|
INT(11) |
360 Template Category ID | System generated foreign key providing a connection between a 360 template competency and a specific 360 template category. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a 360 template competency and a specific competency from the competency library. | NO | ||||||
epm_360_template_competency_weight | FLOAT |
360 Template Competency Weight | Percentage of the score that belongs to the 360 template category that will comprise of the scores given to this particular competency. | NO | ||||||
epm_360_template_competency_order | INT(11) |
360 Template Competency Sequence | Numeric value indicating the order in which the 360 template competencies for the 360 template category display in a list or table. | NO |
Name: | 360 Template Skill |
Description: | Stores data related to the skills on a 360 template. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_template_skill_id | INT(11) |
360 Template Skill ID | Unique system value for identifying a 360 template skill. | NO | ||||||
epm_360_template_skill_last_modified | TIMESTAMP |
360 Template Skill Last Modified | Date when the 360 template skill was last revised by an authorized user. | NO | ||||||
epm_360_template_skill_date_created | DATETIME |
360 Template Skill Date Created | Date when the 360 template skill was created by an authorized user. | NO | ||||||
epm_360_template_category_id
Relationships for epm_360_template_category_id
|
INT(11) |
360 Template Category ID | System generated foreign key providing a connection between a 360 template skill and a specific 360 template category. | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
Skill ID | System generated foreign key providing a connection between a 360 template skill and a specific skill from the skill library. | NO | ||||||
epm_360_template_skill_name | VARCHAR(255) |
360 Template Skill Name | Translation of the unique system value into a word or phrase for identifying the 360 template skill. | YES | ||||||
epm_360_template_skill_weight | FLOAT |
360 Template Skill Weight | Percentage of the total weight for the 360 template category that is allocated to this particular skill. | NO | ||||||
epm_360_template_skill_order | INT(11) |
360 Template Skill Order | Numeric value indicating the order in which the 360 template skills for the 360 template category display in a list or table. | NO |
Name: | Ad Hoc Match Division |
Description: | Stores the relationship between org level and its related divisions |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_ad_hoc_match_division_id | INT(11) |
Ad Hoc Match Division ID | The unique ID of the Ad Hoc Match Division | NO |
hua_ad_hoc_match_division_last_modified | TIMESTAMP |
Ad Hoc Match Division Last Modified | Date when the ad hoc match for divisions was last revised by an authorized user. | NO |
hua_ad_hoc_match_division_date_created | DATETIME |
Ad Hoc Match Division Creation Date | Date when an ad hoc match for divisions was created by an authorized user. | NO |
hua_ad_hoc_org_level_division | INT(11) |
Ad Hoc Organizational Level Division | The unique Id for the org level | NO |
hua_ad_hoc_org_level_child | INT(11) |
Ad Hoc Organizational Level Child | The org level Id related to the org level division | NO |
Name: | Administration Category |
Description: | Stores all the data related to the categories defined for administrative use in Notifications and System Settings. Information includes the category name and description. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_administration_category_id
Relationships for hua_administration_category_id
|
INT(11) |
Administration Category ID | Unique system value for identifying an administration category (e.g., Candidates, Libraries, Notifications, Requisitions). | NO | ||||||||||||
hua_administration_category_last_modified | TIMESTAMP |
Administration Category Last Modified | Date when an administration category was last revised by an authorized user. | NO | ||||||||||||
hua_administration_category_date_created | DATETIME |
Administration Category Creation Date | Date when an administration category was created by an authorized user. | NO | ||||||||||||
hua_administration_category_name | VARCHAR(255) |
Administration Category Name | Translation of the unique system value into a word or phrase for identifying the administration category name. | YES | ||||||||||||
hua_administration_category_description | VARCHAR(255) |
Administration Category Description | Phrases compiled to describe the purpose, reason, or responsibility for an administration category. | YES | ||||||||||||
hua_administration_category_enabled | TINYINT(1) |
NO |
Name: | Aggregate History Date Set |
Description: | Stores all the data related to aggregate history date sets. Date sets are used to calculate historical 9-Box information for specific organizations or divisions. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_aggregate_history_date_set_id | INT(11) |
Aggregate History Date Set ID | Unique system value for identifying an aggregate history date set used to calculate historical 9-box details. | NO | |||||||||
hua_aggregate_history_date_set_last_modified | TIMESTAMP |
Aggregate History Date Set Last Modified | Date when an aggregate history date set was last revised by an authorized user. | NO | |||||||||
hua_aggregate_history_date_set_date_created | TIMESTAMP |
Aggregate History Date Set Creation Date | Date when an aggregate history date set was created by an authorized user. | NO | |||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
Organizational Level ID | System generated foreign key providing a connection between an aggregate history date set and a specific organizational level. | NO | |||||||||
hua_aggregate_history_date_set_date_one | DATE |
Aggregate History First Date Set Date | Date designated as the first historical aggregate date. | NO | |||||||||
hua_aggregate_history_date_set_date_two | DATE |
Aggregate History Second Date Set Date | Date designated as the second historical aggregate date. | NO | |||||||||
hua_aggregate_history_date_set_date_three | DATE |
Aggregate History Third Date Set Date | Date designated as the third historical aggregate date. | NO | |||||||||
hua_aggregate_history_date_set_system_flag | TINYINT(1) |
Aggregate History Date Set System Flag | Indication on whether or not an aggregate history date set was system generated. | NO |
Name: | Applicant Tracking Feedback |
Description: | Stores all the data related to feedback generated in response to a task in applicant tracking. Information includes identification of the job seeker and of the requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_feedback_id
Relationships for ats_feedback_id
|
INT(11) |
Applicant Tracking Feedback ID | Unique system value for identifying feedback generated in response to a task in applicant tracking. | NO | |||||||||||||||
ats_feedback_date_created | DATETIME |
Applicant Tracking Feedback Creation Date | Date and time when feedback was created by an authorized user for a task in applicant tracking. | NO | |||||||||||||||
ats_feedback_last_modified | TIMESTAMP |
Applicant Tracking Feedback Last Modified | Date and time when feedback was last revised by an authorized user for a task in applicant tracking. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between feedback created in response to a task in applicant tracking and a specific requisition. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between feedback created in response to a task in applicant tracking and a specific job seeker. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between feedback created in response to a task in applicant tracking and a specific user in the database. | NO |
Name: | Applicant Tracking Feedback Comment |
Description: | Stores all the data related to comments created in response to feedback for applicant tracking tasks. Information includes the comment content and the user who created the comment. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_feedback_comment_id | INT(11) |
Applicant Tracking Feedback Comment ID | Unique system value for identifying a comment to feedback generated in response to a task in applicant tracking. | NO | ||||||
ats_feedback_comment_date_created | DATETIME |
Applicant Tracking Feedback Comment Creation Date | Date and time when a comment to feedback generated in response to a task in applicant tracking was created by a user. | NO | ||||||
ats_feedback_comment_last_modified | TIMESTAMP |
Applicant Tracking Feedback Comment Last Modified | Date and time when a comment to feedback generated in response to a task in applicant tracking was last revised by a user. | NO | ||||||
ats_feedback_id
Relationships for ats_feedback_id
|
INT(11) |
Applicant Tracking Feedback ID | System generated foreign key providing a connection between a comment created in response to a task in applicant tracking and a specific feedback item. | NO | ||||||
ats_feedback_request_id
Relationships for ats_feedback_request_id
|
INT(11) |
Applicant Tracking Feedback Request ID | System generated foreign key providing a connection between a comment created in response to a task in applicant tracking and a specific feedback request. | NO | ||||||
ats_feedback_comment_comment | TEXT |
Applicant Tracking Feedback Comment Content | Textual content of any comments created by an individual (e.g., internal or external) to feedback generated in response to a task in applicant tracking. | NO | ||||||
ats_feedback_comment_fullname | VARCHAR(255) |
Full Name of Applicant Tracking Feedback Comment | Full name of the user who created the comment to feedback generated in response to a task in applicant tracking. | NO |
Name: | Applicant Tracking Feedback Request |
Description: | Stores all the data related to a request for feedback in response to a task in applicant tracking. Information includes whether a feedback request is completed and the key given to view the feedback request. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_feedback_request_id
Relationships for ats_feedback_request_id
|
INT(11) |
Applicant Tracking Feedback Request ID | Unique system value for identifying a request for feedback in response to a task in applicant tracking. | NO | ||||||
ats_feedback_id
Relationships for ats_feedback_id
|
INT(11) |
Applicant Tracking Feedback ID | System generated foreign key providing a connection between a feedback request in response to a task in applicant tracking and a specific feedback item. | NO | ||||||
ats_feedback_request_date_created | DATETIME |
Applicant Tracking Feedback Request Creation Date | Date and time when a feedback request in response to a task in applicant tracking was created by an authorized user. | NO | ||||||
ats_feedback_request_last_modified | TIMESTAMP |
Applicant Tracking Feedback Request Last Modified | Date and time when a feedback request in response to a task in applicant tracking was last revised by an authorized user. | NO | ||||||
ats_feedback_request_key | VARCHAR(255) |
Applicant Tracking Feedback Request Key | Unique system generated web address (e.g., URL) created to prevent unauthorized access to view a feedback request (there is no authentication required by ad hoc users). | NO | ||||||
ats_feedback_request_reminder_day | INT(1) |
Applicant Tracking Feedback Request Reminder Number of Days | Numeric value indicating the number of days after the reminder date when a feedback request is resubmitted to those who previously received it, but have not responded. | NO | ||||||
ats_feedback_request_reminder_date | DATETIME |
Applicant Tracking Feedback Request Reminder Date | Calendar date indicating when a feedback request is considered tardy and the feedback is resent after a specific number of days. | NO | ||||||
ats_feedback_request_is_completed | TINYINT(1) |
Applicant Tracking Feedback Request Is Completed | Indication on whether or not a comment to a feedback request has been received by the sender of the request. | NO | ||||||
ats_feedback_request_email | VARCHAR(255) |
Applicant Tracking Feedback Request E-mail | E-mail address to which the feedback request was sent in response to a task in applicant tracking. | NO |
Name: | Applicant Tracking Integration |
Description: | Stores all the data related to system integrations within applicant tracking. This is information collected during the set up of the integration by the implementation manager. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_integration_id
Relationships for ats_integration_id
|
INT(11) |
Integration ID | Unique system value for identifying the integration in the site. | NO | ||||||
ats_integration_created | DATETIME |
Integration Creation Date | Date when the integration information was created in the site. | NO | ||||||
ats_integration_last_modified | TIMESTAMP |
Integration Last Modified | Date when the integration information was last revised. | NO | ||||||
ats_integration_name | VARCHAR(255) |
Integration Name | Name of the integration. This information is typically the name of the client with whom the integration is being implemented. | NO |
Name: | Applicant Tracking Note |
Description: | Stores all the data related to notes created for the purposes of applicant tracking. Information includes whether or not a note is private, any associated transaction, and the content of the note. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_note_id | INT(11) |
Applicant Tracking Note ID | Unique system value for identifying a note created by an authorized user. | NO | ||||||
ats_transaction_id | INT(11) |
Applicant Tracking Transaction ID | System generated foreign key providing a connection between an applicant tracking note and a specific applicant tracking transaction. | NO | ||||||
ats_note_text | TEXT |
Applicant Tracking Note Content | Body or text content of the applicant tracking note. | NO | ||||||
ats_user_id
Relationships for ats_user_id
|
INT(11) |
Applicant Tracking User ID | System generated foreign key providing a connection between an applicant tracking note and a specific user in the site. | NO | ||||||
ats_note_private | TINYINT(1) |
Applicant Tracking Private Note | Indication that the applicant tracking note is private and can only be viewed by authorized users. | NO | ||||||
ats_note_deleted | TINYINT(1) |
Applicant Tracking Note Deleted | Indication that the applicant tracking note was deleted by an authorized user in the site. | NO | ||||||
ats_note_date_created | DATETIME |
Applicant Tracking Note Creation Date | Date when the applicant tracking note was created. | NO | ||||||
ats_note_last_modified | TIMESTAMP |
Applicant Tracking Note Last Modified | Date when the applicant tracking note was last revised by an authorized user. | NO |
Name: | Applicant Tracking Personalized Setting |
Description: | Stores all the data related to personalized settings for applicant tracking based on the choices of the user. Information includes the format of the setting and a brief description of the personalized setting. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_personalized_setting_id
Relationships for ats_personalized_setting_id
|
INT(11) |
Personalized Setting ID | Unique system value identifying a personalized setting. | NO | |||||||||
ats_personalized_setting_category_id
Relationships for ats_personalized_setting_category_id
|
INT(11) |
Personalized Setting Category ID | System generated foreign key providing a connection between a personalized setting and the category of a personalized setting. | NO | |||||||||
ats_personalized_setting_name | CHAR(255) |
Personalized Setting Name | Translation of the unique system value into a word or phrase for identifying the personalized setting. | NO | |||||||||
ats_personalized_setting_description | CHAR(255) |
Personalized Setting Description | Phrase for describing the purpose of the personalized setting in terms understandable for the user. | NO | |||||||||
ats_personalized_setting_format | ENUM |
Personalized Setting Format | Descriptive text explaining the format of the personalized setting (e.g., check box, text box, drop down list). | NO | |||||||||
ats_personalized_setting_active | TINYINT(3) |
Personalized Setting Active | Indication on whether or not the personalized setting is actively in use or deactivated in the site. | NO | |||||||||
ats_personalized_setting_creator_id | INT(11) |
Personalized Setting Creator ID | System generated foreign key providing a connection between the personalized setting and the authorized user who set the preferences. | NO | |||||||||
ats_personalized_setting_date_created | DATETIME |
Personalized Setting Creation Date | Date when the personalized settings were created by the authorized user. | NO | |||||||||
ats_personalized_setting_last_modified | TIMESTAMP |
Personalized Setting Last Modified | Date when the personalized settings were last revised by the authorized user. | NO | |||||||||
ats_personalized_setting_system_flag | TINYINT(1) |
Personalized Setting System Flag | Indication on whether or not the personalized setting is system generated. | NO |
Name: | Applicant Tracking Personalized Setting Category |
Description: | Stores all the data related to a category for an applicant tracking personalized setting. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_personalized_setting_category_id
Relationships for ats_personalized_setting_category_id
|
INT(11) |
Personalized Setting Category ID | Unique system value identifying the category of the personalized setting. | NO | ||||||
ats_personalized_setting_category_name | CHAR(255) |
Personalized Setting Category Name | Translation of the unique system value into a word or phrase for identifying the category for the personalized setting. | YES | ||||||
ats_personalized_setting_category_description | CHAR(255) |
Personalized Setting Category Description | Phrase for describing the purpose of the personalized setting category in terms understandable for the user. | YES | ||||||
ats_personalized_setting_category_active | TINYINT(3) |
Personalized Setting Category Active | Indication on whether or not the category for the personalized setting is actively in use or deactivated in the site. | NO | ||||||
ats_personalized_setting_category_sort_order | SMALLINT(6) |
Personalized Setting Category Sequence | Numeric value indicating the order in which the category for the personalized setting will display in a list or table. | NO | ||||||
ats_personalized_setting_category_creator_id | INT(11) |
Personalized Setting Category Creator ID | System generated foreign key providing a connection between the category of the personalized setting and the authorized user who set the preferences. | NO | ||||||
ats_personalized_setting_category_date_created | DATETIME |
Personalized Setting Category Creation Date | Date when the category of the personalized setting was created. | NO | ||||||
ats_personalized_setting_category_last_modified | TIMESTAMP |
Personalized Setting Category Last Modified | Date when the category of the personalized setting was last revised by an authorized user. | NO | ||||||
ats_personalized_setting_category_system_flag | TINYINT(1) |
Personalized Setting Category System Flag | Indication on whether or not the category for the personalized setting is system generated | NO |
Name: | Applicant Tracking Personalized Setting Option |
Description: | Stores all the data related to the option for an applicant tracking personal setting. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_personalized_setting_option_id | INT(11) |
Personalized Setting Option ID | Unique system value for identifying the option selected for the personalized setting. | NO | ||||||
ats_personalized_setting_id
Relationships for ats_personalized_setting_id
|
INT(10) |
Personalized Setting ID | System generated foreign key providing a connection between the personalized setting option and the personalized setting. | NO | ||||||
ats_personalized_setting_option_sequence | SMALLINT(5) |
Personalized Setting Option Sequence | Numeric value indicating the order in which the option for the personalized setting will display in a list or table. | NO | ||||||
ats_personalized_setting_option_value | CHAR(255) |
Personalized Setting Option Value | Translation of the unique system value into a word or phrase for identifying the option for a personalized setting. | NO | ||||||
ats_personalized_setting_option_creator_id | INT(11) |
Personalized Setting Option Creator ID | System generated foreign key providing a connection between the option of the personalized setting and the authorized user who created the option. | NO | ||||||
ats_personalized_setting_option_date_created | DATETIME |
Personalized Setting Option Creation Date | Date when the option for the personalized setting was created. | NO | ||||||
ats_personalized_setting_option_last_modified | TIMESTAMP |
Personalized Setting Option Last Modified | Date when the option for the personalized setting was last revised by an authorized user. | NO | ||||||
ats_personalized_setting_option_system_flag | TINYINT(1) |
Personalized Setting Option System Flag | Indication on whether or not the option for the personalized setting is system generated. | NO |
Name: | Applicant Tracking Personalized Setting User Value |
Description: | Stores all the data related to the choices selected by applicant tracking users for personalized settings. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_personalized_setting_user_value_id | INT(11) |
Personalized Setting User Value ID | Unique system value identifying the option selected by a specific user as a personalized setting. | NO | ||||||
ats_personalized_setting_id
Relationships for ats_personalized_setting_id
|
INT(11) |
Personalized Setting ID | System generated foreign key providing a connection between a personalized setting and a specific user in the database. | NO | ||||||
ats_personalized_setting_user_value | CHAR(255) |
Personalized Setting User Value | Translation of the unique system value into a word or phrase for identifying the option selected by the user as a personalized setting. | NO | ||||||
ats_user_id
Relationships for ats_user_id
|
INT(11) |
Applicant Tracking User ID | System generated foreign key providing a connection between an applicant tracking user and a personalized setting option. | NO | ||||||
ats_personalized_setting_user_value_sequence | SMALLINT(5) |
Personalized Setting User Value Sequence | Numeric value indicating the order in which the option selected by the user for a personalized setting displays in a list or table. | NO | ||||||
ats_personalized_setting_user_value_date_created | DATETIME |
Personalized Setting User Value Creation Date | Date when the user value for the personalized setting was created. | NO | ||||||
ats_personalized_setting_user_value_last_modified | TIMESTAMP |
Personalized Setting User Value Last Modified | Date when the user value for the personalized setting was last revised by an authorized user. | NO | ||||||
ats_personalized_setting_user_value_system_flag | TINYINT(1) |
Personalized Setting User Value System Flag | Indication on whether or not the personalized setting for the specific user is system generated. | NO |
Name: | Applicant Tracking Recruiting Pool |
Description: | Stores all the data related to the recruiting pool categories. Information includes the identification of the user who created the pool. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_pool_id
Relationships for ats_pool_id
|
INT(10) |
Recruiting Pool ID | Unique system value identifying the category of the recruiting pool used for job seekers. | NO | |||||||||||||||||||||
ats_pool_date_created | DATETIME |
Recruiting Pool Creation Date | Date when the recruiting pool category was created. | NO | |||||||||||||||||||||
ats_pool_last_modified | TIMESTAMP |
Recruiting Pool Last Modified | Date when the recruiting pool category was last revised by an authorized user. | NO | |||||||||||||||||||||
ats_pool_name | VARCHAR(255) |
Recruiting Pool Name | Translation of the unique system value into a word or phrase for identifying the recruiting pool. | YES | |||||||||||||||||||||
ats_pool_deactivated | TINYINT(1) |
Recruiting Pool Deactivated | Indication on whether or not the recruiting pool category is active in the system or deactivated from use. | NO | |||||||||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between an applicant tracking pool and a specific user in the database. | NO | |||||||||||||||||||||
ats_pool_order | SMALLINT(5) |
Recruiting Pool Sequence | Numeric value indicating the order in which the category for the recruiting pool category displays in a list or table. | NO | |||||||||||||||||||||
ats_pool_private | TINYINT(1) |
NO |
Name: | Applicant Tracking User |
Description: | Stores all the data related to applicant tracking users in the database. Information includes the average number of days for filling a position and the number of referrals submitted by an employee. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_user_id
Relationships for ats_user_id
|
INT(10) |
Applicant Tracking User ID | Unique system value for identifying an applicant tracking user (e.g., recruiter, hiring manager, job seeker, administrator, employee). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_user_last_modified | TIMESTAMP |
Applicant Tracking User Last Modified | Date when the applicant tracking user was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_user_date_created | DATETIME |
Applicant Tracking User Creation Date | Date when the applicant tracking user was created. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_user_system_flag | TINYINT(1) |
Applicant Tracking User System Flag | Indication on whether or not an applicant tracking user was system generated. | NO | ||||||||||||||||||||||||||||||||||||||||||
avg_time_to_fill | DECIMAL |
Avgerage Time To Fill Position | Value indicating the average number of days it takes for a recruiter to fill an empty position on a requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||
ers_referral_count | INT(11) |
Employee Referral Total | Value indicating the total number of referrals submitted by an employee. | NO |
Name: | Applicant Tracking Wizard |
Description: | Stores all the data related to an applicant tracking wizard that has been completed or is still in progress. Information includes a listing of which steps are comleted for a wizard in progress and the identification of the wizard creator. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_wizard_id
Relationships for ats_wizard_id
|
INT(10) |
Applicant Tracking Wizard ID | Unique system value for identifying an applicant tracking wizard. | NO | |||||||||
ats_wizard_date_created | DATETIME |
Applicant Tracking Wizard Creation Date | Date when an applicant tracking wizard was created by an authorized user (e.g., administrator). | NO | |||||||||
ats_wizard_last_modified | TIMESTAMP |
Applicant Tracking Wizard Last Modified | Date when an applicant tracking wizard was last revised by an authorized user. | NO | |||||||||
ats_user_id
Relationships for ats_user_id
|
INT(10) |
Applicant Tracking User ID | System generated foreign key providing a connection between an applicant tracking wizard and a specific applicant tracking user (e.g., recruiter, hiring manager). | NO | |||||||||
ats_creator_id | INT(10) |
Applicant Tracking Wizard Creator ID | System generated foreign key providing a connection between an applicant tracking wizard and a specific user in the database who is responsible for creating the wizard. | NO | |||||||||
ats_wizard_action_id
Relationships for ats_wizard_action_id
|
INT(10) |
Applicant Tracking Wizard Action ID | System generated foreign key providing a connection between an applicant tracking wizard and a specific action on the wizard (e.g., applying to requisition, referring a candidate). | NO | |||||||||
ats_wizard_complete | TINYINT(1) |
Applicant Tracking Wizard Complete | Indication on whether or not an applicant tracking wizard was completed. | NO | |||||||||
ats_wizard_required | TINYINT(1) |
Applicant Tracking Wizard Required | Indication on whether or not an applicant tracking wizard must be completed once it is started by a user. | NO | |||||||||
ats_wizard_vars | TEXT |
Applicant Tracking Wizard Variables | Column stores those variables (e.g., job seeker ID, requisition ID) that are shared between the applicant tracking wizard steps as a means of retaining data. | NO | |||||||||
ats_wizard_steps_completed | VARCHAR(100) |
Applicant Tracking Wizard Steps Completed | Listing of those steps within an applicant tracking wizard that were completed by a user. | NO |
Name: | Applicant Tracking Wizard Action |
Description: | Stores all the data related to an action on an applicant tracking wizard. Information includes the source of the data and the URL where a user is redirected once an action is completed. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_wizard_action_id
Relationships for ats_wizard_action_id
|
INT(10) |
Applicant Tracking Wizard Action ID | Unique system value for identifying an action (e.g., create a user, applying online) on an applicant tracking wizard. | NO | |||||||||
ats_wizard_action_date_created | DATETIME |
Applicant Tracking Wizard Action Creation Date | Date when an action on an applicant tracking wizard was created by an authorized user. | NO | |||||||||
ats_wizard_action_last_modified | TIMESTAMP |
Applicant Tracking Wizard Action Last Modified | Date when an action on an applicant tracking wizard was last revised by an authorized user. | NO | |||||||||
ats_wizard_action_name | VARCHAR(255) |
Applicant Tracking Wizard Action Name | Translation of the unique system value into a word or phrase for identifying an action on an applicant tracking wizard. | NO | |||||||||
ats_wizard_action_source | VARCHAR(255) |
Applicant Tracking Wizard Action Source | Origin of the data (e.g., job seeker ID, requisition ID) obtained through the completion of an action on an applicant tracking wizard. | NO | |||||||||
ats_wizard_action_complete_script | VARCHAR(255) |
Applicant Tracking Wizard Action Complete Script | Indication via URL where a user will be redirected once an action on an applicant tracking wizard is completed. | NO | |||||||||
ats_wizard_action_system_flag | TINYINT(1) |
Applicant Tracking Wizard Action System Flag | Indication on whether or not an action on an applicant tracking wizard was system generated. | NO |
Name: | Applicant Tracking Wizard Action Step |
Description: | Stores all the data related to an action step on an applicant tracking wizard. Information includes which script is used for an action step and the order of an action step in an applicant tracking wizard. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_wizard_action_step_id | INT(10) |
Applicant Tracking Wizard Action Step ID | Unique system value for identifying an action step on an applicant tracking wizard. | NO | ||||||
ats_wizard_action_step_date_created | DATETIME |
Applicant Tracking Wizard Action Step Creation Date | Date when an action step on an applicant tracking wizard was created by an authorized user. | NO | ||||||
ats_wizard_action_step_last_modified | TIMESTAMP |
Applicant Tracking Wizard Action Step Last Modified | Date when an action step on an applicant tracking wizard was last revised by an authorized user. | NO | ||||||
ats_wizard_action_step_script | VARCHAR(255) |
Applicant Tracking Wizard Action Step Script | Indication of which script/URL is executed in an action step of an applicant tracking wizard. | NO | ||||||
ats_wizard_action_step_order | INT(3) |
Applicant Tracking Wizard Action Step Sequence | Numeric value indicating the order in which the action step of an applicant tracking wizard displays in a list or table. | NO | ||||||
ats_wizard_action_step_name | VARCHAR(255) |
Applicant Tracking Wizard Action Step Name | Translation of the unique system value into a word or phrase for identifying an action step on an applicant tracking wizard. | NO | ||||||
ats_wizard_action_id
Relationships for ats_wizard_action_id
|
INT(10) |
Applicant Tracking Wizard Action ID | System generated foreign key providing a connection between an action step on an applicant tracking wizard and a specific action. | NO | ||||||
ats_wizard_action_step_system_flag | TINYINT(1) |
Applicant Tracking Wizard Action Step System Flag | Indication on whether or not an action step on an applicant tracking wizard is system generated. | NO |
Name: | Application Prevention Duration |
Description: | Stores data related to the application prevention duration. Information includes the number of days a job seeker is prevented from resubmitting a resume to a requisition for both an internal and external job seeker. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_application_prevention_duration_id | INT(11) |
Application Prevention Duration ID | Unique system value for identifying the duration for applying to an application. | NO |
ats_application_prevention_duration_date_last_modified | TIMESTAMP |
Application Prevention Duration Date Last Modified | Date when the duration for application prevention was last revised by an authorized user. | NO |
ats_application_prevention_duration_date_created | DATETIME |
Application Prevention Duration Creation Date | Date and time when the duration for application prevention was created by an authorized user. | NO |
ats_application_prevention_duration_days_for_internal | INT(4) |
Application Prevention Duration Days For Internal | Numeric value indicating the number of days after an internal job seeker has been rejected for a requisition before that job seeker may apply to the same requisition. | NO |
ats_application_prevention_duration_days_for_external | INT(4) |
Application Prevention Duration Days For External | Numeric value indicating the number of days after an external job seeker has been rejected for a requisition before that job seeker may apply to the same requisition. | NO |
ats_application_prevention_duration_active | TINYINT(1) |
Application Prevention Duration Active | Indication on whether or not the application prevention duration is active in the system or deactivated from use. | NO |
Name: | Appraisal |
Description: | Stores data related to performance appraisals. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Appraisal ID | Unique system value for identifying an appraisal. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_last_modified | TIMESTAMP |
Appraisal Last Modified | Date when the appraisal was last revised by an authorized user. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_date_created | DATETIME |
Appraisal Date Created | Date when the appraisal was created by an authorized user. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_name | VARCHAR(255) |
Appraisal Name | Translation of the unique system value into a word or phrase for identifying the appraisal. | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_workflow_id
Relationships for epm_workflow_id
|
INT(11) |
Workflow ID | System generated foreign key providing a connection between an appraisal and a specific workflow. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_target_id
Relationships for epm_appraisal_target_id
|
INT(11) |
Appraisal Target ID | System generated foreign key providing a connection between an appraisal and the specific employee being appraised. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_creator_id
Relationships for epm_appraisal_creator_id
|
INT(11) |
Appraisal Creator ID | System generated foreign key providing a connection between an appraisal and the specific employee that launched the appraisal. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_launch_date | DATETIME |
Appraisal Launch Date | The date and time that the appraisal was launched. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | System generated foreign key providing a connection between an appraisal and a specific scale. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_final_score | FLOAT |
Appraisal Final Score | The percentage value for the final score on an appraisal. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_calculated_score | FLOAT |
Appraisal Calculated Score | The percentage value calculated from the various ratings to comprise the overall score for the appraisal. This score could be overridden and so it may not be the same as the final score. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_override_score | FLOAT |
Appraisal Override Score | The percentage value entered by a manager or administrator that will override the calculation determined by the system. If this value is set, this will be the same as the final score. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_override_comment | TEXT |
Appraisal Override Comment | If a manager or administrator overrides an appraisal score, this will contain the comment that contains their reason for overriding the system calculated score. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_share_scores | TINYINT(1) |
Appraisal Share Scores | Indicates whether the scores can be shared with the employee. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_status_id
Relationships for epm_appraisal_status_id
|
INT(11) |
Appraisal Status ID | System generated foreign key providing a connection between an appraisal and a specific status such as "Open" or "Cancelled". | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_closed_date | DATE |
Appraisal Closed Date | The date and time that the appraisal was officially closed. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_current_phase_id
Relationships for epm_appraisal_current_phase_id
|
INT(11) |
Appraisal Current Phase ID | System generated foreign key providing a connection between an appraisal and the specific phase it is currently in. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_latest_phase_id
Relationships for epm_appraisal_latest_phase_id
|
INT(11) |
Appraisal Latest Phase ID | System generated foreign key providing a connection between an appraisal and a specific phase that is the furthest in the process the appraisal has been. This is often the same as the current phase unless the appraisal has been moved back in the process f | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_official | TINYINT(1) |
Appraisal Official | Indicates if this appraisal should count for the employee's employment record as an official score. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
epm_appraisal_original_approval_chain_id
Relationships for epm_appraisal_original_approval_chain_id
|
INT(11) |
Appraisal Original Approval Chain ID | System generated foreign key providing a connection between an appraisal and a specific approval chain. | NO |
Name: | Appraisal Achievement |
Description: | Stores data related to achievements. This is to record major accomplishments on a performance appraisal, but these do not factor into scoring. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_achievement_id | INT(11) |
Appraisal Achievement ID | Unique system value for identifying an achievement. | NO | ||||||
epm_appraisal_achievement_last_modified | TIMESTAMP |
Appraisal Achievement Last Modified | Date when the achievement was last revised by an authorized user. | NO | ||||||
epm_appraisal_achievement_date_created | DATETIME |
Appraisal Achievement Date Created | Date when the achievement was created by an authorized user. | NO | ||||||
epm_appraisal_category_id
Relationships for epm_appraisal_category_id
|
INT(11) |
Appraisal Category ID | System generated foreign key providing a connection between an achievement and a specific appraisal category. | NO | ||||||
epm_appraisal_achievement_name | VARCHAR(255) |
Appraisal Achievement Name | Translation of the unique system value into a word or phrase for identifying the achievement. | YES | ||||||
epm_appraisal_achievement_description | VARCHAR(255) |
Appraisal Achievement Description | Phrases compiled to describe the purpose, reason, or responsibility for an achievement. | YES | ||||||
epm_appraisal_achievement_order | INT(11) |
Appraisal Achievement Order | Numeric value indicating the order in which the achievements for the appraisal category display in a list or table. | NO | ||||||
epm_appraisal_achievement_creator_id | INT(11) |
NO |
Name: | Appraisal Approval Chain |
Description: | Stores data related to the approvals of performance appraisals. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | Unique system value for identifying an approval chain for an appraisal. | NO | |||||||||||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | Date when the approval chain was last revised by an authorized user. | NO | |||||||||||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Date Created | Date when the approval chain was created by an authorized user. | NO | |||||||||||||||||||||||||||
hua_approval_chain_target_id
Relationships for hua_approval_chain_target_id
|
INT(11) |
Approval Chain Target ID | System generated foreign key providing a connection between an approval chain and a specific appraisal. | NO | |||||||||||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Indicates whether the approvers will act in parallel or sequentially. | NO | |||||||||||||||||||||||||||
hua_approval_chain_approval | ENUM |
Approval Chain Approval | Indicates the final result of the approval process. | NO | |||||||||||||||||||||||||||
hua_approval_chain_final_approval_date | DATETIME |
Approval Chain Final Approval Date | Date when the appraisal completed the approval process. | NO | |||||||||||||||||||||||||||
hua_approval_chain_requestor_user_id
Relationships for hua_approval_chain_requestor_user_id
|
INT(11) |
Approval Chain Requestor User ID | System generated foreign key providing a connection between an approval chain and the specific user who requested the approval. | NO |
Name: | Appraisal Assessment |
Description: | Records when an appraiser scores an appraisal. There should be one assessment per appraisal group member. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_assessment_id
Relationships for epm_appraisal_assessment_id
|
INT(11) |
Epm Appraisal Assessment ID | Unique system value for identifying an appraisal assessment. | NO | ||||||||||||
epm_appraisal_assessment_last_modified | TIMESTAMP |
Epm Appraisal Assessment Last Modified | Date when the assessment was last revised by an authorized user. | NO | ||||||||||||
epm_appraisal_assessment_date_created | DATETIME |
Epm Appraisal Assessment Date Created | Date when the appraisal assessment was submitted as official. | NO | ||||||||||||
epm_appraisal_group_member_id
Relationships for epm_appraisal_group_member_id
|
INT(11) |
Epm Appraisal Group Member ID | System generated foreign key providing a connection between an appraisal group member and a specific appraisal assessment. | NO |
Name: | Appraisal Category |
Description: | Stores data regarding appraisal categories which determine the content available on a performance appraisal. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_category_id
Relationships for epm_appraisal_category_id
|
INT(11) |
Appraisal Category ID | Unique system value for identifying an appraisal category. | NO | ||||||||||||||||||
epm_appraisal_category_last_modified | TIMESTAMP |
Appraisal Category Last Modified | Date when the appraisal category was last revised by an authorized user. | NO | ||||||||||||||||||
epm_appraisal_category_date_created | DATETIME |
Appraisal Category Date Created | Date when the appraisal category was created by an authorized user. | NO | ||||||||||||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
Category ID | System generated foreign key providing a connection between a performance category and a specific appraisal category. | NO | ||||||||||||||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Appraisal ID | System generated foreign key providing a connection between an appraisal category and a specific appraisal. | NO | ||||||||||||||||||
epm_appraisal_category_weight | FLOAT |
Appraisal Category Weight | Percentage of the calculated appraisal score that is delegated to this appraisal category. | NO | ||||||||||||||||||
epm_appraisal_category_order | INT(11) |
Appraisal Category Order | Numeric value indicating the order in which the appraisal category for the appraisal displays in a list or table. | NO | ||||||||||||||||||
epm_appraisal_category_include_job_metrics | TINYINT(1) |
Appraisal Category Include Job Skill/Comptency | Flag if competencies/skills from job profile will be automatically included as content | NO | ||||||||||||||||||
epm_appraisal_category_include_project_metrics | TINYINT(1) |
Appraisal Category Include Project Skill/Comptency | Flag if competencies/skills from project teams will be automatically included as content | NO | ||||||||||||||||||
epm_appraisal_category_include_employee_goal_metrics | TINYINT(1) |
Appraisal Category Include Employee Goals | Flag if active employee goals will be automatically included as content | NO | ||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | The unique ID of a related Scale | NO | ||||||||||||||||||
epm_appraisal_category_locked | TINYINT(1) |
NO |
Name: | Appraisal Competency |
Description: | Stores data related to competencies that are part of performance appraisals. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_competency_id
Relationships for epm_appraisal_competency_id
|
INT(11) |
Appraisal Competency ID | Unique system value for identifying an appraisal competency. | NO | ||||||
epm_appraisal_competency_last_modified | TIMESTAMP |
Appraisal Competency Last Modified | Date when the appraisal competency was last revised by an authorized user. | NO | ||||||
epm_appraisal_competency_date_created | DATETIME |
Appraisal Competency Date Created | Date when the appraisal competency was created by an authorized user. | NO | ||||||
epm_appraisal_category_id
Relationships for epm_appraisal_category_id
|
INT(11) |
Appraisal Category ID | System generated foreign key providing a connection between an appraisal category and a specific competency. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between an appraisal competency and a specific competency from the competency library. | NO | ||||||
epm_appraisal_competency_locked | TINYINT(1) |
Appraisal Competency Locked | Indicates whether this appraisal competency can be modified as part of the appraisal. | NO | ||||||
epm_appraisal_competency_name | VARCHAR(255) |
Appraisal Competency Name | Translation of the unique system value into a word or phrase for identifying the appraisal competency. | YES | ||||||
epm_appraisal_competency_description | VARCHAR(255) |
Epm Appraisal Competency Description | Phrases compiled to describe the purpose, reason, or responsibility for an appraisal competency. | YES | ||||||
epm_appraisal_competency_weight | FLOAT |
Appraisal Competency Weight | Percentage of the appraisal category's calculated score that is delegated to this specific competency. | NO | ||||||
epm_appraisal_competency_order | INT(11) |
Appraisal Competency Order | Numeric value indicating the order in which the competencies for the appraisal category displays in a list or table. | NO | ||||||
epm_appraisal_competency_is_modified | TINYINT(1) |
Is Modified | Flag that indicates if the metric has been modified by the allowed user. | NO |
Name: | Appraisal Competency Rating |
Description: | Stores data for every competency ratings for performance appraisals. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_competency_rating_id | INT(11) |
Appraisal Competency Rating ID | Unique system value for identifying a competency rating. | NO | |||||||||
epm_appraisal_competency_rating_last_modified | TIMESTAMP |
Appraisal Competency Rating Last Modified | Date when the competency rating was last revised by an authorized user. | NO | |||||||||
epm_appraisal_competency_rating_date_created | DATETIME |
Appraisal Competency Rating Date Created | Date when the appraisal competency was created by an authorized user. | NO | |||||||||
epm_appraisal_assessment_id
Relationships for epm_appraisal_assessment_id
|
INT(11) |
Appraisal Assessment ID | System generated foreign key providing a connection between a competency rating and a specific appraisal assessment. | NO | |||||||||
epm_appraisal_competency_id
Relationships for epm_appraisal_competency_id
|
INT(11) |
Appraisal Competency ID | System generated foreign key providing a connection between a competency rating and a specific appraisal competency. | NO | |||||||||
hua_scale_value_id | INT(11) |
Scale Value ID | System generated foreign key providing a connection between a competency rating and the specific scale value that was selected. | NO | |||||||||
epm_appraisal_competency_rating_score | FLOAT |
Appraisal Competency Rating Score | The percentage value given for the competency in this rating. | NO | |||||||||
epm_appraisal_discussion_board_entry_id
Relationships for epm_appraisal_discussion_board_entry_id
|
INT(11) |
Appraisal Discussion Board Entry ID | System generated foreign key providing a connection between a competency rating and a specific discussion board entry. | NO |
Name: | Appraisal Discussion Board |
Description: | Stores data related to discussion boards including the metric-specific discussion boards on performance appraisals. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_discussion_board_id
Relationships for epm_appraisal_discussion_board_id
|
INT(11) |
Appraisal Discussion Board ID | Unique system value for identifying an appraisal discussion board. | NO | |||||||||||||||
epm_appraisal_discussion_board_last_modified | TIMESTAMP |
Appraisal Discussion Board Last Modified | Date when the discussion board was last revised by an authorized user. | NO | |||||||||||||||
epm_appraisal_discussion_board_date_created | DATETIME |
Appraisal Discussion Board Date Created | Date when the discussion board was created by an authorized user. | NO | |||||||||||||||
epm_appraisal_discussion_board_target_id | INT(11) |
Appraisal Discussion Board Target ID | System generated foreign key providing a connection between a discussion board and a specific appraisal. | NO | |||||||||||||||
epm_appraisal_discussion_board_subject_model | VARCHAR(255) |
NO | |||||||||||||||||
epm_appraisal_discussion_board_subject_id | INT(11) |
NO |
Name: | Appraisal Discussion Board Entry |
Description: | Stores data related to notes that are added to performance appraisals. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_discussion_board_entry_id
Relationships for epm_appraisal_discussion_board_entry_id
|
INT(11) |
Appraisal Discussion Board Entry ID | Unique system value for identifying a discussion board entry. | NO | ||||||||||||
epm_appraisal_discussion_board_entry_last_modified | TIMESTAMP |
Appraisal Discussion Board Entry Last Modified | Date when the discussion board entry was last revised by an authorized user. | NO | ||||||||||||
epm_appraisal_discussion_board_entry_date_created | DATETIME |
Appraisal Discussion Board Entry Date Created | Date when the discussion board entry was created by an authorized user. | NO | ||||||||||||
epm_appraisal_discussion_board_id
Relationships for epm_appraisal_discussion_board_id
|
INT(11) |
Appraisal Discussion Board ID | System generated foreign key providing a connection between a discussion board entry and a specific discussion board. | NO | ||||||||||||
epm_appraisal_discussion_board_entry_parent_id | INT(11) |
Appraisal Discussion Board Entry Parent ID | System generated foreign key providing a connection between a discussion board entry and the parent entry. This is used when a user replies to a discussion board entry. | NO | ||||||||||||
epm_appraisal_discussion_board_entry_author_id | INT(11) |
Appraisal Discussion Board Entry Author ID | System generated foreign key providing a connection between a discussion board entry and the specific user who added the entry. | NO | ||||||||||||
epm_appraisal_discussion_board_entry_permission | VARCHAR(255) |
Appraisal Discussion Board Entry Permission | Short value that indicates who should be able to view this entry. | NO | ||||||||||||
epm_appraisal_phase_id
Relationships for epm_appraisal_phase_id
|
INT(11) |
Appraisal Phase ID | System generated foreign key providing a connection between a discussion board entry and a specific appraisal phase. | NO | ||||||||||||
epm_appraisal_discussion_board_entry_subject | TEXT |
Appraisal Discussion Board Entry Subject | Generally a short string of text that serves as a heading for the entry content. | YES | ||||||||||||
epm_appraisal_discussion_board_entry_text | TEXT |
Appraisal Discussion Board Entry Text | The text content of the discussion board entry. | YES | ||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | System generated foreign key providing a connection between a discussion board entry and a specific uploaded file attachment. | NO |
Name: | Appraisal Goal |
Description: | Stores data related to goals that are part of performance appraisals. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_goal_id
Relationships for epm_appraisal_goal_id
|
INT(11) |
Appraisal Goal ID | Unique system value for identifying a goal. | NO | ||||||||||||
epm_appraisal_goal_last_modified | TIMESTAMP |
Appraisal Goal Last Modified | Date when the goal was last revised by an authorized user. | NO | ||||||||||||
epm_appraisal_goal_date_created | DATETIME |
Appraisal Goal Date Created | Date when the goal was created by an authorized user. | NO | ||||||||||||
epm_appraisal_category_id
Relationships for epm_appraisal_category_id
|
INT(11) |
Appraisal Category ID | System generated foreign key providing a connection between a goal and a specific appraisal goal category. | NO | ||||||||||||
epm_appraisal_goal_weight | FLOAT |
Appraisal Goal Weight | Percentage of the score allocated to the goal category that is delegated to this particular goal. | NO | ||||||||||||
epm_employee_goal_id
Relationships for epm_employee_goal_id
|
INT(11) |
Employee Goal ID | The unique ID of a related Employee Goal | NO | ||||||||||||
epm_appraisal_goal_is_modified | TINYINT(1) |
Is Modified | Flag that indicates if the metric has been modified by the allowed user. | NO |
Name: | Appraisal Goal Rating |
Description: | Stores data related to how goals have been rated on performance appraisals. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_goal_rating_id | INT(11) |
Appraisal Goal Rating ID | Unique system value for identifying a goal rating. | NO | |||||||||
epm_appraisal_goal_rating_last_modified | TIMESTAMP |
Appraisal Goal Rating Last Modified | Date when the goal rating was last revised by an authorized user. | NO | |||||||||
epm_appraisal_goal_rating_date_created | DATETIME |
Appraisal Goal Rating Date Created | Date when the goal rating was last revised by an authorized user. | NO | |||||||||
epm_appraisal_assessment_id
Relationships for epm_appraisal_assessment_id
|
INT(11) |
Appraisal Assessment ID | System generated foreign key providing a connection between a goal rating and a specific appraisal assessment. | NO | |||||||||
epm_appraisal_goal_id
Relationships for epm_appraisal_goal_id
|
INT(11) |
Appraisal Goal ID | System generated foreign key providing a connection between a goal rating and a specific goal. | NO | |||||||||
epm_appraisal_goal_rating_score | FLOAT |
Appraisal Goal Rating Score | Percentage given to this goal by the rater. | NO | |||||||||
epm_appraisal_discussion_board_entry_id
Relationships for epm_appraisal_discussion_board_entry_id
|
INT(11) |
Appraisal Discussion Board Entry ID | System generated foreign key providing a connection between a goal rating and a specific discussion board entry. | NO | |||||||||
hua_scale_value_id | INT(11) |
Scale Value ID | System generated foreign key providing a connection between a goal rating and a specific scale value when the goal is scored on a system scale. | NO | |||||||||
epm_appraisal_goal_rating_complete | TINYINT(1) |
Appraisal Goal Rating Complete | Indicates if the employee completed the objective when the goal is scored on an "all or nothing" basis. | NO | |||||||||
epm_appraisal_goal_rating_achieved_number | FLOAT |
Appraisal Goal Rating Achieved Number | Indicates the achieved level when the goal is scored numerically. | NO | |||||||||
epm_appraisal_goal_rating_target_number | FLOAT |
Appraisal Goal Rating Target Number | Indicates the target level when the goal is scored numerically. | NO | |||||||||
epm_appraisal_goal_rating_percent_complete | INT(11) |
Appraisal Goal Rating Percent Complete | Percentage of the object completed by the employee. This value is only used when the goal is scored as a percentage. | NO |
Name: | Appraisal Goal Status |
Description: | Stores data related to the statuses available for goals. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_goal_status_id
Relationships for epm_appraisal_goal_status_id
|
INT(11) |
Appraisal Goal Status ID | Unique system value for identifying an available goal status. | NO | ||||||
epm_appraisal_goal_status_last_modified | TIMESTAMP |
Appraisal Goal Status Last Modified | Date when the goal status was last revised by an authorized user. | NO | ||||||
epm_appraisal_goal_status_date_created | DATETIME |
Appraisal Goal Status Date Created | Date when the goal status was created by an authorized user. | NO | ||||||
epm_appraisal_goal_status_name | VARCHAR(255) |
Appraisal Goal Status Name | Translation of the unique system value into a word or phrase for identifying the goal status. | YES | ||||||
epm_appraisal_goal_status_color | VARCHAR(255) |
Appraisal Goal Status Color | Hexadecimal value for the color that should be used to display this status. | NO | ||||||
epm_appraisal_goal_status_order | INT(11) |
Appraisal Goal Status Order | Numeric value indicating the order in which the goal statuses display in a list or table. | NO |
Name: | Appraisal Group |
Description: | Stores data related to appraisers in an appraisal phase that are the same type. This represents the self assessment, manager assessment, all peer assessments, etc. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_group_id
Relationships for epm_appraisal_group_id
|
INT(11) |
Appraisal Group ID | Unique system value for identifying an appraisal group. | NO | ||||||
epm_appraisal_group_last_modified | TIMESTAMP |
Appraisal Group Last Modified | Date when the appraisal group was last revised by an authorized user. | NO | ||||||
epm_appraisal_group_date_created | DATETIME |
Appraisal Group Date Created | Date when the appraisal group was created by an authorized user. | NO | ||||||
epm_appraisal_phase_id
Relationships for epm_appraisal_phase_id
|
INT(11) |
Appraisal Phase ID | System generated foreign key providing a connection between an appraisal group and a specific appraisal phase. | NO | ||||||
epm_appraisal_group_type_id
Relationships for epm_appraisal_group_type_id
|
INT(11) |
Appraisal Group Type ID | System generated foreign key providing a connection between an appraisal group and its specific type such as matrix manager, peer, or self. | NO | ||||||
epm_appraisal_group_weight | FLOAT |
Appraisal Group Weight | Percentage of the score allocated to the appraisal phase that will be delegated to this particular appraisal group. | NO | ||||||
epm_appraisal_group_scoring_started | TINYINT(1) |
Appraisal Group Scoring Started | Indicates whether this appraisal group has been notified and is ready to score. | NO | ||||||
epm_appraisal_group_scoring_completed | TINYINT(1) |
Appraisal Group Scoring Completed | Indicates whether all members in this appraisal group have completed all required scoring for this phase. | NO | ||||||
epm_appraisal_group_order | INT(11) |
Appraisal Group Order | Numeric value indicating the order in which the appraisal groups for the phase display in a list or table. | NO |
Name: | Appraisal Group Member |
Description: | Stores data related to each individual that is an appraiser for a performance appraisal. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_group_member_id
Relationships for epm_appraisal_group_member_id
|
INT(11) |
Appraisal Group Member ID | Unique system value for identifying an appraisal group member. | NO | ||||||
epm_appraisal_group_member_last_modified | TIMESTAMP |
Appraisal Group Member Last Modified | Date when the group member was last revised by an authorized user. | NO | ||||||
epm_appraisal_group_member_date_created | DATETIME |
Appraisal Group Member Date Created | Date when the group member was created by an authorized user. | NO | ||||||
epm_appraisal_group_id
Relationships for epm_appraisal_group_id
|
INT(11) |
Appraisal Group ID | System generated foreign key providing a connection between a group member and a specific appraisal group. | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | System generated foreign key providing a connection between a group member and a specific employee. | NO |
Name: | Appraisal Group Type |
Description: | Stores data related to the different types of appraisal group available such as self assessment, manager assessment, peer assessment, etc. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_group_type_id
Relationships for epm_appraisal_group_type_id
|
INT(11) |
Appraisal Group Type ID | Unique system value for identifying an appraisal group type. | NO | |||||||||
epm_appraisal_group_type_last_modified | TIMESTAMP |
Appraisal Group Type Last Modified | Date when the appraisal group type was last revised by an authorized user. | NO | |||||||||
epm_appraisal_group_type_date_created | DATETIME |
Appraisal Group Type Date Created | Date when the group type was created by an authorized user. | NO | |||||||||
epm_appraisal_group_type_name | VARCHAR(255) |
Appraisal Group Type Name | Translation of the unique system value into a word or phrase for identifying the appraisal group type. | YES | |||||||||
epm_appraisal_group_type_logical_value | VARCHAR(255) |
Appraisal Group Type Logical Value | Logical value is the internally recognized classification that uniquely identifies each group type. | NO |
Name: | Appraisal Manager |
Description: | Stores data that identifies which employees manage performance appraisals. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_manager_id | INT(11) |
Appraisal Manager ID | Unique system value for identifying an appraisal manager. | NO | ||||||
epm_appraisal_manager_last_modified | TIMESTAMP |
Appraisal Manager Last Modified | Date when the manager was last revised by an authorized user. | NO | ||||||
epm_appraisal_manager_date_created | DATETIME |
Appraisal Manager Date Created | Date when the manager was created by an authorized user. | NO | ||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Appraisal ID | System generated foreign key providing a connection between an appraisal manager and a specific appraisal. | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | System generated foreign key providing a connection between an appraisal manager and a specific employee. | NO |
Name: | Appraisal Print Configuration |
Description: | This will contain all of the print configurations made by the admin and users which will be automatically pre-selected on the Print Appraisal - Step 1. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_print_configuration_id | INT(11) |
Appraisal Print Configuration ID | The unique ID of the Appraisal Print Configuration | NO | ||||||
epm_appraisal_print_configuration_last_modified | TIMESTAMP |
Appraisal Print Configuration Last Modified | The date and time when the Appraisal Print Configuration was last modified | NO | ||||||
epm_appraisal_print_configuration_date_created | DATETIME |
Appraisal Print Configuration Date Created | The date and time when the Appraisal Print Configuration was created | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The foreign key ID of a related Employee | NO | ||||||
epm_appraisal_print_configuration_phase_type | VARCHAR(255) |
Appraisal Print Configuration Phase Type | The appraisal phase in which the selected configuration/s are applied. | NO | ||||||
information | TINYINT(1) |
Information | Contains the basic information on the appraisal. | NO | ||||||
signature_log | TINYINT(1) |
Signature Log | Prints Signature Logs | NO | ||||||
signature_comment | TINYINT(1) |
Signature Comment | Signature Comment | NO | ||||||
general_appraisal_notes | TINYINT(1) |
General Appraisal Notes | General Appraisal Notes | NO | ||||||
appraisers | TINYINT(1) |
Appraisers | Prints Appraisers details | NO | ||||||
scale | TINYINT(1) |
Prints Scale Information | Prints Scale Information | NO | ||||||
scale_name | TINYINT(1) |
Scale Name | Scale Name | NO | ||||||
scale_type | TINYINT(1) |
Scale Type | Scale Type | NO | ||||||
scale_values | TINYINT(1) |
Scale Values | Scale Values | NO | ||||||
scale_value_name | TINYINT(1) |
Scale Value Name | Scale Value Name | NO | ||||||
scale_value_description | TINYINT(1) |
Scale Value Description | Scale Value Description | NO | ||||||
approvers | TINYINT(1) |
Approvers | Approvers | NO | ||||||
phases_requiring_approval | TINYINT(1) |
Phases Requiring Approval | Phases Requiring Approval | NO | ||||||
approval_chain | TINYINT(1) |
Approval Chain | Approval Chain | NO | ||||||
hua_approval_chain_type | TINYINT(1) |
Approval Chain Type | Approval Chain Type | NO | ||||||
approvers_data | TINYINT(1) |
Approvers Data | Approvers Data | NO | ||||||
approvers_record | TINYINT(1) |
Approvers Record | Approvers Record | NO | ||||||
approver_comment | TINYINT(1) |
Approver Comment | Approver Comment | NO | ||||||
employee_approvers | TINYINT(1) |
Employee Approvers | Employee Approvers | NO | ||||||
appraisal_print_content | TINYINT(1) |
Content | This will contain all of the appraisal metric contents as well as continuous feedback and recognition | NO | ||||||
competency | TINYINT(1) |
Competency | Competency Metric | NO | ||||||
competency_name | TINYINT(1) |
Competency Name | Competency Name | NO | ||||||
competency_description | TINYINT(1) |
Competency Description | Competency Description | NO | ||||||
competency_weight | TINYINT(1) |
Competency Weight | Competency Weight | NO | ||||||
competency_ratings | TINYINT(1) |
Competency Ratings | Competency Ratings | NO | ||||||
competency_journal_entries | TINYINT(1) |
Competency Journal Entries | Journal Entries Linked to Competencies | NO | ||||||
competency_rating_notes_only | TINYINT(1) |
Competency Rating Notes Only | Competency Rating Notes Only | NO | ||||||
competency_empty_comments_box | TINYINT(1) |
Competency Empty Comments Box | Competency Empty Comments Box | NO | ||||||
goal | TINYINT(1) |
Goal Metric | Goal Metric | NO | ||||||
goal_name | TINYINT(1) |
Goal Name | Goal Name | NO | ||||||
goal_description | TINYINT(1) |
Goal Description | Goal Description | NO | ||||||
goal_score_type | TINYINT(1) |
Goal Score Type | Goal Score Type | NO | ||||||
goal_retired | TINYINT(1) |
Goal Retired | Goal Retired | NO | ||||||
epm_employee_goal_private | TINYINT(1) |
Employee Goal Private | Employee Goal Private | NO | ||||||
epm_employee_goal_start_date | TINYINT(1) |
Employee Goal Start Date | Employee Goal Start Date | NO | ||||||
epm_employee_goal_target_date | TINYINT(1) |
Employee Goal Target Date | Employee Goal Target Date | NO | ||||||
epm_employee_goal_completion_date | TINYINT(1) |
Employee Goal Completion Date | Employee Goal Completion Date | NO | ||||||
goal_status | TINYINT(1) |
Goal Status | Goal Status | NO | ||||||
employee_percent_complete | TINYINT(1) |
Employee Percent Complete | Employee Percent Complete | NO | ||||||
manager_percent_complete | TINYINT(1) |
Manager Percent Complete | Manager Percent Complete | NO | ||||||
numeric_progress | TINYINT(1) |
Numeric Progress | Goal's Numeric Progress | NO | ||||||
numeric_target | TINYINT(1) |
Numeric Target | Goal's Numeric Target | NO | ||||||
related_goal | TINYINT(1) |
Related Goal | Related Goal | NO | ||||||
goal_weight | TINYINT(1) |
Goal Weight | Goal Weight | NO | ||||||
goal_ratings | TINYINT(1) |
Goal Ratings | Goal Ratings | NO | ||||||
goal_journal_entries | TINYINT(1) |
Goal Journal Entries | Journal entries associated to goal | NO | ||||||
goal_rating_notes_only | TINYINT(1) |
Goal Rating Notes Only | Goal Rating Notes Only | NO | ||||||
goal_empty_comments_box | TINYINT(1) |
Goal Empty Comments Box | Goal Empty Comments Box | NO | ||||||
skill | TINYINT(1) |
Skill | Skill Metric | NO | ||||||
skill_name | TINYINT(1) |
Skill Name | Skill Name | NO | ||||||
skill_description | TINYINT(1) |
Skill Description | Skill Description | NO | ||||||
skill_weight | TINYINT(1) |
Skill Weight | Skill Weight | NO | ||||||
skill_ratings | TINYINT(1) |
Skill Ratings | Skill Ratings | NO | ||||||
skill_journal_entries | TINYINT(1) |
Skill Journal Entries | Journal Entries associated to skill metrics | NO | ||||||
skill_rating_notes_only | TINYINT(1) |
Skill Rating Notes Only | Skill Rating Notes Only | NO | ||||||
skill_empty_comments_box | TINYINT(1) |
Skill Empty Comments Box | Skill Empty Comments Box | NO | ||||||
achievement | TINYINT(1) |
Achievement | Achievement Metric | NO | ||||||
epm_appraisal_achievement_name | TINYINT(1) |
Appraisal Achievement Name | Appraisal Achievement Name | NO | ||||||
achievement_description | TINYINT(1) |
Achievement Description | Achievement Description | NO | ||||||
achievement_journal_entries | TINYINT(1) |
Achievement Journal Entries | Journal Entries associated to Achievement | NO | ||||||
achievement_empty_comments_box | TINYINT(1) |
Achievement Empty Comments Box | Achievement Empty Comments Box | NO | ||||||
continuous_feedback | TINYINT(1) |
Continuous Feedback | Continuous Feedback | NO | ||||||
continuous_feedback_employee | TINYINT(1) |
Continuous Feedback Employee | Target of the continuous feedback session | NO | ||||||
continuous_feedback_manager | TINYINT(1) |
Continuous Feedback Manager | employee's direct manager | NO | ||||||
continuous_feedback_subject | TINYINT(1) |
Continuous Feedback Subject | Subject of the session meeting | NO | ||||||
continuous_feedback_proposed_time | TINYINT(1) |
Continuous Feedback Proposed Time | Continuous Feedback Proposed Time | NO | ||||||
recognition | TINYINT(1) |
Recognition | Employee Recognition | NO | ||||||
epm_employee_recognition_creator | TINYINT(1) |
Employee Recognition Creator | Author/Creator of recognition | NO | ||||||
epm_employee_recognition_title | TINYINT(1) |
Employee Recognition Title | Employee Recognition Title | NO | ||||||
epm_employee_recognition_description | TINYINT(1) |
Employee Recognition Description | Employee Recognition Description | NO | ||||||
epm_employee_recognition_date | TINYINT(1) |
Employee Recognition Date | Employee Recognition Date | NO | ||||||
employee_recognition_skills | TINYINT(1) |
Employee Recognition Skills | Employee Recognition Skills | NO | ||||||
employee_recognition_competencies | TINYINT(1) |
Employee Recognition Competencies | Employee Recognition Competencies | NO | ||||||
summary | TINYINT(1) |
Summary | Appraisal Summary | NO | ||||||
summary_phases | TINYINT(1) |
Summary Phases | Summary Phases | NO | ||||||
summary_ratings | TINYINT(1) |
Summary Ratings | Summary Ratings | NO | ||||||
summary_competency | TINYINT(1) |
Summary Competency | Summary Competency Section | NO | ||||||
summary_goal | TINYINT(1) |
Summary Goal | Summary Goal Section | NO | ||||||
summary_skill | TINYINT(1) |
Summary Skill | Summary Skill Section | NO | ||||||
summary_score_override | TINYINT(1) |
Summary Score Override | Summary Score Override | NO | ||||||
override_score | TINYINT(1) |
Override Score | Override Score | NO | ||||||
override_comment | TINYINT(1) |
Override Comment | Override Comment | NO | ||||||
summary_overall_ratings | TINYINT(1) |
Summary Overall Ratings | Summary Overall Ratings | NO | ||||||
overall_ratings | TINYINT(1) |
Overall Ratings | Summary Overall Ratings | NO | ||||||
scale_score | TINYINT(1) |
Scale Score | Summary Scale Score | NO | ||||||
raw_scale_score | TINYINT(1) |
Raw Scale Score | Raw Scale Score | NO | ||||||
raw_percentage_score | TINYINT(1) |
Raw Percentage Score | Raw Percentage Score | NO | ||||||
suggested_salary_percentage_increase | TINYINT(1) |
Suggested Salary Percentage Increase | Suggested Salary Percentage Increase | NO | ||||||
summary_appraisal_review_comments | TINYINT(1) |
Summary Appraisal Review Comments | Summary Appraisal Review Comments | NO | ||||||
summary_empty_comments_box | TINYINT(1) |
Summary Empty Comments Box | Summary Empty Comments Box | NO | ||||||
general_appraisal_notes_audience | VARCHAR(255) |
General Appraisal Notes Audience | General Appraisal Notes Audience | NO | ||||||
competency_journal_entries_audience | VARCHAR(255) |
Competency Journal Entries Audience | Competency Journal Entries Audience | NO | ||||||
goal_journal_entries_audience | VARCHAR(255) |
Goal Journal Entries Audience | Goal Journal Entries Audience | NO | ||||||
skill_journal_entries_audience | VARCHAR(255) |
Skill Journal Entries Audience | Skill Journal Entries Audience | NO | ||||||
achievement_journal_entries_audience | VARCHAR(255) |
Achievement Journal Entries Audience | Achievement Journal Entries Audience | NO | ||||||
summary_appraisal_review_comments_audience | VARCHAR(255) |
Summary Appraisal Review Comments Audience | Summary Appraisal Review Comments Audience | NO | ||||||
competency_scale | TINYINT(1) |
Competency Scale | Competency category scale selection | NO | ||||||
competency_scale_name | TINYINT(1) |
Competency Scale Name | Name of the competency category scale | NO | ||||||
competency_scale_type | TINYINT(1) |
Competency Scale Type | Competency category scale type | NO | ||||||
competency_scale_values | TINYINT(1) |
Competency Scale Values | Competency category scale values | NO | ||||||
competency_scale_value_name | TINYINT(1) |
Competency Scale Value Name | Competency category scale value name | NO | ||||||
competency_scale_value_description | TINYINT(1) |
Competency Scale Value Description | Competency category scale value description | NO | ||||||
goal_scale | TINYINT(1) |
Goal Scale | Goal category scale selection | NO | ||||||
goal_scale_name | TINYINT(1) |
Goal Scale Name | Goal category scale name | NO | ||||||
goal_scale_type | TINYINT(1) |
Goal Scale Type | Goal category scale type | NO | ||||||
goal_scale_values | TINYINT(1) |
Goal Scale Values | Goal category scale values | NO | ||||||
goal_scale_value_name | TINYINT(1) |
Goal Scale Value Name | Goal category scale value name | NO | ||||||
goal_scale_value_description | TINYINT(1) |
Goal Scale Value Description | Goal category scale value description | NO | ||||||
skill_scale | TINYINT(1) |
Skill Scale | Skill category scale | NO | ||||||
skill_scale_name | TINYINT(1) |
Skill Scale Name | Skill category scale name | NO | ||||||
skill_scale_type | TINYINT(1) |
Skill Scale Type | Skill category scale type | NO | ||||||
skill_scale_values | TINYINT(1) |
Skill Scale Values | Skill category scale values | NO | ||||||
skill_scale_value_name | TINYINT(1) |
Skill Scale Value Name | Skill category scale value name | NO | ||||||
skill_scale_value_description | TINYINT(1) |
Skill Scale Value Description | Skill category scale value description | NO | ||||||
appraisal_overall_scale | TINYINT(1) |
Appraisal Overall Scale | Appraisal Overall Scale | NO |
Name: | Approval Chain |
Description: | Stores all the data related to approval chains. Information includes an approval chain's type and if it is actively used in the site. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | Unique system value for identifying an approval chain. | NO | ||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | Date when an approval chain was last revised by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Creation Date | Date when an approval chain was created by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_name | VARCHAR(255) |
Approval Chain Name | Translation of the unique system value into a word or phrase for identifying an approval chain. | YES | ||||||||||||||||||
hua_approval_chain_description | VARCHAR(255) |
Approval Chain Description | Phrases compiled to describe the purpose, reason, or responsibility for an approval chain. | YES | ||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Indication of the type (e.g., Serial [sequential approvals] or Parallel [non-sequential approvals]) of an approval chain. | NO | ||||||||||||||||||
hua_approval_chain_active | TINYINT(1) |
Approval Chain Active | Indication on whether or not an approval chain is active in the system or deactivated from use. | NO | ||||||||||||||||||
hua_approval_chain_deleted | TINYINT(1) |
Approval Chain Deleted | Indication on whether or not an approval chain has been deleted from the system and can no longer be used. | NO |
Name: | Approval Chain Member |
Description: | Stores all the data related to approval chain members. Information includes the member type and the order in which the member displays in a list or table. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | Unique system value for identifying an approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | Date when the approval chain member was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Creation Date | Date when the approval chain member was created by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | System generated key providing a connection between a member on an approval chain and a specific approval chain in the database. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_target
Relationships for hua_approval_chain_member_target
|
VARCHAR(255) |
Approval Chain Member Target | Either a unique system value (for internal members) or e-mail address (for external members) that indicates where an approval chain request will be sent. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Indication on the member type (e.g., internal, external, manager) on an approval chain. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Sequence | Numeric value indicating the order in which the approval chain member displays in a list or table. | NO |
Name: | Approval Type |
Description: | Reference table to the types of approvals available in the system. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_approval_type_id | INT(11) |
Approval Type ID | The unique ID of the Approval Type | NO |
hua_approval_type_last_modified | TIMESTAMP |
Approval Type Last Modified | The date and time when the Approval Type was last modified | NO |
hua_approval_type_date_created | DATETIME |
Approval Type Date Created | The date and time when the Approval Type was created | NO |
hua_approval_type_name | VARCHAR(255) |
Approval Type Name | Name of the Approval Type | NO |
hua_approval_type_logical_value | VARCHAR(255) |
Approval Type Logical Value | Internal unique string identifier for approval type | NO |
hua_approval_type_deactivated | TINYINT(1) |
Approval Type Deactivated | Whether the Approval Type is inactive or not | NO |
hua_approval_type_order | SMALLINT(5) |
Approval Type Order | Numeric order value used for presenting the Approval Type | NO |
Name: | Approver Plugins |
Description: | Stores all the data related to plugins for approvals in relation to approver types. Internal data table for older parts of the approval system. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_approver_plugin_id | INT(11) |
Approver Plugin ID | Unique system value for identifying a plugin for the approval process. | NO |
hua_approver_plugin_last_modified | TIMESTAMP |
Approver Plugin Last Modified | Date when a plugin for an approval process was last revised by an authorized user. | NO |
hua_approver_plugin_date_created | DATETIME |
Approver Plugin Creation Date | Date when a plugin for an approval process was created by an authorized user. | NO |
hua_approver_plugin_name | VARCHAR(255) |
Approver Plugin Name | Translation of the unique system value into a word or phrase for identifying a plugin for an approval process. | NO |
hua_approver_plugin_description | VARCHAR(255) |
Approver Plugin Description | Phrases compiled to describe the purpose, reason, or responsibility of a plugin for an approval process. | NO |
hua_approver_plugin_short_name | VARCHAR(255) |
Approver Plugin Short Name | Abbreviated term used for a plugin for an approval process. | NO |
Name: | Assessment |
Description: | Stores all the data related to assessments. Information includes the status of an assessment and the results of an assessment. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_id
Relationships for hua_assessment_id
|
INT(11) |
Assessment ID | Unique system value for identifying an assessment. | NO | |||||||||||||||
hua_assessment_last_modified | TIMESTAMP |
Assessment Last Modified | Date when an assessment was last revised by an authorized user. | NO | |||||||||||||||
hua_assessment_date_created | DATETIME |
Assessment Creation Date | Date when an assessment was created by an authorized user. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
Employee User ID | System generated foreign key providing a connection between an assessment and a specific user in the database. | NO | |||||||||||||||
hua_assessment_creator_id | INT(11) |
Assessment Creator ID | System generated foreign key providing a connection between an assessment and a specific user identified as the creator of an assessment. | NO | |||||||||||||||
hua_assessment_external_id | VARCHAR(255) |
Assessment External ID | System generated foreign key providing a connection between an assessment and a specific external assessment provider. | NO | |||||||||||||||
hua_assessment_vendor_id
Relationships for hua_assessment_vendor_id
|
INT(11) |
Assessment Vendor ID | System generated foreign key providing a connection between an assessment and an assessment vendor. | NO | |||||||||||||||
hua_assessment_description | VARCHAR(255) |
Assessment Description | Phrases compiled to describe the purpose, reason, or responsibility for an assessment. | NO | |||||||||||||||
hua_assessment_process_status_id
Relationships for hua_assessment_process_status_id
|
INT(11) |
Assessment Process Status ID | System generated foreign key providing a connection between an assessment and a specific process status (e.g., pending, completed). | NO | |||||||||||||||
hua_assessment_result | VARCHAR(255) |
Assessment Result | Word or phase indicating the outcome of responses on an assessment by a recipient. | NO | |||||||||||||||
hua_assessment_archived | INT(11) |
Assessment Archived | Indication on whether or not an assessment has been archived (i.e., retired from use) in the site. | NO | |||||||||||||||
hua_soa_integration_link_id
Relationships for hua_soa_integration_link_id
|
INT(11) |
SOA Integration Link ID | Web address (i.e., domain name) for identifying the access point for a SOA integration. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Job Requisition ID | System generated foreign key providing a connection between an assessment and a specific job requisition for which the assessment was requested. | NO | |||||||||||||||
hua_assessment_url | VARCHAR(255) |
Assessment URL | Web address (i.e., domain name) for identifying the access point for an assessment. | NO | |||||||||||||||
hua_assessment_hidden | TINYINT(1) |
Assessment Hidden | Indication on whether or not an assessment is hidden from users in the system. | NO | |||||||||||||||
hua_assessment_package_id
Relationships for hua_assessment_package_id
|
INT(11) |
Assessment Package ID | System generated foreign key providing a connection between an assessment and a specific assessment package. | NO | |||||||||||||||
hua_assessment_copied_from | INT(11) |
NO | |||||||||||||||||
hua_assessment_type_threshold_passed | TINYINT(1) |
NO |
Name: | Assessment Package |
Description: | Stores all the data related to an assessment package. Information includes the assessment package code and identification of the vendor. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_package_id
Relationships for hua_assessment_package_id
|
INT(11) |
Assessment Package ID | Unique system value for identifying an assessment package. | NO | |||||||||||||||
hua_assessment_package_last_modified | TIMESTAMP |
Assessment Package Last Modified | Date when an assessment package was last revised by an authorized user. | NO | |||||||||||||||
hua_assessment_package_date_created | DATETIME |
Assessment Package Date Created | Date when an assessment package was created by an authorized user. | NO | |||||||||||||||
hua_assessment_vendor_id
Relationships for hua_assessment_vendor_id
|
INT(11) |
Assessment Vendor ID | System generated foreign key providing a connection between an assessment package and a specific assessment vendor. | NO | |||||||||||||||
hua_assessment_package_name | VARCHAR(255) |
Assessment Package Name | Translation of the unique system value into a word or phrase for identifying an assessment package. | NO | |||||||||||||||
hua_assessment_package_code | VARCHAR(255) |
Assessment Package Code | Translation of the unique system value into a set of letters and/or symbols for identifying an assessment package. | NO | |||||||||||||||
hua_assessment_package_deleted | TINYINT(1) |
Assessment Package Deleted | Indication on whether or not an assessment package has been removed from use in the database. | NO |
Name: | Assessment Process Status |
Description: | Stores all the data related to a status for an assessment process. Information includes the name of a status. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_process_status_id
Relationships for hua_assessment_process_status_id
|
INT(11) |
Assessment Process Status ID | Unique system value for identifying a status (e.g., pending, completed) for an assessment process. | NO | |||||||||
hua_assessment_process_status_last_modified | TIMESTAMP |
Assessment Process Status Last Modified | Date when a status for an assessment process was last revised by an authorized user. | NO | |||||||||
hua_assessment_process_status_date_created | DATETIME |
Assessment Process Status Creation Date | Date when a status for an assessment process was last revised by an authorized user. | NO | |||||||||
hua_assessment_process_status_name | VARCHAR(255) |
Assessment Process Status Name | Translation of the unique system value into a word or phrase for identifying a status for an assessment process. | NO |
Name: | Assessment Score |
Description: | Stores all the data related to a score received for an assessment. Information includes the web address to access the assessment results and the score value. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_score_id | INT(11) |
Assessment Score ID | Unique system value for identifying a score from an assessment. | NO | ||||||
hua_assessment_score_last_modified | TIMESTAMP |
Assessment Score Last Modified | Date when an assessment was last revised by an authorized user. | NO | ||||||
hua_assessment_score_date_created | DATETIME |
Assessment Score Creation Date | Date when an assessment was created by an authorized user. | NO | ||||||
hua_assessment_score_text | VARCHAR(255) |
Assessment Score Description | Phrases compiled to describe a score from an assessment. | NO | ||||||
hua_assessment_score_value | VARCHAR(255) |
Assessment Score Value | Numeric value given to indicate the quality of responses received for an assessment. | NO | ||||||
hua_assessment_score_report_url | VARCHAR(255) |
Assessment Score Report URL | Web address (i.e., domain name) for identifying the access point to view the score for an assessment. | NO | ||||||
hua_assessment_score_image_url | VARCHAR(255) |
Assessment Score Image URL | Web address (i.e., domain name) for identifying the access point to view an image depicting a score for an assessment. | NO | ||||||
hua_assessment_id
Relationships for hua_assessment_id
|
INT(11) |
Assessment ID | System generated foreign key providing a connection between a score on an assessment and a specific assessment. | NO | ||||||
hua_assessment_type_id
Relationships for hua_assessment_type_id
|
INT(11) |
Assessment Type ID | System generated foreign key providing a connection between a score on an assessment and a specific assessment type. | NO |
Name: | Assessment Type |
Description: | Stores all the data related to assessment types. Information includes a description for the assessment type and an identity for a vendor user. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_type_id
Relationships for hua_assessment_type_id
|
INT(11) |
Assessment Type ID | Unique system value for identifying a type for an assessment. | NO | ||||||||||||
hua_assessment_type_last_modified | TIMESTAMP |
Assessment Type Last Modified | Date when a type for an assessment was last revised by an authorized user. | NO | ||||||||||||
hua_assessment_type_date_created | DATETIME |
Assessment Type Creation Date | Date when a type for an assessment was created by an authorized user. | NO | ||||||||||||
hua_assessment_type_name | VARCHAR(255) |
Assessment Type Name | Translation of the unique system value into a word or phrase for identifying a type for an assessment. | NO | ||||||||||||
hua_assessment_type_description | VARCHAR(255) |
Assessment Type Description | Phrases compiled to describe the purpose, reason, or responsibility of an assessment type. | NO | ||||||||||||
hua_assessment_vendor_id
Relationships for hua_assessment_vendor_id
|
INT(11) |
Assessment Vendor ID | System generated foreign key providing a connection between an assessment type and a specific assessment vendor. | NO | ||||||||||||
hua_assessment_type_deleted | TINYINT(1) |
Assessment Type Deleted | Indication on whether or not an assessment type was deleted and is no longer available for use in the system. | NO | ||||||||||||
hua_assessment_type_threshold_enabled | TINYINT(1) |
NO |
Name: | Assessment Vendor |
Description: | Stores all the data related to an assessment vendor. Information includes cancellation request permissions and if a package is required. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_vendor_id
Relationships for hua_assessment_vendor_id
|
INT(11) |
Assessment Vendor ID | Unique system value for identifying an assessment vendor. | NO | |||||||||||||||||||||
hua_assessment_vendor_last_modified | TIMESTAMP |
Assessment Vendor Last Modified | Date when an assessment vendor was last revised by an authorized user. | NO | |||||||||||||||||||||
hua_assessment_vendor_date_created | DATETIME |
Assessment Vendor Creation Date | Date when an assessment vendor was created by an authorized user. | NO | |||||||||||||||||||||
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
SOA Integration ID | System generated foreign key providing a connection between an assessment vendor and a specific SOA integration. | NO | |||||||||||||||||||||
hua_assessment_vendor_cancel_request | TINYINT(1) |
Assessment Vendor Cancel Request | Indication on whether or not has provided permission to cancel an assessment request. | NO | |||||||||||||||||||||
hua_assessment_vendor_require_package | TINYINT(1) |
Assessment Vendor Package Required | Indication on whether or not a package is required for an assessment vendor. | NO |
Name: | Assessment Vendor Url |
Description: | Stores urls for assessment vendors |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_vendor_url_id | INT(11) |
NO | ||||||||
hua_assessment_vendor_url_last_modified | TIMESTAMP |
NO | ||||||||
hua_assessment_vendor_url_date_created | DATETIME |
NO | ||||||||
hua_assessment_vendor_id
Relationships for hua_assessment_vendor_id
|
INT(11) |
NO | ||||||||
hua_assessment_vendor_url_link | VARCHAR(255) |
NO |
Name: | Association |
Description: | Stores all the data related to associations for selecting a workflow. Information includes the association type and association record. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_association_id | INT(11) |
Association ID | Unique system value for identifying an association (e.g., company, job title, location) selected for a workflow (e.g., appraisal or recruiting). | NO | ||||||
hua_association_last_modified | TIMESTAMP |
Association Last Modified | Date and time when an association selected for a workflow was last revised by an authorized user. | NO | ||||||
hua_association_date_created | DATETIME |
Association Creation Date | Date and time when an association was created for a workflow by an authorized user. | NO | ||||||
hua_association_type_id
Relationships for hua_association_type_id
|
INT(11) |
Association Type ID | System generated foreign key providing a connection between an association selected for a workflow and a specific association type (e.g., job, job family, rejection reason). | NO | ||||||
hua_association_selection_id | INT(11) |
Association Selection ID | System generated foreign key providing a connection between an association selected for a workflow and a specific selection (e.g., location, organization level, job family). | NO | ||||||
hua_association_record_id | INT(11) |
Association Record ID | System generated foreign key providing a connection between an association selected for a workflow and a specific workflow. | NO |
Name: | ATS Onboarding Form Audit Trail |
Description: | Audit Trail on Editing of Completed Onboarding |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_form_audit_trail_id
Relationships for ats_onboarding_form_audit_trail_id
|
INT(10) |
ATS Onboarding Form Audit Trail ID | The unique ID of the ATS Onboarding Form Audit Trail | NO | ||||||
ats_onboarding_form_audit_trail_date_created | DATETIME |
ATS Onboarding Form Audit Trail Date Created | The date and time when the ATS Onboarding Form Audit Trail was created | NO | ||||||
ats_onboarding_form_audit_trail_last_modified | TIMESTAMP |
ATS Onboarding Form Audit Trail Last Modified | The date and time when the ATS Onboarding Form Audit Trail was last modified | NO | ||||||
ats_onboarding_form_routed_id
Relationships for ats_onboarding_form_routed_id
|
INT(10) |
ATS Onboarding Form Routed ID | The unique ID of a related ATS Onboarding Form Routed | NO | ||||||
ats_onboarding_form_audit_trail_edit_reason | VARCHAR(255) |
ATS Onboarding Form Audit Trail Edit Reason | Contains Reason for Editing Completed Onboarding. | NO | ||||||
ats_onboarding_form_audit_trail_edit_signature | VARCHAR(255) |
ATS Onboarding Form Audit Trail Edit Signature | Signature (Full Name) of Person who Edited Onbaording. | NO | ||||||
ats_onboarding_form_audit_trail_hua_user_id | INT(10) |
ATS Onboarding Form Audit Trail Hua User ID | The User ID of who edited the Onboarding Form. | NO |
Name: | ATS Onboarding Form Audit Trail Details |
Description: | Audit Trail Details on Editing of Completed Onboarding |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_form_audit_trail_details_id | INT(10) |
ATS Onboarding Form Audit Trail Details ID | The unique ID of the ATS Onboarding Form Audit Trail Details | NO | ||||||
ats_onboarding_form_audit_trail_id
Relationships for ats_onboarding_form_audit_trail_id
|
INT(10) |
ATS Onboarding Form Audit Trail ID | The unique ID of a related ATS Onboarding Form Audit Trail | NO | ||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | The unique ID of a related Dynamic Form | NO | ||||||
ats_onboarding_form_field_name | VARCHAR(255) |
ATS Onboarding Form Field Name | Name of Onboarding Field Edited | NO | ||||||
ats_onboarding_form_field_value | TEXT |
ATS Onboarding Form Field Value | Value of Onboarding Field Edited | NO |
Name: | ATS Onboarding Task Assignment |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_task_assignment_id | INT(11) |
ATS Onboarding Task Assignment ID | The unique ID of the ATS Onboarding Task Assignment | NO | ||||||
ats_onboarding_task_assignment_date_created | TIMESTAMP |
ATS Onboarding Task Assignment Date Created | The date and time when the ATS Onboarding Task Assignment was created | NO | ||||||
ats_onboarding_task_assignment_last_modified | TIMESTAMP |
ATS Onboarding Task Assignment Last Modified | The date and time when the ATS Onboarding Task Assignment was last modified | NO | ||||||
ats_onboarding_task_id
Relationships for ats_onboarding_task_id
|
INT(11) |
ATS Onboarding Task ID | The unique ID of a related ATS Onboarding Task | NO | ||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(11) |
ATS Onboarding ID | The unique ID of a related ATS Onboarding | NO | ||||||
ats_onboarding_task_completed_by | VARCHAR(255) |
ATS Onboarding Task Completed By | NO | |||||||
ats_onboarding_task_assignment_email | VARCHAR(255) |
ATS Onboarding Task Assignment Email | NO | |||||||
ats_onboarding_task_assignment_date_completed | TIMESTAMP |
ATS Onboarding Task Assignment Date Completed | NO | |||||||
ats_onboarding_task_assignment_by | INT(11) |
ATS Onboarding Task Assignment By | NO | |||||||
ats_onboarding_task_assignment_target | INT(11) |
ATS Onboarding Task Assignment Target | NO | |||||||
ats_onboarding_task_assignment_due | TINYINT(1) |
ATS Onboarding Task Assignment Due | NO | |||||||
ats_onboarding_task_assignment_due_days | INT(10) |
ATS Onboarding Task Assignment Due Days | NO | |||||||
ats_onboarding_task_assignment_hash | VARCHAR(255) |
ATS Onboarding Task Assignment Hash | NO | |||||||
ats_onboarding_task_assignment_manual_reminder_sent | DATETIME |
ATS Onboarding Task Assignment Manual Reminder Sent | NO |
Name: | ATS Requisition Candidate Status |
Description: | Related to Requisition Candidate Status based on Workflow Setting |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_candidate_status_id | INT(10) |
ATS Requisition Candidate Status ID | The unique ID of the ATS Requisition Candidate Status | NO | ||||||
ats_requisition_candidate_status_date_created | DATETIME |
ATS Requisition Candidate Status Date Created | The date and time when the ATS Requisition Candidate Status was created | NO | ||||||
ats_requisition_candidate_status_last_modified | TIMESTAMP |
ATS Requisition Candidate Status Last Modified | The date and time when the ATS Requisition Candidate Status was last modified | NO | ||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
ATS Requisition ID | The unique ID of a related ATS Requisition | NO | ||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
ATS Jobseeker Status ID | The unique ID of a related ATS Jobseeker Status | NO | ||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
ATS Jobseeker Type ID | The unique ID of a related ATS Jobseeker Type | NO | ||||||
ats_requisition_candidate_status_sequence | INT(10) |
ATS Requisition Candidate Status Sequence | The Sequence in which the Candidate Status will need to go through. | NO | ||||||
ats_requisition_candidate_status_required | TINYINT(1) |
NO |
Name: | ATS Requisition Candidate Status Auto Change |
Description: | Related to Requisitions whose candidates will Auto Change Upon Offer Acceptance or Rejection based on Workflow Setting. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_candidate_status_auto_change_id | INT(10) |
ATS Requisition Candidate Status Auto Change ID | The unique ID of the ATS Requisition Candidate Status Auto Change | NO | ||||||
ats_requisition_candidate_status_auto_change_date_created | DATETIME |
ATS Requisition Candidate Status Auto Change Date Created | The date and time when the ATS Requisition Candidate Status Auto Change was created | NO | ||||||
ats_requisition_candidate_status_auto_change_last_modified | TIMESTAMP |
ATS Requisition Candidate Status Auto Change Last Modified | The date and time when the ATS Requisition Candidate Status Auto Change was last modified | NO | ||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
ATS Requisition ID | The unique ID of a related ATS Requisition | NO | ||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
ATS Jobseeker Type ID | The unique ID of a related ATS Jobseeker Type | NO | ||||||
ats_offer_accepted_value | INT(10) |
ATS Offer Accepted Value | ID of related ATS Jobseeker Status | NO | ||||||
ats_offer_declined_value | INT(10) |
ATS Offer Declined Value | ID of related ATS Jobseeker Status | NO |
Name: | ATS Workflow Candidate Status Auto Change |
Description: | Will have values related to workflow settings on Auto Status Change when an Offer is Accepted or Declined. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_candidate_status_auto_id | INT(10) |
ATS Workflow Candidate Status Auto ID | The unique ID of the ATS Workflow Candidate Status Auto Change | NO | ||||||
ats_workflow_candidate_status_auto_date_created | DATETIME |
ATS Workflow Candidate Status Auto Date Created | The date and time when the ATS Workflow Candidate Status Auto Change was created | NO | ||||||
ats_workflow_candidate_status_auto_last_modified | TIMESTAMP |
ATS Workflow Candidate Status Auto Last Modified | The date and time when the ATS Workflow Candidate Status Auto Change was last modified | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
ATS Workflow ID | The unique ID of a related ATS Workflow | NO | ||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
ATS Jobseeker Type ID | The unique ID of a related ATS Jobseeker Type | NO | ||||||
ats_jobseeker_auto_status_change | INT(1) |
ATS Jobseeker Auto Status Change | Contains value that determines if Jobseeker Status will Auto Change. (1 for True, 0 for False) | NO | ||||||
ats_offer_accepted_value | INT(10) |
ATS Offer Accepted Value | The ID of Related ATS Jobseeker Status, this will be the ID that will set when an Offer is Accepted. | NO | ||||||
ats_offer_declined_value | INT(10) |
ATS Offer Declined Value | The ID of Related ATS Jobseeker Status, this will be the ID that will set when an Offer is Declined. | NO |
Name: | ats_campaign_stat |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_campaign_stat_id | INT(11) |
NO | ||||||||
ats_campaign_stat_date_created | DATETIME |
NO | ||||||||
ats_campaign_stat_last_modified | TIMESTAMP |
NO | ||||||||
ats_campaign_stat_type | ENUM |
NO | ||||||||
ats_campaign_recipient_id
Relationships for ats_campaign_recipient_id
|
INT(11) |
NO | ||||||||
ats_campaign_id
Relationships for ats_campaign_id
|
INT(11) |
NO |
Name: | ats_candidate_interview_form_security_clearances |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_interview_form_security_clearances_id | INT(11) |
NO | ||||||||
ats_candidate_interview_form_security_clearances_date_created | DATETIME |
NO | ||||||||
ats_candidate_interview_form_security_clearances_last_modified | TIMESTAMP |
NO | ||||||||
ats_candidate_interview_form_security_clearance_id | INT(11) |
NO | ||||||||
ats_candidate_interview_form_id
Relationships for ats_candidate_interview_form_id
|
INT(11) |
NO |
Name: | ats_candidate_to_union |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_to_union_id | INT(11) |
NO | ||||||||
hua_union_id
Relationships for hua_union_id
|
INT(11) |
NO | ||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
NO | ||||||||
ats_candidate_to_union_seniority_date | DATETIME |
NO | ||||||||
ats_candidate_to_union_seniority_hrs | INT(11) |
NO | ||||||||
ats_candidate_to_union_employee_class | VARCHAR(50) |
NO | ||||||||
ats_candidate_to_union_local | VARCHAR(10) |
NO | ||||||||
ats_candidate_to_union_seniority_ranking | SMALLINT(5) |
NO | ||||||||
ats_candidate_to_union_seniority_ranking_1 | SMALLINT(5) |
NO | ||||||||
ats_candidate_to_union_seniority_ranking_2 | SMALLINT(5) |
NO | ||||||||
ats_candidate_to_union_date_created | TIMESTAMP |
NO | ||||||||
ats_candidate_to_union_last_modified | TIMESTAMP |
NO |
Name: | ats_everify_case |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_everify_case_id
Relationships for ats_everify_case_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
ats_everify_case_last_modified | TIMESTAMP |
NO | ||||||||
ats_everify_case_date_created | DATETIME |
NO | ||||||||
ats_everify_case_verification_id | VARCHAR(45) |
NO | ||||||||
ats_everify_case_overdue_reason | VARCHAR(60) |
NO | ||||||||
ats_everify_case_overdue_reason_other | VARCHAR(45) |
NO | ||||||||
ats_everify_case_verification_status | VARCHAR(60) |
NO | ||||||||
ats_everify_case_display_status | VARCHAR(60) |
NO | ||||||||
ats_everify_case_submitted_date | DATETIME |
NO | ||||||||
ats_everify_case_closed_date | DATETIME |
NO | ||||||||
ats_everify_case_close_code | VARCHAR(80) |
NO | ||||||||
ats_everify_case_creator_id | INT(11) |
NO | ||||||||
ats_everify_case_status | ENUM |
NO | ||||||||
ats_everify_case_current | TINYINT(1) |
NO | ||||||||
ats_everify_case_i9_id
Relationships for ats_everify_case_i9_id
|
INT(11) |
NO | ||||||||
ats_everify_case_archive | TINYINT(3) |
NO | ||||||||
ats_everify_case_duplicate_reason | VARCHAR(255) |
NO |
Name: | ats_everify_case_i9 |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_everify_case_i9_id
Relationships for ats_everify_case_i9_id
|
INT(11) |
NO | ||||||||
hua_employee_i9_id
Relationships for hua_employee_i9_id
|
INT(11) |
NO | ||||||||
ats_everify_case_i9_last_modified | TIMESTAMP |
NO | ||||||||
ats_everify_case_i9_date_created | DATETIME |
NO | ||||||||
ats_everify_case_i9_able_to_work | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_first_name | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_middle_name | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_last_name | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_maiden_name | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_dob | DATE |
NO | ||||||||
ats_everify_case_i9_email | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_employment_date | DATE |
NO | ||||||||
ats_everify_case_i9_lawful_resident_number | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_alien_auth_number | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_alien_admission_number | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_alien_passport_number | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_alien_coi | INT(10) |
NO | ||||||||
ats_everify_case_i9_document_type_a | VARCHAR(10) |
NO | ||||||||
ats_everify_case_i9_document_title1_a | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_document_title2_a | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_document_title3_a | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_document_nb1_a | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_document_nb2_a | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_document_nb3_a | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_expiration_date1_a | DATE |
NO | ||||||||
ats_everify_case_i9_expiration_date2_a | DATE |
NO | ||||||||
ats_everify_case_i9_expiration_date3_a | DATE |
NO | ||||||||
ats_everify_case_i9_document_type_b | VARCHAR(10) |
NO | ||||||||
ats_everify_case_i9_document_nb1_b | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_expiration_date_b | DATE |
NO | ||||||||
ats_everify_case_i9_document_type_c | VARCHAR(10) |
NO | ||||||||
ats_everify_case_i9_document_nb1_c | VARCHAR(255) |
NO | ||||||||
ats_everify_case_i9_expiration_date_c | DATE |
NO | ||||||||
ats_everify_case_i9_supporting_document_id | INT(11) |
NO | ||||||||
ats_everify_case_i9_supporting_document_state | INT(10) |
NO | ||||||||
ats_everify_case_i9_foreign_passport_coi | INT(10) |
NO | ||||||||
ats_everify_case_i9_verify_due_date | DATE |
NO |
Name: | ats_everify_case_status_log |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_everify_case_status_log_id | INT(11) |
NO | ||||||||
ats_everify_case_id
Relationships for ats_everify_case_id
|
INT(11) |
NO | ||||||||
ats_everify_case_verification_status | VARCHAR(60) |
NO | ||||||||
ats_everify_case_status_log_hook | VARCHAR(100) |
NO | ||||||||
ats_everify_case_status_log_error_response_code | INT(11) |
NO | ||||||||
ats_everify_case_status_log_flag | ENUM |
NO | ||||||||
ats_everify_case_status_log_last_modified | TIMESTAMP |
NO | ||||||||
ats_everify_case_status_log_date_created | DATETIME |
NO | ||||||||
ats_everify_case_status_log_error_response_codes | VARCHAR(255) |
NO |
Name: | ats_everify_issuing_authority |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_everify_issuing_authority_id | INT(11) |
NO | ||
ats_everify_issuing_authority_last_modified | TIMESTAMP |
NO | ||
ats_everify_issuing_authority_date_created | TIMESTAMP |
NO | ||
ats_everify_issuing_authority_name | VARCHAR(255) |
NO | ||
ats_everify_issuing_authority_code | VARCHAR(255) |
NO | ||
ats_everify_issuing_authority_supporting_document_type_id | INT(10) |
NO |
Name: | ats_everify_user |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_everify_user_id | INT(11) |
NO | ||||||||
ats_everify_user_last_modified | TIMESTAMP |
NO | ||||||||
ats_everify_user_date_created | DATETIME |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
NO | ||||||||
ats_everify_user_username | VARCHAR(255) |
NO | ||||||||
ats_everify_user_password | VARCHAR(255) |
NO | ||||||||
ats_everify_user_password_last_modified | DATETIME |
NO | ||||||||
ats_everify_user_active | TINYINT(11) |
NO | ||||||||
ats_everify_user_ica_version_number | INT(11) |
NO |
Name: | ats_jobseeker_hire_type |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_hire_type_id
Relationships for ats_jobseeker_hire_type_id
|
INT(10) |
NO | ||||||||
ats_jobseeker_hire_type_date_created | DATETIME |
NO | ||||||||
ats_jobseeker_hire_type_last_modified | TIMESTAMP |
NO | ||||||||
ats_jobseeker_hire_type_value | VARCHAR(255) |
NO | ||||||||
ats_jobseeker_hire_type_order | SMALLINT(5) |
NO | ||||||||
ats_jobseeker_hire_type_deactivated | TINYINT(1) |
NO | ||||||||
ats_jobseeker_hire_type_system_flag | TINYINT(1) |
NO |
Name: | ats_jobseeker_hiring_reason |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_hiring_reason_id
Relationships for ats_jobseeker_hiring_reason_id
|
INT(10) |
NO | ||||||||
ats_jobseeker_hiring_reason_date_created | DATETIME |
NO | ||||||||
ats_jobseeker_hiring_reason_last_modified | TIMESTAMP |
NO | ||||||||
ats_jobseeker_hiring_reason_value | VARCHAR(255) |
NO | ||||||||
ats_jobseeker_hiring_reason_order | SMALLINT(5) |
NO | ||||||||
ats_jobseeker_hiring_reason_deactivated | TINYINT(1) |
NO | ||||||||
ats_jobseeker_hiring_reason_system_flag | TINYINT(1) |
NO |
Name: | ats_monster_seemore |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_monster_seemore_id
Relationships for ats_monster_seemore_id
|
INT(10) |
NO | |||||||||||
ats_monster_seemore_date_created | DATETIME |
NO | |||||||||||
ats_monster_seemore_last_modified | TIMESTAMP |
NO | |||||||||||
ats_monster_resume_board_id | VARCHAR(255) |
NO | |||||||||||
ats_monster_seemore_board_name | VARCHAR(255) |
NO | |||||||||||
ats_monster_seemore_general_cat | VARCHAR(255) |
NO | |||||||||||
ats_monster_seemore_channel_id
Relationships for ats_monster_seemore_channel_id
|
INT(10) |
NO |
Name: | ats_monster_seemore_board_criteria |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_monster_seemore_board_criteria_id | INT(10) |
NO | ||||||||
ats_monster_seemore_board_criteria_date_created | DATETIME |
NO | ||||||||
ats_monster_seemore_board_criteria_last_modified | TIMESTAMP |
NO | ||||||||
ats_monster_seemore_criteria_id
Relationships for ats_monster_seemore_criteria_id
|
INT(10) |
NO | ||||||||
ats_monster_seemore_id
Relationships for ats_monster_seemore_id
|
INT(10) |
NO | ||||||||
ats_monster_seemore_board_criteria_value | VARCHAR(255) |
NO |
Name: | ats_monster_seemore_channel |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_monster_seemore_channel_id
Relationships for ats_monster_seemore_channel_id
|
INT(10) |
NO | ||||||||
ats_monster_seemore_channel_date_created | DATETIME |
NO | ||||||||
ats_monster_seemore_channel_last_modified | TIMESTAMP |
NO | ||||||||
ats_monster_seemore_channel_name | VARCHAR(255) |
NO | ||||||||
ats_monster_seemore_channel_lang | VARCHAR(255) |
NO | ||||||||
ats_monster_seemore_channel_value | VARCHAR(255) |
NO |
Name: | ats_monster_seemore_criteria |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_monster_seemore_criteria_id
Relationships for ats_monster_seemore_criteria_id
|
INT(10) |
NO | ||||||||
ats_monster_seemore_criteria_date_created | DATETIME |
NO | ||||||||
ats_monster_seemore_criteria_last_modified | TIMESTAMP |
NO | ||||||||
ats_monster_seemore_criteria_table_name | VARCHAR(255) |
NO | ||||||||
ats_monster_seemore_criteria_table_column_type | VARCHAR(255) |
NO | ||||||||
ats_monster_seemore_criteria_comparison_table_name | VARCHAR(255) |
NO | ||||||||
ats_monster_seemore_criteria_comparison_table_column_name | VARCHAR(255) |
NO |
Name: | ats_monster_seemore_export |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_monster_seemore_export_id | INT(10) |
NO | ||
ats_monster_seemore_export_date_created | DATETIME |
NO | ||
ats_monster_seemore_export_last_modified | TIMESTAMP |
NO | ||
ats_monster_seemore_export_type | VARCHAR(255) |
NO | ||
ats_monster_seemore_export_status | VARCHAR(255) |
NO | ||
ats_monster_seemore_export_file_name | VARCHAR(255) |
NO | ||
ats_monster_seemore_export_message | VARCHAR(255) |
NO |
Name: | ats_monster_seemore_resume |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_monster_seemore_resume_id | INT(10) |
NO | ||||||||
ats_monster_seemore_resume_date_created | DATETIME |
NO | ||||||||
ats_monster_seemore_resume_last_modified | TIMESTAMP |
NO | ||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
NO | ||||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
NO | ||||||||
ats_monster_seemore_resume_state | TINYINT(1) |
NO | ||||||||
ats_monster_seemore_resume_board_id | INT(10) |
NO | ||||||||
ats_monster_seemore_resume_reference_id | VARCHAR(255) |
NO |
Name: | ats_monster_seemore_talentdashboard_report |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_monster_seemore_talentdashboard_report_id | INT(10) |
NO | ||
ats_monster_seemore_talentdashboard_report_date_created | DATETIME |
NO | ||
ats_monster_seemore_talentdashboard_report_last_modified | TIMESTAMP |
NO | ||
ats_monster_seemore_talentdashboard_report_name | VARCHAR(100) |
NO | ||
ats_monster_seemore_talentdashboard_report_search_string | TEXT |
NO | ||
ats_monster_seemore_talentdashboard_report_result | TEXT |
NO | ||
ats_monster_seemore_talentdashboard_report_is_top | TINYINT(1) |
NO | ||
ats_monster_seemore_talentdashboard_report_creator_id | INT(10) |
NO |
Name: | ats_monster_seemore_talentdashboard_report_country |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_monster_seemore_talentdashboard_report_country_id | INT(11) |
NO | ||
ats_monster_seemore_talentdashboard_report_country_date_created | DATETIME |
NO | ||
ats_monster_seemore_talentdashboard_report_country_last_modified | TIMESTAMP |
NO | ||
ats_monster_seemore_talentdashboard_report_country_code | VARCHAR(100) |
NO | ||
ats_monster_seemore_talentdashboard_report_country_name | VARCHAR(100) |
NO | ||
ats_monster_seemore_talentdashboard_report_type_list | INT(11) |
NO |
Name: | ats_monster_seemore_talentdashboard_report_type |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_monster_seemore_talentdashboard_report_type_id | INT(11) |
NO | ||
ats_monster_seemore_talentdashboard_report_type_date_created | DATETIME |
NO | ||
ats_monster_seemore_talentdashboard_report_type_last_modified | TIMESTAMP |
NO | ||
ats_monster_seemore_talentdashboard_report_type_list | INT(11) |
NO | ||
ats_monster_seemore_talentdashboard_report_type_order | INT(11) |
NO | ||
ats_monster_seemore_talentdashboard_report_type_code | VARCHAR(100) |
NO | ||
ats_monster_seemore_talentdashboard_report_type_name | VARCHAR(100) |
NO | ||
ats_monster_seemore_talentdashboard_report_type_default_chart | ENUM |
NO | ||
ats_monster_seemore_talentdashboard_report_type_disabled_charts | VARCHAR(100) |
NO |
Name: | ats_monster_seemore_user |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_monster_seemore_user_id | INT(10) |
NO | ||||||||
ats_monster_seemore_user_date_created | DATETIME |
NO | ||||||||
ats_monster_seemore_user_last_modified | TIMESTAMP |
NO | ||||||||
ats_integration_monster_users_id
Relationships for ats_integration_monster_users_id
|
INT(11) |
NO | ||||||||
ats_monster_seemore_id
Relationships for ats_monster_seemore_id
|
INT(10) |
NO | ||||||||
ats_monster_seemore_user_cat | VARCHAR(255) |
NO |
Name: | ats_offer_security_clearances |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_offer_security_clearances_id | INT(11) |
NO | ||||||||
ats_offer_security_clearances_date_created | DATETIME |
NO | ||||||||
ats_offer_security_clearances_last_modified | TIMESTAMP |
NO | ||||||||
ats_offer_security_clearance_id | INT(11) |
NO | ||||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(11) |
NO |
Name: | ats_onboarding_bundle_document_recipient |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_bundle_document_recipient_id | INT(10) |
NO | ||||||||
ats_onboarding_bundle_document_recipient_date_created | DATETIME |
NO | ||||||||
ats_onboarding_bundle_document_recipient_last_modified | TIMESTAMP |
NO | ||||||||
ats_onboarding_bundle_document_id
Relationships for ats_onboarding_bundle_document_id
|
INT(10) |
NO | ||||||||
ats_onboarding_bundle_document_recipient_target | VARCHAR(255) |
NO |
Name: | ats_onboarding_document_esignature |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_document_esignature_id | INT(11) |
NO | ||||||||
ats_onboarding_document_esignature_date_created | TIMESTAMP |
NO | ||||||||
ats_onboarding_document_esignature_table_name | VARCHAR(255) |
NO | ||||||||
ats_onboarding_document_esignature_reference_name | VARCHAR(255) |
NO | ||||||||
ats_onboarding_document_esignature_reference_id | INT(11) |
NO | ||||||||
ats_onboarding_document_esignature_field_name | VARCHAR(255) |
NO | ||||||||
ats_onboarding_document_esignature_field_value | VARCHAR(255) |
NO | ||||||||
ats_onboarding_document_file_id
Relationships for ats_onboarding_document_file_id
|
INT(11) |
NO |
Name: | ats_onboarding_form_routed_recipient |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_form_routed_recipient_id | INT(10) |
NO | ||||||||
ats_onboarding_form_routed_recipient_date_created | DATETIME |
NO | ||||||||
ats_onboarding_form_routed_recipient_last_modified | TIMESTAMP |
NO | ||||||||
ats_onboarding_form_routed_id
Relationships for ats_onboarding_form_routed_id
|
INT(10) |
NO | ||||||||
ats_onboarding_form_routed_recipient_target | VARCHAR(255) |
NO | ||||||||
ats_onboarding_form_routed_recipient_hash | VARCHAR(255) |
NO |
Name: | ats_onboarding_security_clearances |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_security_clearances_id | INT(11) |
NO | ||||||||
ats_onboarding_security_clearances_date_created | DATETIME |
NO | ||||||||
ats_onboarding_security_clearances_last_modified | TIMESTAMP |
NO | ||||||||
ats_onboarding_security_clearance_id | INT(11) |
NO | ||||||||
ats_onboarding_form_routed_id
Relationships for ats_onboarding_form_routed_id
|
INT(11) |
NO |
Name: | ats_onboarding_task |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_task_id
Relationships for ats_onboarding_task_id
|
INT(11) |
NO | ||||||||||||||
ats_onboarding_task_date_created | TIMESTAMP |
NO | ||||||||||||||
ats_onboarding_task_last_modified | TIMESTAMP |
NO | ||||||||||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(11) |
NO | ||||||||||||||
ats_onboarding_task_name | VARCHAR(255) |
NO | ||||||||||||||
ats_onboarding_task_desc | TEXT |
NO | ||||||||||||||
ats_onboarding_task_created_by | INT(11) |
NO | ||||||||||||||
ats_onboarding_task_active | TINYINT(1) |
NO | ||||||||||||||
ats_onboarding_task_due | TINYINT(1) |
NO | ||||||||||||||
ats_onboarding_task_due_days | INT(10) |
NO | ||||||||||||||
ats_onboarding_task_due_day_reminder | INT(10) |
NO | ||||||||||||||
ats_onboarding_task_attachment_required | TINYINT(4) |
NO |
Name: | ats_onboarding_task_reassignment_log |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_onboarding_task_reassignment_log_id | INT(11) |
NO | ||
ats_onboarding_task_reassignment_log_date_created | DATETIME |
NO | ||
ats_onboarding_task_reassignment_log_last_modified | TIMESTAMP |
NO | ||
ats_onboarding_task_reassignment_log_task_assignment_id | INT(11) |
NO | ||
ats_onboarding_task_reassignment_log_previous_owner_id | INT(11) |
NO | ||
ats_onboarding_task_reassignment_log_current_owner_id | INT(11) |
NO | ||
ats_onboarding_task_reassignment_log_reassign_reason_id | INT(11) |
NO | ||
ats_onboarding_task_reassignment_log_action_taken_by_id | INT(11) |
NO |
Name: | ats_onboarding_task_reassignment_reason |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_onboarding_task_reassignment_reason_id | INT(11) |
NO | ||
ats_onboarding_task_reassignment_reason_value | VARCHAR(255) |
YES | ||
ats_onboarding_task_reassignment_reason_date_modified | TIMESTAMP |
NO | ||
ats_onboarding_task_reassignment_reason_date_created | TIMESTAMP |
NO | ||
ats_onboarding_task_reassignment_reason_system_flag | TINYINT(1) |
NO | ||
ats_onboarding_task_reassignment_reason_protected | TINYINT(1) |
NO | ||
ats_onboarding_task_reassignment_reason_deactivated | TINYINT(1) |
NO | ||
ats_onboarding_task_reassignment_reason_order | SMALLINT(11) |
NO |
Name: | ats_onboarding_task_recipient |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_task_recipient_id | INT(11) |
NO | ||||||||
ats_onboarding_task_recipient_date_created | TIMESTAMP |
NO | ||||||||
ats_onboarding_task_recipient_last_modified | TIMESTAMP |
NO | ||||||||
ats_onboarding_task_id
Relationships for ats_onboarding_task_id
|
INT(11) |
NO | ||||||||
ats_onboarding_task_recipient | INT(11) |
NO | ||||||||
ats_onboarding_task_recipient_type | VARCHAR(255) |
NO | ||||||||
ats_onboarding_task_recipient_newhire | INT(11) |
NO | ||||||||
ats_onboarding_task_recipient_external | VARCHAR(255) |
NO |
Name: | ats_onboarding_welcome_page |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_welcome_page_id | INT(11) |
NO | ||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
NO | ||||||||
ats_onboarding_welcome_page_content | TEXT |
NO | ||||||||
ats_onboarding_welcome_page_video_title | VARCHAR(255) |
NO | ||||||||
ats_onboarding_welcome_page_video_link | VARCHAR(255) |
NO | ||||||||
ats_onboarding_welcome_page_video_desc | TEXT |
NO | ||||||||
ats_onboarding_welcome_page_creation_date | DATETIME |
NO | ||||||||
ats_onboarding_welcome_page_last_modified | TIMESTAMP |
NO |
Name: | ats_pool_questionnaire |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_pool_questionnaire_id
Relationships for ats_pool_questionnaire_id
|
INT(10) |
NO | ||||||||
ats_pool_questionnaire_date_created | DATETIME |
NO | ||||||||
ats_pool_questionnaire_last_modified | TIMESTAMP |
NO | ||||||||
ats_pool_id
Relationships for ats_pool_id
|
INT(10) |
NO | ||||||||
ats_pool_questionnaire_creator | INT(10) |
NO | ||||||||
hua_test_id
Relationships for hua_test_id
|
INT(10) |
NO | ||||||||
ats_pool_questionnaire_deleted | TINYINT(1) |
NO |
Name: | ats_pool_questionnaire_taker |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_pool_questionnaire_taker_id | INT(10) |
NO | ||||||||
ats_pool_questionnaire_taker_date_created | DATETIME |
NO | ||||||||
ats_pool_questionnaire_taker_last_modified | TIMESTAMP |
NO | ||||||||
ats_pool_questionnaire_id
Relationships for ats_pool_questionnaire_id
|
INT(10) |
NO | ||||||||
ats_pool_questionnaire_taker_updated_by | INT(10) |
NO | ||||||||
hua_test_taker_id
Relationships for hua_test_taker_id
|
INT(10) |
NO | ||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
NO |
Name: | ats_pool_to_ats_search_agent |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_pool_to_ats_search_agent_id | INT(10) |
NO | ||||||||
ats_pool_to_ats_search_agent_date_created | DATETIME |
NO | ||||||||
ats_pool_to_ats_search_agent_last_modified | TIMESTAMP |
NO | ||||||||
ats_pool_id
Relationships for ats_pool_id
|
INT(10) |
NO | ||||||||
ats_search_agent_id
Relationships for ats_search_agent_id
|
INT(10) |
NO |
Name: | ats_pool_to_ats_team |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_pool_to_ats_team_id | INT(10) |
NO | ||||||||
ats_pool_to_ats_team_date_created | DATETIME |
NO | ||||||||
ats_pool_to_ats_team_last_modified | TIMESTAMP |
NO | ||||||||
ats_pool_id
Relationships for ats_pool_id
|
INT(10) |
NO | ||||||||
ats_team_id
Relationships for ats_team_id
|
INT(10) |
NO |
Name: | ats_requisition_assessment_type_threshold |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_assessment_type_threshold_id | INT(11) |
NO | ||||||||
ats_requisition_assessment_package_id
Relationships for ats_requisition_assessment_package_id
|
INT(11) |
NO | ||||||||
hua_assessment_type_id
Relationships for hua_assessment_type_id
|
INT(11) |
NO | ||||||||
ats_requisition_assessment_type_threshold_value | SMALLINT(3) |
NO | ||||||||
ats_requisition_assessment_type_threshold_last_modified | TIMESTAMP |
NO | ||||||||
ats_requisition_assessment_type_threshold_date_created | DATETIME |
NO |
Name: | ats_requisition_diversity_country_setting |
Description: |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_diversity_country_setting_id | INT(11) |
NO | |||||||||||||||||
ats_requisition_diversity_country_setting_last_modified | TIMESTAMP |
NO | |||||||||||||||||
ats_requisition_diversity_country_setting_date_created | DATETIME |
NO | |||||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
NO | |||||||||||||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
NO | |||||||||||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(11) |
NO |
Name: | ats_requisition_security_clearances |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_security_clearances_id | INT(11) |
NO | ||||||||
ats_requisition_security_clearances_date_created | DATETIME |
NO | ||||||||
ats_requisition_security_clearances_last_modified | TIMESTAMP |
NO | ||||||||
ats_requisition_security_clearance_id | INT(11) |
NO | ||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
NO |
Name: | ats_requisition_status_change_schedule |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_status_change_schedule_id | INT(10) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_date_created | DATETIME |
NO | ||||||||||||||
ats_requisition_status_change_schedule_last_modified | TIMESTAMP |
NO | ||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
NO | ||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_effective_date | DATETIME |
NO | ||||||||||||||
ats_requisition_status_change_schedule_from_status_id | INT(10) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_to_status_id | INT(10) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_comment | VARCHAR(255) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_expired | TINYINT(1) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_warning_notified | TINYINT(1) |
NO | ||||||||||||||
ats_requisition_status_change_schedule_vendor_notified | TINYINT(1) |
NO |
Name: | ats_requisition_terms_version |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_terms_version_id | INT(11) |
NO | ||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
NO | ||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
NO | ||||||||
hua_terms_of_use_version_id
Relationships for hua_terms_of_use_version_id
|
INT(11) |
NO | ||||||||
ats_requisition_terms_version_date_created | DATETIME |
NO |
Name: | ats_requisition_translation_index |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_title | VARCHAR(255) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_description | TEXT |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_requirements | TEXT |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_alternate_apply_method | VARCHAR(255) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
time_to_live | INT(5) |
NO |
Name: | ats_resume_link_visit |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_resume_link_visit_id | INT(10) |
NO | ||
ats_resume_link_visit_hash | VARCHAR(255) |
NO | ||
ats_resume_link_visit_id_type | VARCHAR(255) |
NO | ||
ats_resume_link_visit_id_number | INT(10) |
NO | ||
ats_resume_link_visit_date_created | DATETIME |
NO | ||
ats_resume_link_visit_is_valid | TINYINT(1) |
NO |
Name: | ats_resume_secondary_security_clearances |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_secondary_security_clearances_id | INT(11) |
NO | ||||||||
ats_resume_secondary_security_clearances_date_created | DATETIME |
NO | ||||||||
ats_resume_secondary_security_clearances_last_modified | TIMESTAMP |
NO | ||||||||
ats_resume_secondary_security_clearance_id | INT(11) |
NO | ||||||||
ats_resume_secondary_application_id
Relationships for ats_resume_secondary_application_id
|
INT(11) |
NO |
Name: | ats_resume_security_clearances |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_security_clearances_id | INT(11) |
NO | ||||||||
ats_resume_security_clearances_date_created | DATETIME |
NO | ||||||||
ats_resume_security_clearances_last_modified | TIMESTAMP |
NO | ||||||||
ats_resume_security_clearance_id | INT(11) |
NO | ||||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(11) |
NO |
Name: | ats_shared_confidential_requisition |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_shared_confidential_requisition_id | INT(10) |
NO | ||||||||
ats_shared_confidential_requisition_date_created | TIMESTAMP |
NO | ||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
ats_shared_confidential_requisition_shared_by | INT(10) |
NO |
Name: | ats_unhealthy_application |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_unhealthy_application_id | INT(11) |
NO | ||||||||
ats_unhealthy_application_last_modified | TIMESTAMP |
NO | ||||||||
ats_unhealthy_application_date_created | DATETIME |
NO | ||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
NO |
Name: | ats_unhealthy_application_override |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_unhealthy_application_override_id | INT(11) |
NO | ||||||||
ats_unhealthy_application_override_last_modified | TIMESTAMP |
NO | ||||||||
ats_unhealthy_application_override_date_created | DATETIME |
NO | ||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
NO | ||||||||
ats_unhealthy_application_override_authorized_by | INT(11) |
NO | ||||||||
ats_unhealthy_application_override_authorization_date | DATETIME |
NO |
Name: | Background Check Process Status |
Description: | Stores all the data related to a process status value for a background check request. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_background_check_process_status_id
Relationships for hua_background_check_process_status_id
|
INT(11) |
Background Check Process Status ID | Unique system value for identifying a process status (e.g., pending, completed) for a background check request. | NO | |||||||||
hua_background_check_process_status_last_modified | TIMESTAMP |
Background Check Process Status Last Modified | Date when a process status for a background check request was last revised by an authorized user. | NO | |||||||||
hua_background_check_process_status_date_created | DATETIME |
Background Check Process Status Creation Date | Date when a process status for a background check request was created by an authorized user. | NO | |||||||||
hua_background_check_process_status_name | VARCHAR(255) |
Background Check Process Status Name | Translation of the unique system value into a word or phrase for identifying a process status for a background check request. | NO |
Name: | Background Check Request |
Description: | Stores all the data related to a background check request. Information includes the identity of the background check vendor and who created the background check request. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_background_check_id
Relationships for hua_background_check_id
|
INT(11) |
Background Check ID | Unique system value for identifying a background check request. | NO | |||||||||
hua_background_check_last_modified | TIMESTAMP |
Background Check Last Modified | Date when a background check request was last revised by an authorized user. | NO | |||||||||
hua_background_check_date_created | DATETIME |
Background Check Date Created | Date when a background check request was created by an authorized user (e.g., recruiter, hiring manager). | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a background check request and a specific user in the system. | NO | |||||||||
hua_background_check_creator_id | INT(11) |
Background Check Creator ID | System generated foreign key providing a connection between a background check request and the user who created the background check request. | NO | |||||||||
hua_background_check_external_id | VARCHAR(255) |
Background Check External ID | System generated foreign key providing a connection between a background check request and an external identifier for that background check request. | NO | |||||||||
hua_background_check_vendor_id
Relationships for hua_background_check_vendor_id
|
INT(11) |
Background Check Vendor ID | System generated foreign key providing a connection between a background check and a specific background check vendor. | NO | |||||||||
hua_background_check_description | TEXT |
Background Check Description | Phrases compiled to describe the purpose, reason, or responsibility of a background check. | NO | |||||||||
hua_background_check_result | VARCHAR(255) |
Background Check Result | Word or phrase indicating the outcome of a background check. | NO | |||||||||
hua_background_check_process_status_id
Relationships for hua_background_check_process_status_id
|
INT(11) |
Background Check Process Status ID | System generated foreign key providing a connection between a background check and a specific background check process status (e.g., pending, completed). | NO | |||||||||
hua_background_check_score | VARCHAR(255) |
Background Check Score | Numeric value given to indicate the quantity of infractions on a background check. | NO | |||||||||
hua_background_check_archived | TINYINT(1) |
Background Check Archived | Indication on whether or not a background check has been archived (i.e., retired from use) in the site. | NO | |||||||||
hua_background_check_hidden | TINYINT(1) |
Background Check Hidden | Indication on whether or not a background check is hidden from users in the system. | NO | |||||||||
hua_soa_integration_link_id
Relationships for hua_soa_integration_link_id
|
INT(11) |
NO |
Name: | Background Check Vendor |
Description: | Stores the data related to background check vendors. This information is set up during implementation. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_background_check_vendor_id | INT(11) |
Background Check Vendor ID | Unique system value for identifying a background check vendor. | NO |
ats_background_check_vendor_date_created | DATETIME |
Background Check Vendor Creation Date | Date when the background check vendor was created. | NO |
ats_background_check_vendor_last_modified | TIMESTAMP |
Background Check Vendor Last Modified | Date when the background check vendor was last updated. | NO |
ats_background_check_vendor_name | CHAR(255) |
Background Check Vendor Name | Name of the background check vendor. | NO |
ats_background_check_vendor_active | TINYINT(1) |
Background Check Vendor Active | Indication on whether or not a background check vendor is active. | NO |
ats_background_check_vendor_script | CHAR(255) |
Background Check Vendor Script | Path to the background check vendor script. | NO |
ats_background_check_vendor_system_flag | TINYINT(1) |
Background Check Vendor System Flag | System flag for background check vendors. | NO |
Name: | backup_employee_change_record_1360352 |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_change_record_id
Relationships for hua_employee_change_record_id
|
INT(10) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(10) |
NO | ||||||||
thr_self_service_id
Relationships for thr_self_service_id
|
INT(10) |
NO | ||||||||
hua_employee_change_record_status | ENUM |
NO | ||||||||
hua_employee_change_record_date_created | DATETIME |
NO | ||||||||
hua_employee_change_record_last_modified | TIMESTAMP |
NO | ||||||||
hua_employee_change_record_field | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_old_value | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_new_value | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_1 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_2 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_3 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_4 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_5 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_6 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_7 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_8 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_9 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_10 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_new_value_id | INT(10) |
NO | ||||||||
hua_employee_change_record_effective_date | DATE |
NO | ||||||||
hua_employee_change_record_converted_eff_date | DATETIME |
NO | ||||||||
hua_employee_change_record_reason_for_the_change | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_changed_by | INT(10) |
NO |
Name: | Batch Appraisal Workflow Update |
Description: | Once you chose to update the appraisals associated to a workflow, the record will be saved here as pending and will be process later by a cron |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_batch_appraisal_workflow_update_id
Relationships for epm_batch_appraisal_workflow_update_id
|
INT(11) |
Batch Appraisal Workflow Update ID | The unique ID of the Batch Appraisal Workflow Update | NO | ||||||
epm_batch_appraisal_workflow_update_last_modified | TIMESTAMP |
Batch Appraisal Workflow Update Last Modified | The date and time when the Batch Appraisal Workflow Update was last modified | NO | ||||||
epm_batch_appraisal_workflow_update_date_created | DATETIME |
Batch Appraisal Workflow Update Date Created | The date and time when the Batch Appraisal Workflow Update was created | NO | ||||||
epm_batch_appraisal_workflow_update_creator_id | INT(11) |
Batch Appraisal Workflow Update Creator ID | The user id of the person whom updated the performance workflow | NO | ||||||
epm_batch_appraisal_workflow_update_in_progress | TINYINT(1) |
Batch Appraisal Workflow Update In Progress | Flag Id which will be updated once the cron starts to process the appraisals for modification | NO | ||||||
epm_batch_appraisal_workflow_update_completed | TINYINT(1) |
Batch Appraisal Workflow Update Completed | Flag Id that will be updated once the cron successfully processed a certain appraisal workflow batch | NO | ||||||
epm_workflow_id
Relationships for epm_workflow_id
|
INT(11) |
Epm Workflow ID | The unique ID of a related performance Workflow | NO |
Name: | Batch Appraisal Workflow Update History |
Description: | Stores the details pertaining to the existing appraisals that have been updated or not updated during the cron processing. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_batch_appraisal_workflow_update_history_id
Relationships for epm_batch_appraisal_workflow_update_history_id
|
INT(11) |
Batch Appraisal Workflow Update History ID | The unique ID of the Batch Appraisal Workflow Update History | NO | ||||||
epm_batch_appraisal_workflow_update_history_last_modified | TIMESTAMP |
Batch Appraisal Workflow Update History Last Modified | The date and time when the Batch Appraisal Workflow Update History was last modified | NO | ||||||
epm_batch_appraisal_workflow_update_history_date_created | DATETIME |
Batch Appraisal Workflow Update History Date Created | The date and time when the Batch Appraisal Workflow Update History was created | NO | ||||||
epm_batch_appraisal_workflow_update_history_processed | TINYINT(1) |
Batch Appraisal Workflow Update History Processed | Flag Id which will be updated if the certain appraisal has been processed successfully by the cron | NO | ||||||
epm_batch_appraisal_workflow_update_history_retain | TINYINT(1) |
Batch Appraisal Workflow Update History Retain | Flag Id which will be updated if a certain appraisal is supposed to be not updated because it might be in assessment phase then it should be retained | NO | ||||||
epm_batch_appraisal_workflow_update_id
Relationships for epm_batch_appraisal_workflow_update_id
|
INT(11) |
Batch Appraisal Workflow Update ID | The unique ID of a related Batch Appraisal Workflow Update | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee that is the target of the appraisal | NO | ||||||
hua_manager_id | INT(11) |
Manager ID | The employee's appraisal manager | NO | ||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Epm Appraisal ID | The unique ID of a related existing appraisal that will be updated | NO | ||||||
epm_appraisal_current_phase_id | INT(11) |
Epm Appraisal Current Phase ID | This is the current phase of the existing appraisal | NO |
Name: | Batch Appraisal Workflow Update Launched |
Description: | Stores new information regarding the appraisals that successfully updated and re-launched by the cron process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_batch_appraisal_workflow_update_launched_id | INT(11) |
Batch Appraisal Workflow Update Launched ID | The unique ID of the Batch Appraisal Workflow Update Launched | NO | ||||||
epm_batch_appraisal_workflow_update_launched_last_modified | TIMESTAMP |
Batch Appraisal Workflow Update Launched Last Modified | The date and time when the Batch Appraisal Workflow Update Launched was last modified | NO | ||||||
epm_batch_appraisal_workflow_update_launched_date_created | DATETIME |
Batch Appraisal Workflow Update Launched Date Created | The date and time when the Batch Appraisal Workflow Update Launched was created | NO | ||||||
epm_batch_appraisal_workflow_update_history_id
Relationships for epm_batch_appraisal_workflow_update_history_id
|
INT(11) |
Batch Appraisal Workflow Update History ID | The unique ID of a related Batch Appraisal Workflow Update History | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee which is the target of the re-launched / updated appraisal | NO | ||||||
hua_manager_id | INT(11) |
Manager ID | The employee's appraisal manager | NO | ||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Epm Appraisal ID | The unique ID of the re-launched / updated appraisal | NO | ||||||
epm_appraisal_current_phase_id | INT(11) |
Appraisal Current Phase ID | The new current phase id of newly launched appraisal with reference to its existing current phase defined in the batch appraisal workflow history table | NO |
Name: | Batch Process |
Description: | Stores all the data related to bulk launching processes. Information includes the process key value and the serialized data. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_batch_process_id | INT(11) |
Batch Process ID | Unique system value for identifying a bulk launching process (e.g., launching appraisals or letters). | NO |
hua_batch_process_last_modified | TIMESTAMP |
Batch Process Last Modified | Date and time when a bulk launching process was last revised by an authorized user. | NO |
hua_batch_process_date_created | DATETIME |
Batch Process Creation Date | Date and time when a bulk launching process was created by an authorized user. | NO |
hua_batch_process_frequency | ENUM |
Batch Process Frequency | Values are either hourly or daily. | NO |
hua_batch_process_key | VARCHAR(255) |
NO | ||
hua_batch_process_serialized_data | MEDIUMTEXT |
NO |
Name: | Benefit |
Description: | Stores all the data related to benefits. Information includes merge code, category, if a benefit can be overridden, and secondary benefit details. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_benefit_id
Relationships for hua_benefit_id
|
INT(11) |
Benefit ID | Unique system value for identifying a benefit. | NO | |||||||||
hua_benefit_last_modified | TIMESTAMP |
Benefit Last Modified | Date when a benefit was last revised by an authorized user (i.e., administrator). | NO | |||||||||
hua_benefit_date_created | DATETIME |
Benefit Date Created | Date when a benefit was created by an authorized user (i.e., administrator). | NO | |||||||||
hua_benefit_name | VARCHAR(255) |
Benefit Name | Translation of the unique system value into a word or phrase for identifying a benefit. | YES | |||||||||
hua_benefit_category_id
Relationships for hua_benefit_category_id
|
INT(11) |
Benefit Category ID | System generated foreign key providing a connection between a benefit and a specific benefit category (e.g., 401K, Annual Bonus) in the database. | NO | |||||||||
hua_benefit_value | VARCHAR(255) |
Benefit Value | Numeric value indicating the monetary value of a benefit. | NO | |||||||||
hua_benefit_letter_text | TEXT |
Benefit Letter Text | Customized text that accompanies a benefit merge code when used in a letter to a job seeker. | NO | |||||||||
hua_benefit_overridable | TINYINT(1) |
Benefit Override Permission | Indication on whether or not a benefit can be revised by an authorized user when the benefit is used in relation to a job offer. | NO | |||||||||
hua_benefit_additional_data | VARCHAR(255) |
Benefit Additional Data | Dynamic field based on the needs of the individual benefits and contents will vary based on benefit. | NO | |||||||||
hua_benefit_merge_code | VARCHAR(255) |
HUA Benefit Merge Code | Unique word or words within brackets that will display benefit information when the merge code is used in a letter (e.g., [monetary_value]). | NO | |||||||||
hua_benefit_start_value | BIGINT(11) |
Benefit Start Value | Numeric value is displayed if the benefit type is "days", "month", or "year"; otherwise, a specific date displays in the cell. | NO | |||||||||
hua_benefit_start_type | ENUM |
Benefit Start Type | Indication on whether the benefit start type is "days", month", "year", or a specific date. | NO | |||||||||
hua_benefit_secondary_start_value | BIGINT(11) |
Benefit Secondary Start Value | Value that defines when benefits start for a new hire if benefits do not start on a specific date. | NO | |||||||||
hua_benefit_secondary_start_type | ENUM |
Benefit Secondary Start Type | Indication on how a start date is calculated (e.g., "third Monday of the month") if benefits do not start on a specific date. | NO | |||||||||
hua_benefit_secondary_start_date_name | VARCHAR(50) |
Benefit Secondary Start Date Name | Translation of the value displayed for Secondary Start Value into a word or phrase (e.g., "third Monday of the month"). | NO | |||||||||
hua_benefit_active | TINYINT(1) |
Benefit Active | Indication on whether or not the benefit is active in the system or deactivated from use. | NO | |||||||||
hua_benefit_deleted | TINYINT(1) |
Benefit Deleted | Indication on whether or not a benefit is deleted from the system and is no longer available for use. | NO | |||||||||
hua_benefit_show_on_ttp | TINYINT(1) |
NO |
Name: | Benefit Category |
Description: | Stores all the data related to benefit categories. Categories are created by the administrator in multi-select and drop down lists. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_benefit_category_id
Relationships for hua_benefit_category_id
|
INT(11) |
Benefit Category ID | Unique system value for identifying a benefit category (e.g., 401K, Stock Options, Vacation). | NO | |||||||||
hua_benefit_category_last_modified | TIMESTAMP |
Benefit Category Last Modified | Date when a benefit category was last revised by an administrator. | NO | |||||||||
hua_benefit_category_date_created | DATETIME |
Benefit Category Creation Date | Date when a benefit category was created by an authorized user (e.g., administrator). | NO | |||||||||
hua_benefit_category_name | CHAR(255) |
Benefit Category Name | Translation of the unique system value into a word or phrase for identifying a benefit category. | YES | |||||||||
hua_benefit_category_deactivated | TINYINT(1) |
Benefit Category Deactivated | Indication on whether or not a benefit category is active in the system or deactivated from use. | NO | |||||||||
hua_benefit_category_order | SMALLINT(5) |
Benefit Category Sequence | Numeric value indicating the order in which a benefit category displays in a list or table. | NO |
Name: | Benefit Package |
Description: | Stores all the data related to benefit packages. Information includes a description and indicates if a benefit package is always an option for choice. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_benefit_package_id
Relationships for hua_benefit_package_id
|
INT(11) |
Benefit Package ID | Unique system value for identifying a benefit package. | NO | ||||||||||||
hua_benefit_package_last_modified | TIMESTAMP |
Benefit Package Last Modified | Date when a benefit package was last revised by an administrator. | NO | ||||||||||||
hua_benefit_package_date_created | DATETIME |
Benefit Package Creation Date | Date when a benefit package was created by an authorized user (e.g., administrator). | NO | ||||||||||||
hua_benefit_package_name | CHAR(255) |
Benefit Package Name | Translation of the unique system value into a word or phrase for identifying a benefit package. | NO | ||||||||||||
hua_benefit_package_description | CHAR(255) |
Benefit Package Description | Phrases compiled to describe the purpose, reason, or responsibility for a benefit package. | NO | ||||||||||||
hua_benefit_package_active | TINYINT(1) |
Benefit Package Active | Indication on whether or not a benefit package is active in the system or deactivated from use. | NO | ||||||||||||
hua_benefit_package_deleted | TINYINT(1) |
Benefit Package Deleted | Indication on whether or not a benefit package has been deleted and is no longer available for use. | NO | ||||||||||||
hua_benefit_package_always_available | TINYINT(1) |
Benefit Package Always Available | Indication on whether or not a benefit package is always available as an option for an offer even if associations do not warrant it. | NO |
Name: | Benefit Package Association |
Description: | Stores all the data related to the associations in a benefit package. Information includes the association data type and if an association is required. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_benefit_package_association_id | INT(10) |
Benefit Package Association ID | Unique system value for identifying a benefit package association (e.g., Bonus, Stock Options). | NO | ||||||
hua_benefit_package_association_last_modified | TIMESTAMP |
Benefit Package Association Last Modified | Date when a benefit package association was last revised by an authorized user. | NO | ||||||
hua_benefit_package_association_date_created | DATETIME |
Benefit Package Association Creation Date | Date when a benefit package was created by an authorized user (i.e., administrator). | NO | ||||||
hua_benefit_package_id
Relationships for hua_benefit_package_id
|
INT(11) |
Benefit Package ID | System generated foreign key providing a connection between a benefit package association and a specific benefit package. | NO | ||||||
hua_benefit_package_association_data_type | CHAR(255) |
Benefit Package Association Data Type | Indicates those data types (e.g., salary grade, location, job) available for a benefit package association. | NO | ||||||
hua_benefit_package_association_data_value | INT(11) |
Benefit Package Association Data Value | Translation of the unique system value into a word or phrase for identifying the benefit package association data. | NO | ||||||
hua_benefit_package_association_required | TINYINT(1) |
Benefit Package Association Required | Indicates whether or not a benefit package association is required. | NO | ||||||
hua_benefit_package_association_data_type_select_all | TINYINT(11) |
Benefit Package Association Data Type Select All | Indicates whether or not it is required use all data types or if data types can be individually selected. | NO |
Name: | Benefit Within a Benefit Package |
Description: | Stores all the data related to a benefit added to a benefit package. Information includes the identification of the benefit. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_benefit_to_benefit_package_id | INT(10) |
Benefit Within Benefit Package ID | Unique system value for identifying a benefit attached to a benefit package. | NO | ||||||
hua_benefit_to_benefit_package_last_modified | TIMESTAMP |
Benefit Within Benefit Package Last Modified | Date and time when a benefit within a benefit package was revised by an authorized user (i.e., administrator). | NO | ||||||
hua_benefit_to_benefit_package_date_created | DATETIME |
Benefit Within Benefit Package Creation Date | Date and time when a benefit was attached to a benefit package by an authorized user. | NO | ||||||
hua_benefit_package_id
Relationships for hua_benefit_package_id
|
INT(11) |
Benefit Package ID | System generated foreign key providing a connection between a benefit within a benefit package and a specific benefit package. | NO | ||||||
hua_benefit_id
Relationships for hua_benefit_id
|
INT(11) |
Benefit ID | System generated foreign key providing a connection between a benefit within a benefit package and a specific benefit (e.g., bonus, stock options). | NO |
Name: | Building |
Description: | Stores all the data related to a building. Join the hua_language_token_translation table to translate the name of the building. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_building_id
Relationships for hua_building_id
|
INT(10) |
Building ID | Unique system value for identifying a building in the database. | NO | |||||||||
hua_building_last_modified | TIMESTAMP |
Building Last Modified | Date when details about a building were last revised by an authorized user. | NO | |||||||||
hua_building_date_created | DATETIME |
Building Creation Date | Date when a building and its details were created by an authorized user (e.g., administrator). | NO | |||||||||
hua_building_name | CHAR(255) |
Building Name | Translation of the unique system value into a word or phrase for identifying a building. | YES | |||||||||
hua_building_contact | INT(10) |
Building Contact | Identification of the system user selected as the contact for the building. | NO | |||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | System generated foreign key providing a connection between a building and a specific location (i.e., location is a system value). | NO | |||||||||
hua_building_special_instructions | CHAR(255) |
Building Special Instructions | Textual content of any relevant details related to the building. | NO |
Name: | Bulk 360 Launch |
Description: | Stores the batch processes meant for launching 360 assessment in bulk. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_id
Relationships for epm_bulk_360_launch_id
|
INT(11) |
Bulk 360 Launch ID | The unique ID of the Bulk 360 Launch | NO | ||||||||||||||||||
epm_bulk_360_launch_last_modified | TIMESTAMP |
Bulk 360 Launch Last Modified | The date and time when the Bulk 360 Launch was last modified | NO | ||||||||||||||||||
epm_bulk_360_launch_date_created | DATETIME |
Bulk 360 Launch Date Created | The date and time when the Bulk 360 Launch was created | NO | ||||||||||||||||||
epm_bulk_360_launch_creator_id | INT(11) |
Bulk 360 Launch Creator ID | The employee id of the user whom creates the bulk 360 | NO | ||||||||||||||||||
epm_bulk_360_launch_date | DATETIME |
Bulk 360 Launch Date | The date when the bulk 360 is schedule to be processed. | NO | ||||||||||||||||||
epm_bulk_360_launch_complete | TINYINT(1) |
Bulk 360 Launch Complete | This is a flag that indicates if a batch process has been successfully completed | NO | ||||||||||||||||||
epm_bulk_360_launch_source | ENUM |
Bulk 360 Launch Source | Indicates the chosen 360 source (Best Fit Template, Chosen 360 Template/Workflow or Start From Scratch) | NO | ||||||||||||||||||
epm_bulk_360_launch_chosen_workflow_id | INT(11) |
Bulk 360 Launch Chosen Workflow ID | Stores the chosen 360 workflow/template id if the creator selects any of the available 360 template source | NO | ||||||||||||||||||
epm_bulk_360_launch_in_progress | TINYINT(1) |
Bulk 360 Launch In Progress | This is a flag that indicates if a batch process is currently in progress of launching 360 assessments for employees | NO | ||||||||||||||||||
epm_bulk_360_launch_name | VARCHAR(255) |
Bulk 360 Launch Name | Name of the Bulk 360 Launch | NO | ||||||||||||||||||
epm_bulk_360_launch_allow_participant_nomination | TINYINT(1) |
Bulk 360 Launch Allow Participant Nomination | This is a flag that indicates if employees whom are the target of the 360 and can nominate their preferred participant that will score their 360. | NO | ||||||||||||||||||
epm_bulk_360_launch_template_id | INT(11) |
Bulk 360 Launch Template ID | The associated 360 workflow / template id if the chosen source is either best fit or 360 workflow | NO | ||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | The unique ID of a related Scale | NO | ||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
Org Level ID | This is the selected filter which the org level is where the employee belongs and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_manager_id | INT(11) |
Manager ID | This is the selected filter which the manager id of the employees shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_location_group_id
Relationships for hua_location_group_id
|
INT(11) |
Location Group ID | This is the selected filter which the location group is where the employee belongs and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
Location ID | This is the selected filter which the location is where the employee belongs and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
Job Family ID | This is the selected filter which the employee belongs to a particular job family and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_job_role_id
Relationships for hua_job_role_id
|
INT(11) |
Job Role ID | This is the selected filter which the employee belongs to a particular job role and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_job_classification_id | INT(11) |
Job Classification ID | This is the selected filter which the employee belongs to a particular job classification and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | This is the selected filter which the employee belongs to a particular job and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(11) |
Salary Grade ID | This is the selected filter which the employee belongs to a particular salary grade and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
epm_bulk_360_launch_date_source | ENUM |
Bulk 360 Launch Date Source | This is the selected filter which the employee belongs to a date source (start / hire date) and shall be the target of the bulk 360 launch. | NO | ||||||||||||||||||
epm_bulk_360_launch_date_from | DATETIME |
Bulk 360 Launch Date From | This is a filter which the creator choose a date range when the employees have created / hired then it will be the basis of employees inclusion for bulk 360 processing. | NO | ||||||||||||||||||
epm_bulk_360_launch_date_to | DATETIME |
Bulk 360 Launch Date To | This is a filter which the creator choose a date range when the employees have created / hired then it will be the basis of employees inclusion for bulk 360 processing. | NO |
Name: | Bulk 360 Launch Category |
Description: | Stores the selected 360 category which will be added on every 360 assessment that shall be launched for the particular bulk launch. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_category_id
Relationships for epm_bulk_360_launch_category_id
|
INT(11) |
Bulk 360 Launch Category ID | The unique ID of the Epm Bulk 360 Launch Category | NO | |||||||||
epm_bulk_360_launch_category_last_modified | TIMESTAMP |
Bulk 360 Launch Category Last Modified | The date and time when the Bulk 360 Launch Category was last modified | NO | |||||||||
epm_bulk_360_launch_category_date_created | DATETIME |
Bulk 360 Launch Category Date Created | The date and time when the Bulk 360 Launch Category was created | NO | |||||||||
epm_bulk_360_launch_id
Relationships for epm_bulk_360_launch_id
|
INT(11) |
Bulk 360 Launch ID | The unique ID of a related Bulk 360 Launch | NO | |||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
Epm Category ID | The unique ID of a related Epm Category | NO | |||||||||
epm_bulk_360_launch_category_weight | FLOAT |
Bulk 360 Launch Category Weight | The weight which will be applied to the category | NO | |||||||||
epm_bulk_360_launch_category_order | SMALLINT(5) |
Bulk 360 Launch Category Order | Numeric order value used for presenting the Bulk 360 Launch Category | NO |
Name: | Bulk 360 Launch Competency |
Description: | Stores the selected 360 competencies under a 360 category which will be added on every 360 assessment that shall be launched for the particular bulk launch. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_competency_id | INT(11) |
Bulk 360 Launch Competency ID | The unique ID of the Bulk 360 Launch Competency | NO | ||||||
epm_bulk_360_launch_competency_last_modified | TIMESTAMP |
Bulk 360 Launch Competency Last Modified | The date and time when the Bulk 360 Launch Competency was last modified | NO | ||||||
epm_bulk_360_launch_competency_date_created | DATETIME |
Bulk 360 Launch Competency Date Created | The date and time when the Bulk 360 Launch Competency was created | NO | ||||||
epm_bulk_360_launch_category_id
Relationships for epm_bulk_360_launch_category_id
|
INT(11) |
Bulk 360 Launch Category ID | The unique ID of a related Bulk 360 Launch Category | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | The unique ID of a related Competency | NO | ||||||
epm_bulk_360_launch_competency_name | VARCHAR(255) |
Bulk 360 Launch Competency Name | Name of the Bulk 360 Launch Competency | NO | ||||||
epm_bulk_360_launch_competency_description | VARCHAR(255) |
Bulk 360 Launch Competency Description | A brief description of the Bulk 360 Launch Competency | NO | ||||||
epm_bulk_360_launch_competency_weight | FLOAT |
Bulk 360 Launch Competency Weight | The weight applied to each of the competency contents | NO | ||||||
epm_bulk_360_launch_competency_order | SMALLINT(5) |
Bulk 360 Launch Competency Order | Numeric order value used for presenting the Bulk 360 Launch Competency | NO | ||||||
epm_bulk_360_launch_competency_locked | TINYINT(1) |
Bulk 360 Launch Competency Locked | This is a flag which a competency can be lock/unlock | NO |
Name: | Bulk 360 Launch Exclusion |
Description: | Stores which employees are going to be excluded in the bulk 360 launch process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_exclusion_id | INT(11) |
Bulk 360 Launch Exclusion ID | The unique ID of the Bulk 360 Launch Exclusion | NO | ||||||
epm_bulk_360_launch_exclusion_last_modified | TIMESTAMP |
Bulk 360 Launch Exclusion Last Modified | The date and time when the Bulk 360 Launch Exclusion was last modified | NO | ||||||
epm_bulk_360_launch_exclusion_date_created | DATETIME |
Bulk 360 Launch Exclusion Date Created | The date and time when the Bulk 360 Launch Exclusion was created | NO | ||||||
epm_bulk_360_launch_id
Relationships for epm_bulk_360_launch_id
|
INT(11) |
Bulk 360 Launch ID | The unique ID of a related Bulk 360 Launch | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Bulk 360 Launch History |
Description: | Stores the 360 assessments that have been launched by the associated bulk 360 process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_history_id | INT(11) |
Bulk 360 Launch History ID | The unique ID of the Bulk 360 Launch History | NO | ||||||
epm_bulk_360_launch_history_last_modified | TIMESTAMP |
Bulk 360 Launch History Last Modified | The date and time when the Bulk 360 Launch History was last modified | NO | ||||||
epm_bulk_360_launch_history_date_created | DATETIME |
Bulk 360 Launch History Date Created | The date and time when the Bulk 360 Launch History was created | NO | ||||||
epm_bulk_360_launch_id
Relationships for epm_bulk_360_launch_id
|
INT(11) |
Bulk 360 Launch ID | The unique ID of a related Bulk 360 Launch | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO | ||||||
epm_360_id
Relationships for epm_360_id
|
INT(11) |
Epm 360 ID | The unique ID of a related Epm 360 | NO |
Name: | Bulk 360 Launch Inclusion |
Description: | Stores which employees are going to be included in the bulk 360 launch process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_inclusion_id | INT(11) |
Bulk 360 Launch Inclusion ID | The unique ID of the Bulk 360 Launch Inclusion | NO | ||||||
epm_bulk_360_launch_inclusion_last_modified | TIMESTAMP |
Bulk 360 Launch Inclusion Last Modified | The date and time when the Bulk 360 Launch Inclusion was last modified | NO | ||||||
epm_bulk_360_launch_inclusion_date_created | DATETIME |
Bulk 360 Launch Inclusion Date Created | The date and time when the Bulk 360 Launch Inclusion was created | NO | ||||||
epm_bulk_360_launch_id
Relationships for epm_bulk_360_launch_id
|
INT(11) |
Bulk 360 Launch ID | The unique ID of a related Bulk 360 Launch | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Bulk 360 Launch Participant |
Description: | Stores the selected internal/external participants which will be added on every 360 assessment that shall be launched for the particular bulk launch. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_participant_id | INT(11) |
Bulk 360 Launch Participant ID | The unique ID of the Bulk 360 Launch Participant | NO | ||||||
epm_bulk_360_launch_participant_last_modified | TIMESTAMP |
Bulk 360 Launch Participant Last Modified | The date and time when the Bulk 360 Launch Participant was last modified | NO | ||||||
epm_bulk_360_launch_participant_date_created | DATETIME |
Bulk 360 Launch Participant Date Created | The date and time when the Bulk 360 Launch Participant was created | NO | ||||||
epm_bulk_360_launch_id
Relationships for epm_bulk_360_launch_id
|
INT(11) |
Bulk 360 Launch ID | The unique ID of a related Bulk 360 Launch | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Bulk 360 Launch Skill |
Description: | Stores the selected 360 skills under a 360 category which will be added on every 360 assessment that shall be launched for the particular bulk launch. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_360_launch_skill_id | INT(11) |
Bulk 360 Launch Skill ID | The unique ID of the Bulk 360 Launch Skill | NO | ||||||
epm_bulk_360_launch_skill_last_modified | TIMESTAMP |
Bulk 360 Launch Skill Last Modified | The date and time when the Bulk 360 Launch Skill was last modified | NO | ||||||
epm_bulk_360_launch_skill_date_created | DATETIME |
Bulk 360 Launch Skill Date Created | The date and time when the Bulk 360 Launch Skill was created | NO | ||||||
epm_bulk_360_launch_category_id
Relationships for epm_bulk_360_launch_category_id
|
INT(11) |
Bulk 360 Launch Category ID | The unique ID of a related Bulk 360 Launch Category | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
Skill ID | The unique ID of a related Skill | NO | ||||||
epm_bulk_360_launch_skill_name | VARCHAR(255) |
Bulk 360 Launch Skill Name | Name of the Bulk 360 Launch Skill | NO | ||||||
epm_bulk_360_launch_skill_weight | FLOAT |
Bulk 360 Launch Skill Weight | The weight applied to each of the skill contents | NO | ||||||
epm_bulk_360_launch_skill_order | SMALLINT(5) |
Bulk 360 Launch Skill Order | Numeric order value used for presenting the Bulk 360 Launch Skill | NO | ||||||
epm_bulk_360_launch_skill_locked | TINYINT(1) |
Bulk 360 Launch Skill Locked | This is a flag which a skill can be lock/unlock | NO |
Name: | Bulk Continuous Feedback Session |
Description: | Stores data related to bulk continuous feedback session allowing the system to track which session were included. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_continuous_feedback_session_id
Relationships for epm_bulk_continuous_feedback_session_id
|
INT(11) |
Bulk Continuous Feedback Session ID | The unique ID of the Bulk Continuous Feedback Session | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_last_modified | TIMESTAMP |
Bulk Continuous Feedback Session Last Modified | The date and time when the Bulk Continuous Feedback Session was last revised by an authorize user | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_date_created | DATETIME |
Bulk Continuous Feedback Session Date Created | The date and time when the Bulk Continuous Feedback Session was created by an authorize user | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_creator_id | INT(11) |
Bulk Continuous Feedback Session Creator ID | Indicates the authorize user who created the bulk continuous feedback session | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_date | DATE |
Bulk Continuous Feedback Session Date | Indicate the date for the cron to process the session. | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_in_progress | TINYINT(1) |
Bulk Continuous Feedback Session In Progress | Indication on whether the session is currently being process by the cron. | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_complete | TINYINT(1) |
Bulk Continuous Feedback Session Complete | Indication on whether or not the continuous feedback session had been process by the cron. | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_purpose | VARCHAR(255) |
Bulk Continuous Feedback Session Purpose | Indicates the continuous feedback session purpose which is created by an authorize user | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_recommended_date | DATETIME |
Bulk Continuous Feedback Session Recommended Date | Indicates the propose date which is created by an authorize user. | NO | |||||||||||||||
epm_continuous_feedback_meeting_reason_id
Relationships for epm_continuous_feedback_meeting_reason_id
|
INT(11) |
Continuous Feedback Meeting Reason ID | The unique ID of a related Continuous Feedback Meeting Reason | NO | |||||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File | NO | |||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
Org Level ID | The unique ID of a related Org Level | NO | |||||||||||||||
hua_manager_id | INT(11) |
Manager ID | The unique ID of a related manager | NO | |||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
Location ID | The unique ID of a related Location | NO | |||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
Job Family ID | The unique ID of a related Job Family | NO | |||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | The unique ID of a related Job | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_date_source | ENUM |
Bulk Continuous Feedback Session Date Source | Indicates whether or not the authorize user chose the filter date source. Values are: start_date/hire_date | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_date_from | DATE |
Bulk Continuous Feedback Session Date From | Indicates the date of the filter date from. | NO | |||||||||||||||
epm_bulk_continuous_feedback_session_date_to | DATE |
Bulk Continuous Feedback Session Date To | Indicates the date of the filter date to. | NO | |||||||||||||||
hua_job_role_id
Relationships for hua_job_role_id
|
INT(11) |
Job Role ID | The unique ID of a related Job Role | NO | |||||||||||||||
hua_job_classification_id | INT(11) |
Job Classification ID | The unique ID of the related job classification | NO | |||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(11) |
Salary Grade ID | The unique ID of a related Salary Grade | NO | |||||||||||||||
ats_requisition_exemption_id
Relationships for ats_requisition_exemption_id
|
INT(11) |
Requisition Exemption ID | The unique ID of a related ATS Requisition Exemption | NO | |||||||||||||||
hua_union_id
Relationships for hua_union_id
|
INT(11) |
Union ID | The unique ID of a related Union | NO |
Name: | Bulk Continuous Feedback Session Group Participants |
Description: | Stores data related to Continuous Feedback Session Bulk participants by relationship or role creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_continuous_feedback_session_group_id | INT(11) |
Bulk Continuous Feedback Session Group ID | The unique ID of the Bulk Continuous Feedback Session Group Participants | NO | ||||||
epm_bulk_continuous_feedback_session_group_last_modified | TIMESTAMP |
Bulk Continuous Feedback Session Group Last Modified | The date and time when the Bulk Continuous Feedback Session Group Participants was last modified | NO | ||||||
epm_bulk_continuous_feedback_session_group_date_created | DATETIME |
Bulk Continuous Feedback Session Group Date Created | The date and time when the Bulk Continuous Feedback Session Group Participants was created | NO | ||||||
epm_bulk_continuous_feedback_session_id
Relationships for epm_bulk_continuous_feedback_session_id
|
INT(11) |
Bulk Continuous Feedback Session ID | The unique ID of a related Bulk Continuous Feedback Session | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of a related Group | NO | ||||||
epm_bulk_continuous_feedback_session_group_value | VARCHAR(255) |
Bulk Continuous Feedback Session Group Value | The logical value associated with the group participant representing their role | NO |
Name: | Bulk Continuous Feedback Session History |
Description: | Stores data related to exactly which sessions were launched as part of a specific bulk continuous feedback session |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_continuous_feedback_session_history_id | INT(11) |
Bulk Continuous Feedback Session History ID | The unique ID of the Epm Bulk Continuous Feedback Session History | NO | ||||||
epm_bulk_continuous_feedback_session_history_last_modified | TIMESTAMP |
Bulk Continuous Feedback Session History Last Modified | The date and time when the Bulk Continuous Feedback Session History was last revised by an authorize user | NO | ||||||
epm_bulk_continuous_feedback_session_history_date_created | DATETIME |
Bulk Continuous Feedback Session History Date Created | The date and time when the Bulk Continuous Feedback Session History was created by an authorize user | NO | ||||||
epm_bulk_continuous_feedback_session_id
Relationships for epm_bulk_continuous_feedback_session_id
|
INT(11) |
Bulk Continuous Feedback Session ID | The unique ID of a related Bulk Continuous Feedback Session | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO | ||||||
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(11) |
Continuous Feedback ID | The unique ID of a related Continuous Feedback | NO |
Name: | Bulk Continuous Feedback Session Inclusion |
Description: | Stores data related to extra employees that should be added onto a bulk continuous feedback session even though they do not fit the standard criteria. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_continuous_feedback_session_inclusion_id | INT(11) |
Bulk Continuous Feedback Session Inclusion ID | The unique ID of the Bulk Continuous Feedback Session Inclusion | NO | ||||||
epm_bulk_continuous_feedback_session_inclusion_last_modified | TIMESTAMP |
Bulk Continuous Feedback Session Inclusion Last Modified | The date and time when the Bulk Continuous Feedback Session Inclusion was last revised by an authorize user | NO | ||||||
epm_bulk_continuous_feedback_session_inclusion_date_created | DATETIME |
Bulk Continuous Feedback Session Inclusion Date Created | The date and time when the Bulk Continuous Feedback Session Inclusion was created by an authorize user | NO | ||||||
epm_bulk_continuous_feedback_session_id
Relationships for epm_bulk_continuous_feedback_session_id
|
INT(11) |
Bulk Continuous Feedback Session ID | The unique ID of a related Bulk Continuous Feedback Session | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Bulk Continuous Feedback Session Participants |
Description: | Stores data related participants that had been added unto continuous feedback session, |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_continuous_feedback_session_inclusion_id | INT(11) |
Bulk Continuous Feedback Session Inclusion ID | The unique ID of the Bulk Continuous Feedback Session Participants | NO | ||||||
epm_bulk_continuous_feedback_session_inclusion_last_modified | TIMESTAMP |
Bulk Continuous Feedback Session Inclusion Last Modified | The date and time when the Bulk Continuous Feedback Session Participants was last revised by an authorize user | NO | ||||||
epm_bulk_continuous_feedback_session_inclusion_date_created | DATETIME |
Bulk Continuous Feedback Session Inclusion Date Created | The date and time when the Bulk Continuous Feedback Session Participants was created by an authorize user | NO | ||||||
epm_bulk_continuous_feedback_session_id
Relationships for epm_bulk_continuous_feedback_session_id
|
INT(11) |
Bulk Continuous Feedback Session ID | The unique ID of a related Bulk Continuous Feedback Session | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Bulk Uploaded Resume |
Description: | Stores the data related to bulk uploaded resumes of job seekers including the name of the job seeker, the address details, phone numbers, e-mail address, and resume content. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_bulk_uploaded_resume_id | INT(10) |
Bulk Uploaded Resume ID | Unique system value for indentifying bulk uploaded resumes. | NO |
ats_bulk_uploaded_resume_last_modified | TIMESTAMP |
Bulk Uploaded Resume Last Modified | Date when the bulk uploaded resume was last updated. | NO |
ats_bulk_uploaded_resume_date_created | DATETIME |
Bulk Uploaded Resume Creation Date | Date when the bulk uploaded resume was uploaded into the system. | NO |
ats_bulk_uploaded_resume_username | VARCHAR(255) |
Bulk Uploaded Resume User Name | User name associated with the bulk uploaded resume. | NO |
ats_bulk_uploaded_resume_password | VARCHAR(255) |
Bulk Uploaded Resume Password | Encrypted job seeker password assigned to or provided for the bulk uploaded resume. | NO |
ats_bulk_uploaded_resume_first_name | VARCHAR(255) |
Bulk Uploaded Resume First Name | Job seeker First Name | NO |
ats_bulk_uploaded_resume_last_name | VARCHAR(255) |
Bulk Uploaded Resume Last Name | Job seeker Last Name | NO |
ats_bulk_uploaded_resume_middle_initial | VARCHAR(255) |
Bulk Uploaded Resume Middle Initial | Job seeker middle initial | NO |
ats_bulk_uploaded_resume_suffix | VARCHAR(255) |
Bulk Uploaded Resume Suffix | Job seeker suffix (honorary, academic, etc.) | NO |
ats_bulk_uploaded_resume_address_one | VARCHAR(255) |
Bulk Uploaded Resume Address One | Job seeker address | NO |
ats_bulk_uploaded_resume_address_two | VARCHAR(255) |
Bulk Uploaded Resume Address Two | Address secondary line (apartment, suites, etc.) | NO |
ats_bulk_uploaded_resume_city | VARCHAR(255) |
Bulk Uploaded Resume City | Job seeker city | NO |
ats_bulk_uploaded_resume_state | VARCHAR(255) |
Bulk Uploaded Resume State | Job seeker state or province. | NO |
ats_bulk_uploaded_resume_zip | VARCHAR(20) |
Bulk Uploaded Resume Zip | Job seeker ZIP code | NO |
ats_bulk_uploaded_resume_country | VARCHAR(255) |
Bulk Uploaded Resume Country | Job seeker country | NO |
ats_bulk_uploaded_resume_email | VARCHAR(255) |
Bulk Uploaded Resume E-mail | Job seeker e-mail address | NO |
ats_bulk_uploaded_resume_phone_one | VARCHAR(30) |
Bulk Uploaded Resume Primary Phone | Job seeker primary phone number | NO |
ats_bulk_uploaded_resume_phone_two | VARCHAR(30) |
Bulk Uploaded Resume Secondary Phone | Job seeker alternate phone number | NO |
ats_bulk_uploaded_resume_resume | TEXT |
Bulk Uploaded Resume Content | Job seeker's resume content. | NO |
ats_bulk_uploaded_resume_description | VARCHAR(255) |
Bulk Uploaded Resume Description | Description created by the job seeker for the resume. | NO |
ats_bulk_uploaded_resume_cpf | VARCHAR(255) |
Bulk Uploaded Resume CPF | The encrypted value of Cadastro de Pessoas Fisicas (Portuguese for Natural Persons Register). | NO |
Name: | Calendar |
Description: | Stores all the data related to a calendar. Information includes the identification of the user for whom the calendar was created. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_id
Relationships for hua_calendar_id
|
INT(10) |
Calendar ID | Unique system value for identifying a calendar. | NO | ||||||||||||
hua_calendar_last_modified | TIMESTAMP |
Calendar Last Modified | Date when a calendar was last revised by an authorized user. | NO | ||||||||||||
hua_calendar_date_created | DATETIME |
Calendar Creation Date | Date when a calendar was created by an authorized user. | NO | ||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
Calendar User ID | System generated foreign key providing a connection between a calendar and a specific user in the database. | NO | ||||||||||||
hua_calendar_system_flag | TINYINT(1) |
Calendar System Flag | Indication on whether or not a calendar was system generated. | NO | ||||||||||||
hua_calendar_ical_hash | VARCHAR(255) |
Calendar Ical Hash | System generated key for when the user shares their calendar items with other people and calendars, such as Outlook, Google calendar, and more. | NO |
Name: | Calendar Bulk Interview Time Slot |
Description: | Stores all the data related to bulk interview calendar events. Information includes the start time and end time for time slots. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_item_timeslot_id | INT(11) |
Calendar Interview Time Slot ID | Unique system value for identifying a time slot in a bulk interview event on a calendar. | NO | ||||||
hua_calendar_item_timeslot_last_modified | TIMESTAMP |
Calendar Interview Time Slot Last Modified | Date and time when a bulk interview event time slot was last revised by an authorized user. | NO | ||||||
hua_calendar_item_timeslot_date_created | DATETIME |
Calendar Interview Time Slot Creation Date | Date and time when a bulk interview event time slot was created by an authorized user. | NO | ||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(11) |
Calendar Event ID | System generated foreign key providing a connection between a bulk interview event time slot and a specific calendar event. | NO | ||||||
hua_calendar_item_timeslot_start_time | DATETIME |
Calendar Interview Time Slot Start Time | Time designated as when the first time slot occurs in a bulk interview event. | NO | ||||||
hua_calendar_item_timeslot_end_time | DATETIME |
Calendar Interview Time Slot End Time | Time designated as when the last time slot ends in a bulk interview event. | NO | ||||||
hua_calendar_item_timeslot_maximum_number_of_space | INT(10) |
NO |
Name: | Calendar Event Attached Document |
Description: | Stores all the data related to a document attached to a calendar event. Information includes the identification of the document and of the event. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_item_document_id
Relationships for hua_calendar_item_document_id
|
INT(10) |
Calendar Event Document ID | Unique system value for identifying a document attached to a calendar event. | NO | ||||||
hua_calendar_item_document_last_modified | TIMESTAMP |
Calendar Event Document Last Modified | Date when a document attached to a calendar event was last revised by an authorized user. | NO | ||||||
hua_calendar_item_document_date_created | DATETIME |
Calendar Event Document Date Created | Date when a document attached to a calendar event was created by an authorized user. | NO | ||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(10) |
Calendar Event ID | System generated foreign key providing a connection between a document attached to a calendar event and a specific calendar event. | NO | ||||||
hua_document_id
Relationships for hua_document_id
|
INT(10) |
Document ID | System generated foreign key providing a connection between a document attached to a calendar event and a specific document in the document library. | NO |
Name: | Calendar Event Item |
Description: | Stores all the data related to calendar events. Information includes notification preferences, start and end times, and if the event is related to a specific requisition. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(10) |
Calendar Event ID | Unique system value for identifying an event on a calendar. | NO | ||||||||||||||||||||||||
hua_calendar_item_last_modified | TIMESTAMP |
Calendar Event Last Modified | Date and time when an event on a calendar was last revised. | NO | ||||||||||||||||||||||||
hua_calendar_item_date_created | DATETIME |
Calendar Event Creation Date | Date and time when an event on a calendar was created. | NO | ||||||||||||||||||||||||
hua_calendar_id
Relationships for hua_calendar_id
|
INT(10) |
Calendar ID | System generated foreign key providing a connection between an event on a calendar and a specific calendar in the database. | NO | ||||||||||||||||||||||||
hua_calendar_item_name | VARCHAR(255) |
Calendar Event Name | Translation of the unique system value in a word or phrase for identifying an event on a calendar. | NO | ||||||||||||||||||||||||
hua_calendar_item_notes | TEXT |
Calendar Event Description | Phrases compiled to describe the purpose, reason, or occasion for an event on a calendar. | NO | ||||||||||||||||||||||||
hua_calendar_item_dateadded | DATETIME |
Calendar Event Date Added | Date when a calendar event was added to a calendar for a user. | NO | ||||||||||||||||||||||||
hua_calendar_item_private | TINYINT(1) |
Calendar Event Private | Indicates whether or not an event on a calendar has been marked "Private" and can only be viewed by the creator or calendar group members. | NO | ||||||||||||||||||||||||
hua_calendar_item_alarm | ENUM |
Calendar Event Notification Reminder | Indicates which type (i.e., none, e-mail, or pop up window) of notification is selected for an event on a calendar. | NO | ||||||||||||||||||||||||
hua_calendar_item_color | VARCHAR(255) |
Calendar Event Highlight Color | Visual identification color using a HEX code (e.g., #4DFF69) of an event on a calendar. | NO | ||||||||||||||||||||||||
hua_calendar_item_complete | TINYINT(1) |
Calendar Event Completed | Indicates whether or not an event on a calendar has been marked as "Completed" by an authorized user (e.g., calendar group member). | NO | ||||||||||||||||||||||||
hua_calendar_item_type | ENUM |
Calendar Event Type | Indicates the type (i.e., event, interview, reminder, or task) of an event on a calendar. | NO | ||||||||||||||||||||||||
hua_calendar_location | VARCHAR(255) |
Calendar Event Location | Indicates where an event on a calendar will occur (field is a free text area). | NO | ||||||||||||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between an interview event on a calendar and a specific requisition for which an interview is occurring. | NO | ||||||||||||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between an interview event on a calendar and a specific candidate for whom an interview is scheduled. | NO | ||||||||||||||||||||||||
hua_calendar_item_global | INT(10) |
Calendar Event Global | Indicates whether or not an event on a calendar is visible by all users. | NO | ||||||||||||||||||||||||
hua_module_id
Relationships for hua_module_id
|
INT(10) |
Module ID | System generated foreign key providing a connection between an event on a calendar and a specific module (e.g., ATS, LMS, EPM). | NO | ||||||||||||||||||||||||
hua_calendar_item_outlook_id | VARCHAR(255) |
Calendar Event Sync'd Outlook ID | System generated foreign key providing a connection between an event on a calendar and an event synced with MS Outlook. | NO | ||||||||||||||||||||||||
hua_calendar_item_template | TINYINT(1) |
Calendar Item Template | Template created to designate an interview block allocation that allows job seekers to select specific times. | NO | ||||||||||||||||||||||||
hua_calendar_item_parent_id | INT(11) |
Calendar Item Parent ID | System generating foreign key providing a connection between an interview event on a calendar and the original calendar event. | NO | ||||||||||||||||||||||||
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(11) |
Continuous Feedback ID | System generated foreign key providing a connection between an event on a calendar and a specific continuous feedback for which a session meeting is occurring. | NO |
Name: | Calendar Event Shared Document |
Description: | Stores all the data related to a document shared with calendar group members through an event on a calendar. Information includes identification of the event and of the document that is shared. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_item_document_share_id | INT(10) |
Calendar Event Shared Document ID | Unique system value for identifying a document shared with calendar group members through an event on a calendar. | NO | ||||||
hua_calendar_item_document_share_last_modified | TIMESTAMP |
Calendar Event Shared Document Last Modified | Date and time when a shared document on a calendar event was last revised by an authorized user. | NO | ||||||
hua_calendar_item_document_share_date_created | DATETIME |
Calendar Event Shared Document Creation Date | Date and time when a shared document on a calendar event was created by an authorized user. | NO | ||||||
hua_calendar_item_document_id
Relationships for hua_calendar_item_document_id
|
INT(10) |
Calendar Event Document ID | System generated foreign key providing a connection between a document shared with calendar group members and a specific calendar event document. | NO | ||||||
hua_calendar_item_share_id
Relationships for hua_calendar_item_share_id
|
INT(10) |
Calendar Event Shared ID | System generated foreign key providing a connection between a document shared with calendar group members and a specific shared event. | NO |
Name: | Calendar Group |
Description: | Stores all the data related to a calendar group. Information includes the calendar group name and the creator of the calendar group. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_group_id
Relationships for hua_calendar_group_id
|
INT(10) |
Calendar Group ID | Unique system value for identifying a calendar group. | NO | |||||||||
hua_calendar_group_last_modified | TIMESTAMP |
Calendar Group Last Modified | Date when a calendar group was last modified by an authorized user. | NO | |||||||||
hua_calendar_group_date_created | DATETIME |
Calendar Group Creation Date | Date when a calendar group was created by an authorized user by sharing a calendar entry with individuals or teams. | NO | |||||||||
hua_calendar_group_type | CHAR(255) |
Calendar Group Type | Indication of the type (e.g., job family) of the calendar group. | NO | |||||||||
hua_calendar_group_type_id | INT(10) |
Calendar Group Type ID | System generated foreign key providing a connection between a calendar group and a specific group type. | NO | |||||||||
hua_calendar_group_date_added | DATETIME |
Calendar Group Date Added | Date when a calendar group was added to a calendar entry. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
Calendar Group Creator ID | System generated foreign key providing a connection between a calendar group and a specific user in the database. | NO | |||||||||
hua_calendar_group_color | CHAR(255) |
Calendar Group Color | Visual identification color using a HEX code (e.g., #4DFF69) of a calendar group. | NO | |||||||||
hua_calendar_group_name | CHAR(255) |
Calendar Group Name | System generated translation of the calendar group ID into a word or phrase that is obtained from the circumstances on how a calendar event was shared (i.e., sharing with a job family will set the calendar group name as the job family name). | NO | |||||||||
hua_calendar_id
Relationships for hua_calendar_id
|
INT(10) |
Calendar ID | System generated foreign key providing a connection between a calendar group and a specific calendar in the database. | NO |
Name: | Calendar Group Member |
Description: | Stores all of the data related to a member of a calendar group. Information includes the identification of the user and when he or she was added to the calendar group. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_groupmember_id | INT(10) |
Calendar Group Member ID | Unique system value for identifying a member of a calendar group. | NO | ||||||
hua_calendar_groupmember_last_modified | TIMESTAMP |
Calendar Group Member Last Modified | Date and time when a member of a calendar group was last revised. | NO | ||||||
hua_calendar_groupmember_date_created | DATETIME |
Calendar Group Member Creation Date | Date and time when a member of a calendar group was created by an authorized user. | NO | ||||||
hua_calendar_group_id
Relationships for hua_calendar_group_id
|
INT(10) |
Calendar Group ID | System generated foreign key providing a connection between a member of a calendar group and a specific calendar group. | NO | ||||||
hua_calendar_groupmember_user_id | INT(10) |
Calendar Group Member User ID | System generated foreign key providing a connection between a member of a calendar group and a specific user in the database. | NO | ||||||
hua_calendar_groupmember_date_added | DATETIME |
Calendar Group Member Date Added | Date and time when a member was added to a calendar group. | NO | ||||||
hua_calendar_groupmember_notify_reminder | TINYINT(1) |
NO | ||||||||
hua_calendar_groupmember_acknowledged | TINYINT(1) |
NO |
Name: | Calendar Shared Event |
Description: | Stores all the data related to a shared event on a calendar. Information includes the identification of the calendar group and type of share. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_calendar_item_share_id
Relationships for hua_calendar_item_share_id
|
INT(10) |
Calendar Shared Event ID | Unique system value for identifying a shared event on a calendar. | NO | ||||||
hua_calendar_item_share_last_modified | TIMESTAMP |
Calendar Shared Event Last Modified | Date and time when a shared event on a calendar was last revised by an authorized user. | NO | ||||||
hua_calendar_item_share_date_created | DATETIME |
Calendar Shared Creation Date | Date and time when a shared event on a calendar was created by an authorized user. | NO | ||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(10) |
Calendar Event ID | System generated foreign key providing a connection between a shared event on a calendar and a specific calendar event. | NO | ||||||
hua_calendar_item_share_type | ENUM |
Calendar Event Share Type | Indication on whether an event on a calendar was shared by selecting individual users, a group, a team, or a candidate. | NO | ||||||
hua_calendar_group_id
Relationships for hua_calendar_group_id
|
INT(10) |
Calendar Group ID | System generated foreign key providing a connection between a shared event on a calendar and a specific calendar group (sharing a calendar event automatically creates a calendar group based on the recipients selected). | NO |
Name: | Calendar Shared User |
Description: | Stores all the data related to users sharing a calendar event. Information includes identification of whose calendar event is being shared and those individuals who are sharing the event. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_calendar_shared_users_id | INT(10) |
Calendar Shared User ID | Unique system value for identifying a user with whom a calendar event is being shared. | NO |
hua_calendar_shared_users_date_created | DATETIME |
Calendar Shared User Date Created | Date and time when a calendar event was shared with a user. | NO |
hua_calendar_shared_users_last_modified | TIMESTAMP |
Calendar Shared User Last Modified | Date and time when a calendar event that is shared with other users was last revised. | NO |
hua_calendar_shared_users_hua_user_id | INT(10) |
Calendar Shared For User ID | System generated foreign key providing a connection between a user with whom a calendar event is being shared and a specific user in the database. | NO |
hua_calendar_shared_users_shared_hua_user_id | INT(10) |
Calendar Shared By User ID | System generated foreign key providing a connection between a user with whom a calendar event is being shared and a specific user whose calendar is shared. | NO |
hua_calendar_shared_users_color | VARCHAR(8) |
Calendar Shared Users Color | Visual identification color using a HEX code (e.g., #4DFF69) for segregating events from the shared calendar. | NO |
Name: | Campaign |
Description: | Stores the data related to Talent Relationship Management campaigns |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_campaign_id
Relationships for ats_campaign_id
|
INT(11) |
Campaign ID | The unique ID of the ATS Campaign | NO | ||||||||||||
ats_campaign_name | VARCHAR(255) |
Campaign Name | Name of the Campaign | NO | ||||||||||||
ats_campaign_description | TEXT |
Campaign Description | A brief description of the Campaign | NO | ||||||||||||
ats_campaign_owner_id
Relationships for ats_campaign_owner_id
|
INT(11) |
Campaign Owner ID | hua_user_id of the campaign owner | NO | ||||||||||||
ats_sender | VARCHAR(255) |
Sender | E-mail from value of the campaign | NO | ||||||||||||
ats_campaign_recipient_count | INT(11) |
Campaign Recipient Count | Unique recipient count of a campaign | NO | ||||||||||||
is_draft | TINYINT(1) |
Draft | Whether a campaign is a draft or not. | NO | ||||||||||||
is_activate | TINYINT(1) |
Activate | Whether the Campaign is active or not | NO | ||||||||||||
is_published | TINYINT(1) |
Published | Whether the campaign is published or not. | NO | ||||||||||||
ats_campaign_publish_date | DATETIME |
Campaign Publish Date | Date when the campaign is published. | NO | ||||||||||||
wizard_key | VARCHAR(255) |
Wizard Key | Unique identifier of the campaign creation wizard. | NO | ||||||||||||
hua_letter_template_id
Relationships for hua_letter_template_id
|
INT(11) |
Letter Template ID | The unique ID of a related Letter Template | NO | ||||||||||||
ats_campaign_start_date | DATETIME |
Campaign Start Date | Date when the campaign is started. | NO | ||||||||||||
ats_campaign_end_date | DATETIME |
Campaign End Date | Date when the campaign ends. | NO | ||||||||||||
ats_campaign_frequency | ENUM |
Campaign Frequency | Frequency with which the campaign will be sent. Available values are daily, weekly, bimonthly or monthly. | NO | ||||||||||||
ats_campaign_last_sent_date | DATETIME |
Campaign Last Sent Date | Date when the campaign is last sent. | NO | ||||||||||||
ats_campaign_date_created | DATETIME |
Campaign Date Created | The date and time when the ATS Campaign was created | NO | ||||||||||||
ats_campaign_last_modified | TIMESTAMP |
Campaign Last Modified | The date and time when the campaign was last modified | NO |
Name: | Campaign Pool Recipients |
Description: | Stores the pool recipients of a campaign. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_campaign_pool_recipient_id | INT(11) |
Campaign Pool Recipient ID | The unique ID of the campaign Pool Recipients | NO | ||||||
ats_pool_id
Relationships for ats_pool_id
|
INT(11) |
Pool ID | The unique ID of a related Pool | NO | ||||||
ats_campaign_id
Relationships for ats_campaign_id
|
INT(11) |
Campaign ID | The unique ID of a related Campaign | NO | ||||||
ats_campaign_pool_recipient_date_created | DATETIME |
Campaign Pool Recipient Date Created | The date and time when the ATS Campaign Pool Recipients was created | NO | ||||||
ats_campaign_pool_recipient_last_modified | TIMESTAMP |
Campaign Pool Recipient Last Modified | The date and time when the Campaign Pool Recipients was last modified | NO |
Name: | Campaign Recipients |
Description: | Stores the candidate targets and copy recipients of a campaign |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_campaign_recipient_id
Relationships for ats_campaign_recipient_id
|
INT(11) |
Campaign Recipient ID | The unique ID of the Campaign Recipients | NO | ||||||
ats_campaign_recipient_type | ENUM |
Campaign Recipient Type | Recipient type of the target. Available values are cc, bcc or to. | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | ||||||
hua_user_email | VARCHAR(255) |
User Email | E-mail of the recipient. | NO | ||||||
ats_campaign_id
Relationships for ats_campaign_id
|
INT(11) |
Campaign ID | The unique ID of a related ATS Campaign | NO | ||||||
ats_campaign_recipient_date_created | DATETIME |
Campaign Recipient Date Created | The date and time when the Campaign Recipients was created | NO | ||||||
ats_campaign_recipient_last_modified | TIMESTAMP |
Campaign Recipient Last Modified | The date and time when the Campaign Recipients was last modified | NO | ||||||
ats_campaign_recipient_hash | VARCHAR(255) |
NO | ||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
NO | ||||||||
ats_pool_id
Relationships for ats_pool_id
|
INT(11) |
NO | ||||||||
ats_campaign_unsubscribed | TINYINT(1) |
NO | ||||||||
ats_campaign_unsubscribe_date | DATETIME |
NO |
Name: | Candidate |
Description: | Stores the data related to a candidate including the status of the candidate and any rejection reasons associated with the candidate. This data is collected when job seeker is updated to candidate status. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | Unique system value for identifying a job seeker as a candidate. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_date_created | DATETIME |
Candidate Creation Date | Date when job seeker was made a candidate. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_last_modified | TIMESTAMP |
Candidate Last Modified | Date the details of the candidate were last updated. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_transaction_id
Relationships for ats_candidate_transaction_id
|
INT(10) |
Candidate Transaction ID | System generated foreign key providing a connection between a candidate and a specific candidate transaction. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | Unique system value retained by the job seeker once the user is updated to candidate status. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Resume ID | System generated foreign key providing a connection between a candidate and a specific resume. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a candidate and a specific requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate and a specific job seeker status. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_rejection_code_id
Relationships for ats_jobseeker_rejection_code_id
|
INT(10) |
Job Seeker Rejection Code ID | System generated foreign key providing a connection between a candidate and a specific job seeker rejection code. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_resume_cover_id
Relationships for ats_resume_cover_id
|
INT(10) |
Resume Cover ID | System generated foreign key providing a connection between a candidate and a specific resume cover letter. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_creator_id
Relationships for ats_creator_id
|
INT(10) |
Creator ID | Unique system value for indicating the individual responsible for adding the job seeker to the system. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_last_comment | TEXT |
Candidate Last Comment | Comment created by candidate. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_front_end_id
Relationships for ats_front_end_id
|
INT(10) |
ATS Front End ID | Unique system value for relating an ATS front end. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_hire_date | DATE |
Candidate Hire Date | Date of hire for a candidate. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_start_date | DATE |
Candidate Start Date | Date the candidate starts employment at a company. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_new_hire_export_date | DATE |
New Hire Export Date | When this date is set, it represents the date when this candidate was exported through an HRIS integration as a new hire. If there is no date, then this hire has not been exported. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_secondary_rejection_code_id
Relationships for ats_jobseeker_secondary_rejection_code_id
|
INT(10) |
Job Seeker Secondary Rejection Code ID | System generated foreign key providing a connection between a candidate and a specific job seeker secondary rejection code. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_pending_onboarding_initiation | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_hired_initiated_by
Relationships for ats_candidate_hired_initiated_by
|
INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_candidate_assessment_screened_out | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_hire_type_id
Relationships for ats_jobseeker_hire_type_id
|
INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_hiring_reason_id
Relationships for ats_jobseeker_hiring_reason_id
|
INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
is_easy_apply | TINYINT(1) |
NO |
Name: | Candidate Checklist Transaction |
Description: | Stores the data related to the checklist wizard transactions for candidates including which transactions are completed and which transactions were skipped. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_checklist_transaction_id | INT(10) |
Candidate Checklist Transaction ID | Unique system value for identifying checklist transactions for a candidate. | NO | |||||||||||||||
ats_candidate_checklist_transaction_date_created | DATETIME |
Candidate Checklist Transaction Creation Date | Date when the checklist transaction was created. | NO | |||||||||||||||
ats_candidate_checklist_transaction_last_modified | TIMESTAMP |
Candidate Checklist Transaction Last Modified | Date when the checklist transaction was last updated. | NO | |||||||||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific recruiting workflow. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific job seeker. | NO | |||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific candidate. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific requisition. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific user in the database. | NO | |||||||||||||||
ats_workflow_checklist_action_id
Relationships for ats_workflow_checklist_action_id
|
INT(10) |
Workflow Checklist Action ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific workflow checklist action. | NO | |||||||||||||||
ats_checklist_vendor_id | INT(10) |
Checklist Vendor ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific checklist vendor. | NO | |||||||||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific job seeker type. | NO | |||||||||||||||
ats_candidate_checklist_transaction_order | INT(3) |
Candidate Checklist Transaction Order | Sequence order in which the checklist transactions display. | NO | |||||||||||||||
ats_candidate_checklist_transaction_complete | TINYINT(1) |
Candidate Checklist Transaction Status | Indicates the completion status of the checklist transaction. | NO | |||||||||||||||
ats_candidate_checklist_transaction_current | TINYINT(1) |
Candidate Checklist Transaction Current | Indicates whether or not the checklist transaction is up to date. | NO | |||||||||||||||
ats_candidate_checklist_transaction_skipped | TINYINT(1) |
Candidate Checklist Transaction Skipped | Indicates whether or not the checklist transaction was skipped during the process. | NO | |||||||||||||||
ats_wizard_id
Relationships for ats_wizard_id
|
INT(10) |
Wizard ID | System generated foreign key providing a connection between a candidate checklist transaction and a specific recruiting wizard. | NO |
Name: | Candidate Hourly Shift Type Schedule |
Description: | Stores the data related to the candidate hourly shift type schedule. Information includes the identification of the requisition and candidate. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_hourly_shift_type_schedule_id | INT(10) |
Candidate Hourly Shift Type Schedule ID | Unique system value for identifying an option (e.g., first shift, night shift) selected for a candidate hourly shift type schedule. | NO | ||||||
ats_candidate_hourly_shift_type_schedule_date_created | DATETIME |
Candidate Hourly Shift Type Schedule Creation Date | Date and time when the candidate hourly shift type schedule was created by an authorized user. | NO | ||||||
ats_candidate_hourly_shift_type_schedule_last_modified | TIMESTAMP |
Candidate Hourly Shift Type Schedule Last Modified | Date when the candidate hourly shift type schedule was last revised by an authorized user. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a candidate hourly shift type schedule option and a specific candidate. | NO | ||||||
ats_requisition_hourly_shift_type_schedule_day_id
Relationships for ats_requisition_hourly_shift_type_schedule_day_id
|
INT(10) |
Requisition Hourly Shift Type Schedule Day ID | System generated foreign key providing a connection between an hourly shift type schedule of a requisition and a specific day (e.g., Monday, Friday) of the week. | NO |
Name: | Candidate Interview Form |
Description: | Stores the data related to the interview form used for candidates. The form for conducting interviews is created in the Dynamic Forms section of the Administration area. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_interview_form_id
Relationships for ats_candidate_interview_form_id
|
INT(11) |
Candidate Interview Form ID | Unique system value to identify candidate interview forms. | NO | |||||||||
ats_candidate_interview_form_date_created | DATETIME |
Candidate Interview Form Creation Date | Date when the interview form was created. | NO | |||||||||
ats_candidate_interview_form_last_modified | TIMESTAMP |
Candidate Interview Form Last Modified | Date when the interview form was last updated. | NO | |||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
Candidate ID | System generated foreign key providing a connection between a candidate interview form and a specific candidate. | NO | |||||||||
ats_candidate_interview_form_job_title | VARCHAR(255) |
Candidate Interview Form Job Title | Job title for which the interview form was completed. | NO | |||||||||
ats_candidate_interview_form_position_code | VARCHAR(255) |
Candidate Interview Form Position Code | Position code for which the interview form was completed. | NO | |||||||||
ats_candidate_interview_form_name | VARCHAR(75) |
Candidate Interview Form Name | Name of the candidate for whom the interview form was completed. | NO | |||||||||
ats_candidate_interview_form_address1 | VARCHAR(40) |
Candidate Interview Form Address One | Candidate address | NO | |||||||||
ats_candidate_interview_form_address2 | VARCHAR(40) |
Candidate Interview Form Address Two | Address secondary line (apartment, suites, etc.) | NO | |||||||||
ats_candidate_interview_form_city | VARCHAR(50) |
Candidate Interview Form City | Candidate city | NO | |||||||||
ats_candidate_interview_form_zip | VARCHAR(10) |
Candidate Interview Form ZIP | Candidate ZIP code | NO | |||||||||
ats_candidate_interview_form_phone1 | VARCHAR(15) |
Candidate Interview Form Primary Phone | Candidate primary phone number | NO | |||||||||
ats_candidate_interview_form_phone2 | VARCHAR(15) |
Candidate Interview Form Secondary Phone | Candidate alternate phone number | NO | |||||||||
ats_candidate_interview_form_email | VARCHAR(75) |
Candidate Interview Form E-mail | Candidate e-mail address | NO | |||||||||
ats_candidate_interview_form_currentemployer | VARCHAR(255) |
Candidate Interview Form Current Employer | Current employer of the candidate. | NO | |||||||||
ats_candidate_interview_form_reasonforleaving | VARCHAR(255) |
Candidate Interview Form Reason For Leaving | Reasons for candidate leaving current job. | NO | |||||||||
ats_candidate_interview_form_salary | VARCHAR(20) |
Candidate Interview Form Current Salary | Current salary of the candidate. | NO | |||||||||
ats_candidate_interview_form_benefits | VARCHAR(255) |
Candidate Interview Form Requested Benefits | Benefits requested by candidate. | NO | |||||||||
ats_candidate_interview_form_dateavailable | VARCHAR(25) |
Candidate Interview Form Date Available | Date candidate is available to start. | NO | |||||||||
ats_candidate_interview_form_formeremployee | VARCHAR(255) |
Candidate Interview Form Former Employee | Whether or not the candidate is a former employee of the company. | NO | |||||||||
ats_candidate_interview_form_former_reasonforleaving | TEXT |
Candidate Interview Form Former Reason For Leaving | If the candidate is a former employee, reason the candidate left the company. | NO | |||||||||
ats_candidate_interview_form_lastmanager | VARCHAR(255) |
Candidate Interview Form Previous Manager | Previous manager of candidate. | NO | |||||||||
ats_candidate_interview_form_backgroundcheck | CHAR(3) |
Candidate Interview Form Background Check | Background check of the candidate. | NO | |||||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between a candidate interview form and a specific dynamic form. | NO | |||||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(11) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate interview form and a specific job seeker status. | NO | |||||||||
ats_candidate_interview_form_comments | TEXT |
Candidate Interview Form Comments | Comments made by the candidate on the interview form. | NO | |||||||||
ats_candidate_interview_form_state | VARCHAR(50) |
Candidate Interview Form State | Candidate state or province | NO | |||||||||
ats_candidate_interview_form_created_by | INT(11) |
NO | |||||||||||
ats_candidate_interview_form_last_updated_by | INT(11) |
NO |
Name: | Candidate Recruiting Transaction |
Description: | Stores the data related to the transactions for the candidate that occur during the hiring process. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_transaction_id
Relationships for ats_candidate_transaction_id
|
INT(10) |
Candidate Transaction ID | Unique system value for identifying the transactions of a candidate. | NO | |||||||||||||||
ats_candidate_transaction_date_created | DATETIME |
Candidate Transaction Creation Date | Date when the transaction for a candidate was created. This is an internal reference to the database record. | NO | |||||||||||||||
ats_candidate_transaction_last_modified | TIMESTAMP |
Candidate Transaction Last Modified | Date when the transaction for a candidate was last updated. | NO | |||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a candidate transaction and a specific candidate. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a candidate transaction and a specific requisition. | NO | |||||||||||||||
ats_jobseeker_from_status_id
Relationships for ats_jobseeker_from_status_id
|
INT(10) |
Job Seeker From Status ID | System generated foreign key providing a connection between a candidate transaction and a specific job seeker status. Value indicates the previous status of the candidate. | NO | |||||||||||||||
ats_jobseeker_to_status_id
Relationships for ats_jobseeker_to_status_id
|
INT(10) |
Job Seeker To Status ID | System generated foreign key providing a connection between a candidate transaction and a specific job seeker status. Value indicates the new status of the candidate. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a candidate transaction and a specific user in the database. | NO | |||||||||||||||
ats_candidate_transaction_recorded_date | DATETIME |
Recorded Candidate Transaction Date | Date when the transaction for the candidate was recorded. This date can be revised by a user in the system. | NO | |||||||||||||||
ats_candidate_transaction_original_date | DATETIME |
Original Candidate Transaction Date | Date when the original transaction for the candidate was made. This date cannot be altered by the system and will remain the same. | NO |
Name: | Candidate Status Sequence |
Description: | Stores the data related to the status sequence information for the candidate created in the recruiting workflow. Included is the status sequence order and the current status of the candidate. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_status_sequence_id | INT(10) |
Candidate Status Sequence ID | Unique system value for identifying candidate status sequences. | NO | ||||||
ats_candidate_status_sequence_date_created | DATETIME |
Candidate Status Sequence Creation Date | Date when each candidate status sequence was created. | NO | ||||||
ats_candidate_status_sequence_last_modified | TIMESTAMP |
Candidate Status Sequence Last Modified | Date when the candidate status sequence was last updated. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a candidate status sequence and a specific candidate. | NO | ||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate status sequence and a specific job seeker status. | NO | ||||||
ats_candidate_status_sequence_order | INT(3) |
Candidate Status Sequence Order | Candidate status sequence order according to the workflow. | NO | ||||||
ats_candidate_status_sequence_complete | TINYINT(1) |
Candidate Status Sequence Status | Indicates if the status sequence has been completed by the candidate. | NO | ||||||
ats_candidate_status_sequence_current | TINYINT(1) |
Candidate Current Status Sequence | Displays the current status sequence of the candidate. | NO | ||||||
ats_candidate_status_sequence_comment | TEXT |
Candidate Status Sequence Comments | Comments made on the candidate status sequence. | NO | ||||||
ats_candidate_transaction_id
Relationships for ats_candidate_transaction_id
|
INT(10) |
Candidate Transaction ID | System generated foreign key providing a connection between a candidate status sequence and a specific candidate transaction entry. | NO | ||||||
ats_candidate_status_sequence_required | TINYINT(1) |
NO |
Name: | Candidate Status Trigger |
Description: | Stores the data related to the status triggers for a candidate including associated tasks, recruiting workflow associations, and job seeker status. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_status_trigger_id | INT(10) |
Candidate Status Trigger ID | Unique system value for identifying the status triggers for a candidate. | NO | ||||||
ats_candidate_status_trigger_date_created | DATETIME |
Candidate Status Trigger Creation Date | Date when the status trigger for a candidate was created. | NO | ||||||
ats_candidate_status_trigger_last_modified | TIMESTAMP |
Candidate Status Trigger Last Modified | Date when the status trigger for a candidate was last updated. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a candidate status trigger and a specific candidate. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a candidate status trigger and a specific recruiting workflow. | NO | ||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate status trigger and a specific job seeker status. | NO | ||||||
ats_task_id
Relationships for ats_task_id
|
INT(10) |
Task ID | System generated foreign key providing a connection between a candidate status trigger and a specific task. | NO |
Name: | Candidate Task Transaction |
Description: | Stores the data related to the task transactions for a candidate which are displayed on the workbench for a candidate during the hiring process. Information includes the associated requisition, the associated workflow, the sequence in which tasks are completed, and if each task was successfully completed. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_candidate_task_transaction_id | INT(10) |
Candidate Task Transaction ID | Unique system value for identifying the task transaction for a candidate. | NO | |||||||||||||||
ats_candidate_task_transaction_date_created | DATETIME |
Candidate Task Transaction Creation Date | Date when the task transaction for the candidate was created. | NO | |||||||||||||||
ats_candidate_task_transaction_last_modified | TIMESTAMP |
Candidate Task Transaction Last Modified | Date when the task transaction for the candidate was last changed. | NO | |||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a candidate task transaction and a specific candidate. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a candidate task transaction and a specific job seeker. | NO | |||||||||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a candidate task transaction and a specific job seeker type. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a candidate task transaction and a specific requisition. | NO | |||||||||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a candidate task transaction and a specific recruiting workflow. | NO | |||||||||||||||
ats_candidate_task_transaction_order | INT(10) |
Candidate Task Transaction Sequence | Value indicates the order in which a task transaction for a candidate is completed. | NO | |||||||||||||||
ats_task_id
Relationships for ats_task_id
|
INT(10) |
Task ID | System generated foreign key providing a connection between a candidate task transaction and a specific task. | NO | |||||||||||||||
ats_candidate_task_transaction_complete | TINYINT(1) |
Candidate Task Transaction Status | Indicates whether a task transaction for a candidate is complete. | NO | |||||||||||||||
ats_candidate_task_transaction_current | TINYINT(1) |
Candidate Task Transaction Current | Indicates whether a task transaction for a candidate is up-to-date. | NO | |||||||||||||||
ats_candidate_task_transaction_success | TINYINT(1) |
Candidate Task Transaction Success | Indicates whether the task transaction for a candidate was successfully completed. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a candidate task transaction and a specific user in the database. | NO | |||||||||||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate task transaction and a specific job seeker status. | NO |
Name: | Career Development and Succession Planning User |
Description: | Stores all the data related to an employee and specific functionality for the CDSP module. Link the cdsp_user_id with the HUA user ID to obtain the name of the employee. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
CDSP User ID | Unique system value for identifying a user in the CDSP module. | NO | ||||||||||||||||||||||||||||||
cdsp_user_last_modified | TIMESTAMP |
CDSP User Last Modified | Date when an employee was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
cdsp_user_date_created | DATETIME |
CDSP User Date Created | Date when an employee was created by an authorized user. | NO | ||||||||||||||||||||||||||||||
cdsp_user_overall_potential | FLOAT |
Employee User Overall Potential | Numeric value indicating the manager's opinion of the employee's potential within the organization. | NO | ||||||||||||||||||||||||||||||
cdsp_user_is_mentor | INT(1) |
Employee Authorized Mentor | Indication on whether or not an employee has authorization to be a mentor to another employee. | NO | ||||||||||||||||||||||||||||||
cdsp_user_system_flag | TINYINT(1) |
CDSP User System Flag | Indication on whether or not the user was system generated. | NO |
Name: | Career Path |
Description: | Stores all the data related to a career path for an employee in the database. Career Paths are created by managers on the Employees: Development page. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_career_path_id
Relationships for cdsp_career_path_id
|
INT(10) |
Career Path ID | Unique system value for identifying a career path in the database. | NO | |||||||||
cdsp_career_path_last_modified | TIMESTAMP |
Career Path Last Modified | Date when a career path for an employee was last revised by an authorized user (e.g., manager, employee). | NO | |||||||||
cdsp_career_path_date_created | DATETIME |
Career Path Creation Date | Date when a career path for an employee was created by an authorized user (e.g., manager). | NO | |||||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
Employee User ID | System generated foreign key providing a connection between a career path for an employee and a specific employee in the database. | NO | |||||||||
cdsp_career_path_status | CHAR(255) |
Career Path Status | Indication of the status (e.g., pending, active) of a career path for an employee. | NO | |||||||||
cdsp_career_path_ultimate_job_id
Relationships for cdsp_career_path_ultimate_job_id
|
INT(11) |
Career Path Ultimate Job ID | System generated foreign key providing a connection between a career path for an employee and the ultimate job (e.g., goal position) in the career path for an employee. | NO |
Name: | Career Path Job |
Description: | Stores all the data related to a job on a career path for an employee. Information includes the training required for the job and the purpose of the job on the career path. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_career_path_job_id | INT(10) |
Career Path Job ID | Unique system value for identifying a job on a career path for an employee. | NO | |||||||||
cdsp_career_path_job_last_modified | TIMESTAMP |
Career Path Job Last Modified | Date when a job on the career path for an employee was last revised by an authorized user. | NO | |||||||||
cdsp_career_path_job_date_created | DATETIME |
Career Path Job Creation Date | Date when a job was added to a career path for an employee by an authorized user. | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job Profile ID | System generated foreign key providing a connection between a job on a career path for an employee and a specific job profile. | NO | |||||||||
cdsp_career_path_id
Relationships for cdsp_career_path_id
|
INT(10) |
Career Path ID | System generated foreign key providing a connection between a job on a career path for an employee and a specific career path. | NO | |||||||||
cdsp_career_path_job_status | CHAR(255) |
Career Path Job Status | Indication of a job status (e.g., pending) on a career path. | NO | |||||||||
cdsp_career_path_job_nominator | INT(10) |
Career Path Job Nominator | Unique system value for identifying the individual responsible for adding a job to a career path of an employee. | NO | |||||||||
cdsp_career_path_job_sequence | SMALLINT(5) |
Career Path Job Sequence | Numeric value indicating the order in which a job displays in a career path. | NO | |||||||||
cdsp_career_path_job_required_time | CHAR(255) |
Career Path Job Duration | Numeric value indicating the number of months required in the job position before an employee may change jobs. | NO | |||||||||
cdsp_career_path_job_purpose | CHAR(255) |
Career Path Job Purpose | Indication of the purpose (e.g., promotion, transfer, training, permanent) of a job on a career path for an employee. | NO | |||||||||
cdsp_career_path_job_training_needs | CHAR(255) |
Career Path Job Development Needs | Listing of training required by the job on a career path for an employee. | NO | |||||||||
cdsp_career_path_job_start_date | DATETIME |
Career Path Job Start Date | Date when a job on a career path started or will start based on the date selected when the employee changed jobs. | NO | |||||||||
cdsp_career_path_job_end_date | DATETIME |
Career Path Job End Date | Date when a job on a career path ended or will end based on the number of months required and when the employee started that job. | NO | |||||||||
cdsp_career_path_job_suitability | FLOAT |
Career Path Job Suitability | Numeric value indicating the employee's suitability or potential score in a job on a career path. | NO |
Name: | Career Path Template |
Description: | Stores all the data related to career path templates. Administrators create the templates as choices when a manager creates a career path for an employee. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_career_path_template_id
Relationships for cdsp_career_path_template_id
|
INT(10) |
Career Path Template ID | Unique system value for identifying a template used for career paths. | NO | ||||||
cdsp_career_path_template_last_modified | TIMESTAMP |
Career Path Template Last Modified | Date when a template used for career paths was last revised by an authorized user (e.g., administrator). | NO | ||||||
cdsp_career_path_template_date_created | DATETIME |
Career Path Template Creation Date | Date when a template for a career path was created by an authorized user. | NO | ||||||
cdsp_career_path_template_status | CHAR(255) |
Career Path Template Status | Indication of the status (e.g., active, pending) of a career path template. | NO | ||||||
cdsp_career_path_template_ultimate_job_id | INT(11) |
Career Path Template Ultimate Job ID | System generated foreign key providing a connection between a career path template and a specific job chosen as the ultimate job on the career path. | NO |
Name: | Career Path Template Jobs |
Description: | Stores all the data related to jobs on a career path template. Information includes the order in which the job displays in a career path and the job duration. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_career_path_template_jobs_id | INT(10) |
Career Path Template Jobs ID | Unique system value for identifying jobs on a career path template. | NO | |||||||||
cdsp_career_path_template_jobs_last_modified | TIMESTAMP |
Career Path Template Jobs Last Modified | Date when jobs on a career path template were last revised by an authorized user (e.g., administrator). | NO | |||||||||
cdsp_career_path_template_jobs_date_created | DATETIME |
Career Path Template Jobs Creation Date | Date when jobs were added to a career path template by an authorized user. | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job Profile ID | System generated foreign key providing a connection between jobs on a career path template and a specific job profile. | NO | |||||||||
cdsp_career_path_template_id
Relationships for cdsp_career_path_template_id
|
INT(10) |
Career Path Template ID | System generated foreign key providing a connection between jobs on a career path template and a specific career path template. | NO | |||||||||
cdsp_career_path_template_job_status | CHAR(255) |
Career Path Template Job Status | NO | ||||||||||
cdsp_career_path_template_job_required_time | CHAR(255) |
Career Path Template Job Duration | Numeric value for indicating the number of months required for an employee to remain in a job before changing job positions in the career path. | NO | |||||||||
cdsp_career_path_template_job_sequence | SMALLINT(5) |
Career Path Template Job Sequence | Numeric value indicating the order in which a job displays in a career path template. | NO |
Name: | CDSP Project Role |
Description: | Store the information of Project Team member's Role |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_role_id
Relationships for cdsp_project_role_id
|
INT(10) |
CDSP Project Role ID | The unique ID of the CDSP Project Role | NO | ||||||
cdsp_project_role_name | VARCHAR(255) |
CDSP Project Role Name | Name of the CDSP Project Role | NO | ||||||
cdsp_project_role_date_created | TIMESTAMP |
CDSP Project Role Date Created | The date and time when the CDSP Project Role was created | NO | ||||||
cdsp_project_role_last_modified | TIMESTAMP |
CDSP Project Role Last Modified | The date and time when the CDSP Project Role was last modified | NO | ||||||
cdsp_project_role_deactivated | TINYINT(1) |
CDSP Project Role Deactivated | Whether the CDSP Project Role is inactive or not | NO | ||||||
cdsp_project_role_order | SMALLINT(5) |
CDSP Project Role Order | Numeric order value used for presenting the CDSP Project Role | NO |
Name: | cdsp_potential_placement |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
cdsp_potential_placement_id | INT(11) |
NO | ||
cdsp_potential_placement_last_modified | TIMESTAMP |
NO | ||
cdsp_potential_placement_date_created | DATETIME |
NO | ||
cdsp_potential_placement_type_name | VARCHAR(255) |
YES | ||
cdsp_potential_placement_logical_value | VARCHAR(255) |
NO | ||
cdsp_potential_placement_lower_value | DOUBLE |
NO | ||
cdsp_potential_placement_upper_value | DOUBLE |
NO |
Name: | cdsp_potential_rating_tip |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_potential_rating_tip_id | INT(11) |
Potential Rating Tip ID | Unique system value for identifying a potential rating tip. | NO | ||||||
cdsp_potential_rating_tip_last_modified | TIMESTAMP |
Potential Rating Tip Last Modified | Date when a potential rating tip was last revised by an authorized user. | NO | ||||||
cdsp_potential_rating_tip_date_created | DATETIME |
Potential Rating Tip Date Created | Date when a potential rating tip was created by an authorized user. | NO | ||||||
cdsp_potential_rating_tip_text | VARCHAR(255) |
Potential Rating Tip Text | The text of the potential rating tip. | NO | ||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | System generated foreign key providing a connection between the potential rating tip and the scale. | NO | ||||||
hua_scale_value_name_id
Relationships for hua_scale_value_name_id
|
INT(11) |
Scale Value Name ID | System generated foreign key providing a connection between the potential rating tip and the scale rating value. | NO |
Name: | cdsp_project_discussion_board |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_discussion_board_id
Relationships for cdsp_project_discussion_board_id
|
INT(11) |
NO | ||||||||
cdsp_project_discussion_board_last_modified | TIMESTAMP |
NO | ||||||||
cdsp_project_discussion_board_date_created | DATETIME |
NO | ||||||||
cdsp_project_discussion_board_target_id | INT(11) |
NO | ||||||||
cdsp_project_discussion_board_subject_model | VARCHAR(255) |
NO | ||||||||
cdsp_project_discussion_board_subject_id | INT(11) |
NO |
Name: | cdsp_project_discussion_board_entry |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_discussion_board_entry_id | INT(11) |
NO | ||||||||
cdsp_project_discussion_board_entry_last_modified | TIMESTAMP |
NO | ||||||||
cdsp_project_discussion_board_entry_date_created | DATETIME |
NO | ||||||||
cdsp_project_discussion_board_id
Relationships for cdsp_project_discussion_board_id
|
INT(11) |
NO | ||||||||
cdsp_project_discussion_board_entry_parent_id | INT(11) |
NO | ||||||||
cdsp_project_discussion_board_entry_author_id | INT(11) |
NO | ||||||||
cdsp_project_discussion_board_entry_permission | VARCHAR(255) |
NO | ||||||||
cdsp_project_phase_id | INT(11) |
NO | ||||||||
cdsp_project_discussion_board_entry_subject | TEXT |
YES | ||||||||
cdsp_project_discussion_board_entry_text | TEXT |
YES | ||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
NO |
Name: | Choicepoint Background Check |
Description: | Stores all the data related to the Choicepoint Background Check Vendor. Information includes the vendor package options, the status of the request, the web site address for the report, and if an error was generated by the request. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_choicepoint_id | INT(11) |
Choicepoint ID | Unique system value for identifying sets of data sent to the Choicepoint vendor. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between a Choicepoint vendor and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a Choicepoint vendor and a specific requisition. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a Choicepoint vendor and a specific user in the system. | NO | |||||||||||||||
ats_choicepoint_package | CHAR(4) |
Choicepoint Package Option | Package option of the Choicepoint vendor. | NO | |||||||||||||||
ats_choicepoint_requestid | CHAR(15) |
Choicepoint Request ID | System generated foreign key providing a connection between a Choicepoint vendor and a specific Choicepoint request. | NO | |||||||||||||||
ats_choicepoint_status | CHAR(255) |
Choicepoint Request Status | Indicates status of the request sent to the Choicepoint vendor. | NO | |||||||||||||||
ats_choicepoint_message | CHAR(255) |
Choicepoint Message | Message received from the Choicepoint vendor based on the request sent. | NO | |||||||||||||||
ats_choicepoint_reporturl | CHAR(255) |
Choicepoint Report URL | Web site address received from the Choicepoint vendor to review the report. | NO | |||||||||||||||
ats_choicepoint_updated | TIMESTAMP |
Choicepoint Last Modified | Date when the request to the Choicepoint vendor was last updated. | NO | |||||||||||||||
ats_choicepoint_senttime | DATETIME |
Choicepoint Request Sent Time | Time when the request was sent to the Choicepoint vendor. | NO | |||||||||||||||
ats_choicepoint_is_error | ENUM |
Choicepoint Error | Indicates if the request sent to the Choicepoint vendor resulted in an error and was not successfully sent. | NO |
Name: | Choicepoint Background Check Setup |
Description: | Stores all the data related to the setup for the Choicepoint Background Check vendor. Information includes the identification for the package options, the user name and password details, the handler script, and the host address. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_choicepoint_setup_id | INT(11) |
Choicepoint Setup ID | Unique system value for identifying the data sets for the Choicepoint vendor setup. | NO |
ats_choicepoint_setup_date_created | DATETIME |
Choicepoint Setup Creation Date | Date when setup for the Choicepoint vendor was created. | NO |
ats_choicepoint_setup_last_modified | TIMESTAMP |
Choicepoint Setup Last Modified | Date when the setup for the Choicepoint vendor was last updated. | NO |
ats_choicepoint_setup_packageid | CHAR(255) |
Choicepoint Setup Package Option ID | System generated foreign key providing a connection between a Choicepoint vendor setup and a specific package option. | NO |
ats_choicepoint_setup_userid | CHAR(255) |
Choicepoint Setup User ID | System generated foreign key providing a connection between a Choicepoint vendor setup and a specific Choicepoint user. | NO |
ats_choicepoint_setup_password | CHAR(255) |
Choicepoint Setup Password | Unique password for the Choicepoint vendor user. | NO |
ats_choicepoint_setup_hostaddress | CHAR(255) |
Choicepoint Setup Host Address | Host address associated with the Choicepoint vendor's setup. | NO |
ats_choicepoint_setup_handlerscript | CHAR(255) |
Choicepoint Setup Handler Script | Handler script path associated with the Choicepoint vendor's setup. | NO |
ats_choicepoint_setup_system_flag | TINYINT(1) |
Choicepoint Setup System Flag | System indicator flag associated with the Choicepoint vendor's setup. | NO |
Name: | Class Competency Gained |
Description: | Stores all the data related to a competency gained after passing a class. Information includes the identification of the class and of the competency gained. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_competency_gained_id | INT(11) |
Class Competency Gained ID | Unique system value for identifying a competency gained after passing a class. | NO | ||||||
lms_class_competency_gained_last_modified | TIMESTAMP |
Class Competency Gained Last Modified | Date and time when a competency gained after passing a class was last revised by an authorized user (i.e., administrator). | NO | ||||||
lms_class_competency_gained_date_created | DATETIME |
Class Competency Gained Date Created | Date and time when a competency was added to a class for an employee to gain the competency after passing the class. | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
Class ID | System generated foreign key providing a connection between a competency gained after passing a class and a specific class in the database. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a competency gained after passing a class and a specific competency in a category. | NO |
Name: | Class Deleted Assignment |
Description: | Stores all the data related to an assignment deleted from a class. Information includes the name of the assignment and when it was due for completion. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_assignment_id
Relationships for lms_class_assignment_id
|
INT(10) |
Class Assignment ID | Unique system value for identifying an assignment deleted from a class. | NO | |||||||||
lms_class_assignment_last_modified | TIMESTAMP |
Class Assignment Last Modified | Date and time when an assignment deleted from a class was last revised by an authorized user (e.g., instructor). | NO | |||||||||
lms_class_assignment_date_created | DATETIME |
Class Assignment Creation Date | Date and time when an assignment deleted from a class was created by an authorized user (e.g., instructor). | NO | |||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
Class ID | System generated foreign key providing a connection between an assignment deleted from a class and a specific class in the database. | NO | |||||||||
lms_class_assignment_name | CHAR(255) |
Class Assignment Name | Translation of the unique system value into a word or phrase for identifying an assignment that was deleted from a class. | NO | |||||||||
lms_class_assignment_description | CHAR(255) |
Class Assignment Description | Phrases compiled to describe the purpose, reason, or responsibility of an assignment that was deleted from a class. | NO | |||||||||
lms_class_assignment_date | DATETIME |
Class Assignment Date | Date when a student in a class completed an assignment deleted from that class. | NO | |||||||||
lms_class_assignment_due_date | DATETIME |
Class Assignment Due Date | Date when an assignment deleted from a class was due to be returned to the instructor of the class. | NO | |||||||||
lms_class_assignment_weight | INT(11) |
Class Assignment Weight | Numeric value indicating the percentage weight given to an assignment (deleted from a class) when calculating a final score for a class. | NO |
Name: | Competency |
Description: | Stores all the data related to competencies in the database. Information includes whether a competency is active and its connection to an EPM category. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | Unique system value for identifying a competency (e.g., critical thinking, persuasion) in the database. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_competency_last_modified | TIMESTAMP |
Competency Last Modified | Date and time when a competency was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_competency_date_created | DATETIME |
Competency Creation Date | Date and time when a competency was created by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
EPM Category ID | System generated foreign key providing a connection between a competency and a specific EPM competency (e.g., core competencies, job skills, achievements, goals). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_competency_name | VARCHAR(255) |
Competency Name | Translation of the unique system value into a word or phrase for identifying a specific competency. | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_competency_description | VARCHAR(255) |
Competency Description | Phrases compiled to describe the purpose or reason for a competency. | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_competency_active | INT(1) |
Competency Active | Indication on whether or not a competency is active in the system or deactivated from use. | NO |
Name: | Competency Coaching/Rating Tip |
Description: | Stores all the data related to coaching/rating tips created for competencies. Information includes the identification of the scale and the associated competency. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_competency_coaching_tip_id | INT(11) |
Competency Coaching Tip ID | Unique system value for identifying a coaching/rating tip (e.g., suggestions to employee for improvement) for a competency. | NO | ||||||
hua_competency_coaching_tip_last_modified | TIMESTAMP |
Competency Coaching Tip Last Modified | Date and time when a coaching tip for a competency was last revised by an authorized user. | NO | ||||||
hua_competency_coaching_tip_date_created | DATETIME |
Competency Coaching Tip Creation Date | Date and time when a coaching tip for a competency was created by an authorized user. | NO | ||||||
hua_competency_coaching_tip_text | VARCHAR(255) |
Competency Coaching Tip Text | Textual content created to provide guidance for improving a lower competency rating to a higher competency rating. | YES | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a coaching tip for a competency and a specific competency. | NO | ||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | System generated foreign key providing a connection between a coaching tip for a competency and a specific scale used for rating a competency. | NO | ||||||
hua_scale_value_name_id
Relationships for hua_scale_value_name_id
|
INT(11) |
Scale Value Name ID | System generated foreign key providing a connection between a coaching tip for a competency and the name designated for the specific scale used for rating a competency. | NO |
Name: | Competency Development Suggestion |
Description: | Stores all the data related to development suggestions created for competencies. Information includes who created the suggestion and to which competency it belongs. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_competency_development_suggestion_id
Relationships for hua_competency_development_suggestion_id
|
INT(11) |
Competency Development Suggestion ID | Unique system value for identifying a development suggestion (e.g., method for improving the rating scale value) for a competency. | NO | ||||||
hua_competency_development_suggestion_last_modified | TIMESTAMP |
Competency Development Suggestion Last Modified | Date and time when a development suggestion for a competency was last revised by an authorized user. | NO | ||||||
hua_competency_development_suggestion_date_created | DATETIME |
Competency Development Suggestion Creation Date | Date and time when a development suggestion for a competency was created by an authorized user. | NO | ||||||
hua_competency_development_suggestion_name | VARCHAR(255) |
Competency Development Suggestion Name | Translation of the unique system value into a word or phrase for identifying a development suggestion created for a competency. | YES | ||||||
hua_competency_development_suggestion_body | VARCHAR(255) |
Competency Development Suggestion Description | Phrases compiled to describe the purpose, reason, or details of a development suggestion for a competency. | YES | ||||||
hua_competency_development_suggestion_creator_id | INT(11) |
Competency Development Suggestion Creator ID | System generated foreign key providing a connection between a development suggestion for a competency and a specific user in the database who created the item. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a development suggestion for a competency and a specific competency in the database. | NO |
Name: | Contact |
Description: | Stores all the data related to the creation of a contact including the e-mail addresses, if the contact was imported and the program used to import it (e.g., Microsoft Outlook, Facebook, SGA), and the contact type. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_contact_id
Relationships for ats_contact_id
|
INT(11) |
Contact ID | Unique system value for identifying the contact. | NO | |||||||||||||||||||||
ats_contact_date_created | DATETIME |
Contact Creation Date | Date when the contact was created. | NO | |||||||||||||||||||||
ats_contact_last_modified | TIMESTAMP |
Contact Last Modified | Date when the contact was last updated in the system. | NO | |||||||||||||||||||||
ats_contact_owner_user_id | INT(11) |
Contact Owner User ID | System generated foreign key providing a connection between a contact and a specific user who created the contact. | NO | |||||||||||||||||||||
ats_contact_first_name | VARCHAR(255) |
Contact First Name | First name of the contact. | NO | |||||||||||||||||||||
ats_contact_last_name | VARCHAR(255) |
Contact Last Name | Last name of the contact. | NO | |||||||||||||||||||||
ats_contact_email | VARCHAR(255) |
Contact Primary E-mail | Primary e-mail address of the contact. | NO | |||||||||||||||||||||
ats_contact_alternate_email | VARCHAR(255) |
Contact Secondary E-mail | Alternate e-mail address of the contact. | NO | |||||||||||||||||||||
ats_contact_type_id
Relationships for ats_contact_type_id
|
INT(11) |
Contact Type ID | System generated foreign key providing a connection between a contact and a specific contact type. | NO | |||||||||||||||||||||
ats_referral_source_id
Relationships for ats_referral_source_id
|
INT(11) |
Referral Source ID | System generated foreign key providing a connection between a contact and a specific referral source. | NO | |||||||||||||||||||||
ats_contact_synced | TINYINT(1) |
Contact Synced | Indicates if the contact was synced with Microsoft Outlook. | NO | |||||||||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between a contact and a specific job seeker. | NO | |||||||||||||||||||||
ats_contact_outlook_sync_id | VARCHAR(255) |
Contact Outlook Sync ID | Unique system value for identifying a contact as one imported using the Microsoft Outlook sync utility. | NO | |||||||||||||||||||||
ats_contact_facebook_id | INT(10) |
Contact Facebook ID | Unique system value for identifying a contact as one imported through Facebook. | NO | |||||||||||||||||||||
ats_contact_business_title | VARCHAR(255) |
NO | |||||||||||||||||||||||
ats_contact_location | VARCHAR(255) |
NO | |||||||||||||||||||||||
ats_contact_company_name | VARCHAR(255) |
NO |
Name: | Contact Address |
Description: | Stores all the data related to the address of the contact user. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_address_id | INT(11) |
Contact Address ID | Unique system value for identifying the address details for a contact user. | NO | ||||||
ats_contact_address_date_created | DATETIME |
Contact Address Creation Date | Date when the address information for the contact user was created. | NO | ||||||
ats_contact_address_last_modified | TIMESTAMP |
Contact Address Last Modified | Date when the address information for the contact user was last updated. | NO | ||||||
ats_contact_id
Relationships for ats_contact_id
|
INT(11) |
Contact ID | System generated foreign key providing a connection between a contact address and a specific contact. | NO | ||||||
ats_contact_address_one | CHAR(255) |
Contact Address One | Contact address (street, P.O. Box). | NO | ||||||
ats_contact_address_two | CHAR(255) |
Contact Address Two | Contact address secondary line (apartment, suite, etc.). | NO | ||||||
ats_contact_address_country | INT(11) |
Contact Country | Country information for the contact user. | NO | ||||||
ats_contact_address_city | CHAR(255) |
Contact City | City information for the contact user. | NO | ||||||
ats_contact_address_postal_code | CHAR(20) |
Contact Postal Code | ZIP code information for the contact user. | NO | ||||||
ats_contact_address_url | CHAR(255) |
Contact URL | Web site associated with the address of the contact user. | NO | ||||||
ats_contact_address_type_id
Relationships for ats_contact_address_type_id
|
INT(10) |
Contact Address Type ID | System generated foreign key providing a connection between a contact address and a specific address type. | NO | ||||||
ats_contact_address_state | INT(11) |
Contact State | State information for the contact user. | NO |
Name: | Contact Address Type |
Description: | Stores all the data related to the address type (e.g., personal, business) for contact users. The address type is chosen when an address is added for a contact user. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_address_type_id
Relationships for ats_contact_address_type_id
|
INT(10) |
Contact Address Type ID | Unique system value for identifying address types for contact users. | NO | ||||||
ats_contact_address_type_date_created | DATETIME |
Contact Address Type Creation Date | Date when the contact address type was created. | NO | ||||||
ats_contact_address_type_last_modified | TIMESTAMP |
Contact Address Type Last Modified | Date when the contact address type was last updated. | NO | ||||||
ats_contact_address_type_name | CHAR(255) |
Contact Address Type Name | Name of the contact address type. | YES | ||||||
ats_contact_address_type_deactivated | TINYINT(1) |
Contact Address Type Deactivated | System indicator relating to whether the address type is active or deactivated. | NO | ||||||
ats_contact_address_type_system_flag | TINYINT(1) |
Contact Address Type System Flag | System flag identifying a contact address type. | NO | ||||||
ats_contact_address_type_order | SMALLINT(5) |
Contact Address Type Sequence | Value indicating the order in which an address type for a contact displays in a list. | NO |
Name: | Contact Expertise |
Description: | Stores all the data related to the skills and expertise of a contact user. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_expertise_id | INT(10) |
Contact Expertise ID | Unique system value for identifying the skill for the contact user. | NO | ||||||
ats_contact_expertise_date_created | DATETIME |
Contact Expertise Creation Date | Date when the skill was added for the contact user. | NO | ||||||
ats_contact_expertise_last_modified | TIMESTAMP |
Contact Expertise Last Modified | Date when the skill was last updated for the contact user. | NO | ||||||
ats_contact_id
Relationships for ats_contact_id
|
INT(10) |
Contact ID | System generated foreign key providing a connection between a contact expertise and a specific contact. | NO | ||||||
ats_skill_category_id | INT(10) |
Skill Category ID | System generated foreign key providing a connection between a contact expertise and a specific skill category. | NO |
Name: | Contact Note |
Description: | Stores all the data related to a note created about a contact user including the text of the note. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_note_id | INT(11) |
Contact Note ID | Unique system value for identifying notes associated with specific contact users. | NO | ||||||
ats_contact_note_date_created | DATETIME |
Contact Note Creation Date | Date when the contact note was created for the contact user. | NO | ||||||
ats_contact_note_last_modified | TIMESTAMP |
Contact Note Last Modified | Date when the contact note was last modified by the note creator. | NO | ||||||
ats_contact_id
Relationships for ats_contact_id
|
INT(11) |
Contact ID | System generated foreign key providing a connection between a contact note and a specific contact. | NO | ||||||
ats_contact_note_text | CHAR(255) |
Contact Note Text | Note content added by contact creator associated with the contact user. | NO |
Name: | Contact Phone Number |
Description: | Stores all the data related to the phone number for the contact user. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_phone_id | INT(11) |
Contact Phone ID | Unique system value for identifying the phone numbers for a contact user. | NO | ||||||
ats_contact_phone_date_created | DATETIME |
Contact Phone Creation Date | Date when the phone number for the contact user was created. | NO | ||||||
ats_contact_phone_last_modified | TIMESTAMP |
Contact Phone Last Modified | Date when the phone number for the contact user was last updated. | NO | ||||||
ats_contact_id
Relationships for ats_contact_id
|
INT(11) |
Contact ID | System generated foreign key providing a connection between a contact phone number and a specific contact. | NO | ||||||
ats_contact_phone_number | CHAR(255) |
Contact Phone Number | Phone number of contact user. | NO | ||||||
ats_contact_phone_type_id
Relationships for ats_contact_phone_type_id
|
INT(10) |
Contact Phone Type ID | System generated foreign key providing a connection between a contact phone number and a specific phone type. | NO |
Name: | Contact Phone Type |
Description: | Stores all data related to phone types (e.g., home, business, mobile) for contact users. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_phone_type_id
Relationships for ats_contact_phone_type_id
|
INT(10) |
Contact Phone Type ID | Unique system value for identifying the phone type for a contact. | NO | ||||||
ats_contact_phone_type_date_created | DATETIME |
Contact Phone Type Creation Date | Date when the contact phone type was created. | NO | ||||||
ats_contact_phone_type_last_modified | TIMESTAMP |
Contact Phone Type Last Modified | Date when the contact phone type was last updated. | NO | ||||||
ats_contact_phone_type_name | CHAR(255) |
Contact Phone Type Name | Name of the contact phone type. | YES | ||||||
ats_contact_phone_type_deactivated | TINYINT(1) |
Contact Phone Type Deactivated | Indicates whether a contact phone type is active or deactivated. | NO | ||||||
ats_contact_phone_type_system_flag | TINYINT(1) |
Contact Phone Type System Flag | System flag for the contact phone type. | NO | ||||||
ats_contact_phone_type_order | SMALLINT(5) |
Contact Phone Type Sequence | Value indenticating the order in which the contact phone types display in a list. | NO |
Name: | Contact Resume |
Description: | Stores all the data related to the resume for the contact user. Until a contact is added to a requisition, a contact may not have a resume. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_resume_id | INT(11) |
Contact Resume ID | Unique system value for identifying the resume of a contact user. | NO | ||||||
ats_contact_resume_date_created | DATETIME |
Contact Resume Creation Date | Date when the resume for the contact user was created. | NO | ||||||
ats_contact_resume_last_modified | TIMESTAMP |
Contact Resume Last Modified | Date when the resume for the contact user was last updated. | NO | ||||||
ats_contact_id
Relationships for ats_contact_id
|
INT(11) |
Contact ID | System generated foreign key providing a connection between a contact resume and a specific contact. | NO | ||||||
ats_contact_resume_text | TEXT |
Contact Resume Text | Text content of the resume for the contact user. | NO |
Name: | Contact Type |
Description: | Stores all the data related to contact types. This list of data populates the contact type drop down menu when adding a new contact. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_contact_type_id
Relationships for ats_contact_type_id
|
INT(11) |
Contact Type ID | Unique system value for identifying the contact type. | NO | ||||||
ats_contact_type_date_created | DATETIME |
Contact Type Creation Date | Date when the contact type was created. | NO | ||||||
ats_contact_type_last_modified | TIMESTAMP |
Contact Type Last Modified | Date when the contact type was last updated. | NO | ||||||
ats_contact_type_name | CHAR(255) |
Contact Type Name | Name of the contact type. | YES | ||||||
ats_contact_type_deactivated | TINYINT(1) |
Contact Type Deactivated | System indicator relating to whether the contact type is active or deactivated. | NO | ||||||
ats_contact_type_system_flag | TINYINT(1) |
Contact Type System Flag | System flag for a contact type. | NO | ||||||
ats_contact_type_order | SMALLINT(5) |
Contact Type Sequence | Value that indicates the numerical order of the contact type in the list of contact types. | NO |
Name: | Continuous Feedback Discussion Board |
Description: | This links the target continuous feedback session and links its equivalent entry |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_discussion_board_id
Relationships for epm_continuous_feedback_discussion_board_id
|
INT(11) |
Continuous Feedback Discussion Board | Unique primary key for identifying an continuous feedback discussion board. | NO | ||||||
epm_continuous_feedback_discussion_board_last_modified | TIMESTAMP |
Continuous Feedback Discussion Board Last Modified | Date and time when the continuous feedback discussion board was last revised by an authorized user. | NO | ||||||
epm_continuous_feedback_discussion_board_date_created | DATETIME |
Continuous Feedback Discussion Board Date Created | Date when the continuous discussion board was created by an authorized user | NO | ||||||
epm_continuous_feedback_discussion_board_target_id | INT(11) |
Continuous Feedback Discussion Board Target | This links to the continuous feedback session | NO | ||||||
epm_continuous_feedback_discussion_board_subject_model | VARCHAR(255) |
Continuous Feedback Discussion Board Subject Model | Additional associations for continuous feedback discussion board | NO | ||||||
epm_continuous_feedback_discussion_board_subject_id | INT(11) |
Continuous Feedback Discussion Board Subject ID | Additional associations for continuous feedback discussion board | NO |
Name: | Continuous Feedback Discussion Board Entry |
Description: | This contains all the journal entry / discussion for a certain continuous feedback session. The author can set the permission here on who can view the notes for a certain entry. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_discussion_board_entry_id | INT(11) |
Continuous Feedback Discussion Board Entry ID | Unique system primary key for identifying an continuous feedback discussion board entry. | NO | ||||||
epm_continuous_feedback_discussion_board_entry_last_modified | TIMESTAMP |
Continuous Feedback Discussion Board Entry Last Modified | The date and time when the Epm Continuous Feedback Discussion Board Entry was last modified | NO | ||||||
epm_continuous_feedback_discussion_board_entry_date_created | DATETIME |
Continuous Feedback Discussion Board Entry Date Created | The date and time when the Epm Continuous Feedback Discussion Board Entry was created | NO | ||||||
epm_continuous_feedback_discussion_board_id
Relationships for epm_continuous_feedback_discussion_board_id
|
INT(11) |
Continuous Feedback Discussion Board ID | The linked ID of a related Epm Continuous Feedback Discussion Board | NO | ||||||
epm_continuous_feedback_discussion_board_entry_parent_id | INT(11) |
Continuous Feedback Discussion Board Entry Parent ID | Contains the value of its parent Continuous Feedback Discussion Board Entry Id | NO | ||||||
epm_continuous_feedback_discussion_board_entry_author_id | INT(11) |
Continuous Feedback Discussion Board Entry Author ID | Stores the user whom created the entry | NO | ||||||
epm_continuous_feedback_discussion_board_entry_permission | VARCHAR(255) |
Continuous Feedback Discussion Board Entry Permission | Limits the target audience who can view the continuous feedback discussion entry | NO | ||||||
epm_continuous_feedback_phase_id | INT(11) |
Continuous Feedback Phase ID | Additional associations for continuous feedback discussion board entry | NO | ||||||
epm_continuous_feedback_discussion_board_entry_subject | TEXT |
Continuous Feedback Discussion Board Entry Subject | Stores the subject of the message | YES | ||||||
epm_continuous_feedback_discussion_board_entry_text | TEXT |
Continuous Feedback Discussion Board Entry Text | Stores the content of the discussion entry message | NO | ||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File that will be attached along with the discussion board entry | NO |
Name: | Continuous Feedback Group Participants |
Description: | Stores data related to Continuous Feedback Session Participants by relationship or role |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_group_participants_id | INT(11) |
Continuous Feedback Group Participants ID | The unique ID of the Continuous Feedback Group Participants | NO | ||||||
epm_continuous_feedback_group_participants_date_modified | TIMESTAMP |
Continuous Feedback Group Participants Date Modified | The date and time when the continuous feedback group participant was last modified | NO | ||||||
epm_continuous_feedback_group_participants_date_created | TIMESTAMP |
Continuous Feedback Group Participants Date Created | The date and time when the Continuous Feedback Group Participants was created | NO | ||||||
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(11) |
Continuous Feedback ID | The unique ID of a related Continuous Feedback | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of a related Group | NO | ||||||
epm_continuous_feedback_group_participants_value | VARCHAR(255) |
Continuous Feedback Group Participants Value | The logical value associated with the group participant representing their role | NO |
Name: | Continuous Feedback Meeting Reason |
Description: | A reference table that contains a pre-load handful of reasons that can be configured by admin. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_meeting_reason_name | VARCHAR(255) |
Continuous Feedback Meeting Reason Name | Name of the Continuous Feedback Meeting Reason | YES | |||||||||
epm_continuous_feedback_meeting_reason_id
Relationships for epm_continuous_feedback_meeting_reason_id
|
INT(10) |
Continuous Feedback Meeting Reason ID | The primary unique ID of the Continuous Feedback Meeting Reason | NO | |||||||||
epm_continuous_feedback_meeting_reason_date_created | TIMESTAMP |
Continuous Feedback Meeting Reason Date Created | The date and time when the Continuous Feedback Meeting Reason was created | NO | |||||||||
epm_continuous_feedback_meeting_reason_last_modified | TIMESTAMP |
Continuous Feedback Meeting Reason Last Modified | The date and time when the Continuous Feedback Meeting Reason was last modified | NO | |||||||||
epm_continuous_feedback_meeting_reason_deactivated | TINYINT(1) |
Continuous Feedback Meeting Reason Deactivated | Whether the Continuous Feedback Meeting Reason is inactive or not | NO | |||||||||
epm_continuous_feedback_meeting_reason_order | SMALLINT(5) |
Continuous Feedback Meeting Reason Order | Numeric order value used for presenting the Continuous Feedback Meeting Reason | NO | |||||||||
epm_continuous_feedback_meeting_reason_manager_discussion | TEXT |
Epm Continuous Feedback Meeting Reason Manager Discussion | Epm Continuous Feedback Meeting Reason Template for Manager Discussion | NO | |||||||||
epm_continuous_feedback_meeting_reason_employee_discussion | TEXT |
Epm Continuous Feedback Meeting Reason Employee Discussion | Epm Continuous Feedback Meeting Reason Template for Employee Discussion | NO | |||||||||
epm_continuous_feedback_meeting_reason_default | TINYINT(1) |
Epm Continuous Feedback Meeting Reason Default | Epm Continuous Feedback Meeting Reason Default Value | NO |
Name: | Continuous Feedback Members |
Description: | Stores data related to continuous feedback members. Information here can state who/which member still not accepted the continuous feedback. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_members_id | INT(10) |
Continuous Feedback Members ID | The unique ID of the Epm Continuous Feedback Members | NO | ||||||
epm_continuous_feedback_members_last_modified | TIMESTAMP |
Continuous Feedback Members Last Modified | The date and time when the Continuous Feedback Members was last revised by an authorized user | NO | ||||||
epm_continuous_feedback_members_date_created | DATETIME |
Continuous Feedback Members Date Created | The date and time when the Continuous Feedback Members was created by an authorized user | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | ||||||
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(10) |
Continuous Feedback ID | The unique ID of a related Continuous Feedback | NO | ||||||
epm_continuous_feedback_members_is_accepted | TINYINT(1) |
Continuous Feedback Members Is Accepted | Indication on whether or not the member accepted the continuous feedback session. | NO | ||||||
epm_continuous_feedback_members_role | ENUM |
Continuous Feedback Members Role | Indication the role of the members in the continuous feedback session. Values are: manager/employee/participants | NO |
Name: | Continuous Feedback Participants |
Description: | This contains all the additional participants that are part of a certain continuous feedback session. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_participants_id | INT(11) |
Continuous Feedback Participants ID | The unique ID of the Epm Continuous Feedback Participants | NO | ||||||
epm_continuous_feedback_participants_date_modified | TIMESTAMP |
Continuous Feedback Participants Date Modified | The date/time which the user participant has been modified | NO | ||||||
epm_continuous_feedback_participants_date_created | TIMESTAMP |
Continuous Feedback Participants Date Created | The date and time when the Continuous Feedback Participants was created | NO | ||||||
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(11) |
Continuous Feedback ID | The unique ID of a related Continuous Feedback Session | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User participant | NO |
Name: | Continuous Feedback Progress |
Description: | A reference table that contains a pre-load handful of progress status for the continuous feedback session that can be configured by admin |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_progress_name | VARCHAR(255) |
Continuous Feedback Progress Name | Name of the Continuous Feedback Progress | YES | ||||||
epm_continuous_feedback_progress_id
Relationships for epm_continuous_feedback_progress_id
|
INT(10) |
Continuous Feedback Progress ID | The primary unique ID of the Continuous Feedback Progress | NO | ||||||
epm_continuous_feedback_progress_date_created | TIMESTAMP |
Continuous Feedback Progress Date Created | The date and time when the Continuous Feedback Progress was created | NO | ||||||
epm_continuous_feedback_progress_last_modified | TIMESTAMP |
Continuous Feedback Progress Last Modified | The date and time when the Continuous Feedback Progress was last modified | NO | ||||||
epm_continuous_feedback_progress_deactivated | TINYINT(1) |
Continuous Feedback Progress Deactivated | Whether the Continuous Feedback Progress is inactive or not | NO | ||||||
epm_continuous_feedback_progress_order | SMALLINT(5) |
Continuous Feedback Progress Order | Numeric order value used for presenting the Continuous Feedback Progress | NO |
Name: | Continuous Feedback Signature |
Description: | Contains the details of the continuous feedback meeting of the employee and manager. As a proof that they have met and this eventually closes the session when they both signed it. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_signature_id | INT(11) |
Continuous Feedback Signature ID | The primary unique ID of the Continuous Feedback Signature | NO | ||||||
epm_continuous_feedback_signature_last_modified | TIMESTAMP |
Continuous Feedback Signature Last Modified | The date and time when the Continuous Feedback Signature was last modified | NO | ||||||
epm_continuous_feedback_signature_date_created | TIMESTAMP |
Continuous Feedback Signature Date Created | The date and time when the Continuous Feedback Signature was created | NO | ||||||
epm_continuous_feedback_signature_date_signed | DATETIME |
Continuous Feedback Signature Date Signed | The date and time when the continuous feedback participants signed the session | NO | ||||||
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(11) |
Continuous Feedback ID | The equivalent ID of a corresponding Continuous Feedback session | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The equivalent ID of the User (manager / employee) whom signed the session | NO | ||||||
epm_continuous_feedback_signature_signed | TINYINT(1) |
Continuous Feedback Signature Signed | Flag indicator which validates if the participant has signed or does not yet sign the session | NO | ||||||
epm_continuous_feedback_signature_order | INT(11) |
Continuous Feedback Signature Order | Numeric order value used for presenting the Continuous Feedback Signature | NO | ||||||
epm_continuous_feedback_signature_comment | TEXT |
Continuous Feedback Signature Comment | Participant can provide the inputs / comments regarding the meeting discussion | NO |
Name: | Controller To Page Option |
Description: | Stores all the data related to page options and a controller. Information includes identification of the module and the classic URL. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_controller_to_page_option_id
Relationships for hua_controller_to_page_option_id
|
INT(11) |
Controller To Page Option ID | Unique system value for identifying a page option to a controller (i.e., page group like job search). | NO | |||||||||
hua_controller_to_page_option_last_modified | TIMESTAMP |
Controller To Page Option Last Modified | Date and time when a page option for a controller was last revised by an authorized user. | NO | |||||||||
hua_controller_to_page_option_date_created | DATETIME |
Controller To Page Option Creation Date | Date and time when a page option for a controller was created by an authorized user. | NO | |||||||||
hua_page_option_id
Relationships for hua_page_option_id
|
INT(11) |
Page Option ID | System generated foreign key providing a connection between a page option for a controller and a specific page option (e.g., quick job search enabled). | NO | |||||||||
hua_controller_to_page_option_module | VARCHAR(10) |
Controller To Page Option Module | Name of the module (e.g., ATS, EPM) associated with a page option for a controller that is included in the URL. | NO | |||||||||
hua_controller_to_page_option_controller | VARCHAR(75) |
Controller To Page Option Controller | Name of the controller (e.g., JobSearch) associated with a page option that is included in the URL. | NO | |||||||||
hua_controller_to_page_option_action | VARCHAR(100) |
Controller To Page Option Action | Action portion (e.g., index) of the URL that is displayed in the address bar when a user accesses page options for a controller. | NO | |||||||||
hua_controller_to_page_option_order | SMALLINT(5) |
Controller To Page Option Order | Numeric value indicating the order in which the page options for a controller display in a list or table. | NO | |||||||||
hua_controller_to_page_option_classic_url | VARCHAR(255) |
Controller To Page Option Classic URL | Web address (i.e., domain name) for identifying the access point for page options for a controller. | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
NO |
Name: | Controller To Page Option Value |
Description: | Stores all the data related to choices selected for page options in relation to controllers. Information includes identification of the page options. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_controller_to_page_option_value_id
Relationships for hua_controller_to_page_option_value_id
|
INT(11) |
Controller To Page Option Value ID | Unique system value for identifying the choice selected (e.g., enable quick job search) for each page option in relation to a specific controller (e.g., job search). | NO | ||||||
hua_controller_to_page_option_value_last_modified | TIMESTAMP |
Controller To Page Option Value Last Modified | Date and time when a choice for page options was last revised by an authorized user. | NO | ||||||
hua_controller_to_page_option_value_date_created | DATETIME |
Controller To Page Option Value Date Created | Date and time when a choice for a page option in relation to a controller was first selected by an authorized user. | NO | ||||||
hua_controller_to_page_option_id
Relationships for hua_controller_to_page_option_id
|
INT(11) |
Controller To Page Option ID | System generated foreign key providing a connection between a choice selected for a page option and a specific page option. | NO | ||||||
hua_controller_to_page_option_value_value | TEXT |
Controller To Page Option Value | Translation of the unique system value into a word or phrase for identifying the choice for a page option controller. | NO | ||||||
hua_controller_to_page_option_value_order | INT(11) |
Controller To Page Option Value Order | Numeric value indicating the order in which a choice for a page option in relation to a controller displays in a list or table. | NO |
Name: | Cost Center |
Description: | Stores all the data related to cost center values used for budgeting and financial activities of an organization. Information includes the cost center code and name. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(10) |
Cost Center ID | Unique system value for identifying a cost center using for billing and accounting purposes. | NO | |||||||||||||||||||||
hua_cost_center_last_modified | TIMESTAMP |
Cost Center Last Modified | Date and time when a cost center value was last revised by an authorized user. | NO | |||||||||||||||||||||
hua_cost_center_date_created | DATETIME |
Cost Center Date Created | Date and time when a cost center value was created by an authorized user. | NO | |||||||||||||||||||||
hua_cost_center_code | CHAR(255) |
Cost Center Code | Translation of the unique system value into words, letters, or other symbols to identify a specific cost center. | NO | |||||||||||||||||||||
hua_cost_center_name | CHAR(255) |
Cost Center Name | Translation of the unique system value into a word or phrase for identifying a cost center. | YES | |||||||||||||||||||||
hua_cost_center_order | INT(11) |
Cost Center Sequence | Numeric value indicating the order in which a cost center used for billing and accounting purposes is displayed in a list or table. | NO | |||||||||||||||||||||
hua_cost_center_deactivated | TINYINT(1) |
Cost Center Deactivated | Indication on whether or not a cost center is active in the system or deactivated from use. | NO |
Name: | Cost Per Hire Data |
Description: | Stores all the data related to the costs of hiring a candidate from the creation of the requisition to the final act of on-boarding the new hire. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_cost_per_hire_data_id | INT(10) |
Cost Per Hire Data ID | Unique system value for identifying the data used to generate the Cost Per Hire report. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between cost per hire data and a specific candidate. | NO | ||||||
ats_cost_per_hire_data_base_salary | DECIMAL |
Cost Per Hire Base Salary | Value for the Base Salary in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_ad_cost | DECIMAL |
Cost Per Hire Advertising Cost | Value determined for the advertising expenses in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_job_board | DECIMAL |
Cost Per Hire Job Board Cost | Expenditures related for posting a requisition on a job board or several job boards in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_sign_on | DECIMAL |
Cost Per Hire Sign On Bonus | Expense of the Sign On Bonus in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_relocation_assistance | DECIMAL |
Cost Per Hire Relocation Assistance Cost | Calculated expenditures associated with relocation expenses in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_referral_bonus | DECIMAL |
Cost Per Hire Referral Bonus | Calculated cost of a referral bonus for a new hire in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_travel | DECIMAL |
Cost Per Hire Travel Expense | Any expenses relating to travel in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_agency | DECIMAL |
Cost Per Hire Agency Cost | Expenditures accrued for agencies in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_recruiter | DECIMAL |
Cost Per Hire Recruiter Expense | Calculated cost of using a recruiter to locate a new hire in relation to the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_other | DECIMAL |
Cost Per Hire Other Expenses | Miscellaneous costs relating to the recruiting process of a new hire that are not covered in other categories to calculate a value for the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_stock_options | VARCHAR(50) |
Cost Per Hire Stock Options | Expense relating to the stock options given to a new hire as part of the offer package. | NO | ||||||
ats_cost_per_hire_data_recoverable_drawn | DECIMAL |
Cost Per Hire Recoverable Costs | Expenses that can be recovered in relation to a new hire. | NO | ||||||
ats_cost_per_hire_data_non_recoverable_drawn | DECIMAL |
Cost Per Hire Non-Recoverable Costs | Expenses that cannot be recovered in relation to a new hire. | NO | ||||||
ats_cost_per_hire_data_base_hourly | DECIMAL |
Cost Per Hire Base Hourly Rate | Value for the Hourly Rate in the Cost Per Hire report. | NO | ||||||
ats_cost_per_hire_data_date_created | DATETIME |
Cost Per Hire Creation Date | Date when the data for the Cost Per Hire report was created. | NO | ||||||
ats_cost_per_hire_data_last_modified | TIMESTAMP |
Cost Per Hire Last Modified | Date when the data for the Cost Per Hire report was last modified. | NO |
Name: | Country Details |
Description: | Stores all the data related to country listings used throughout the site. Information includes abbreviations and phone codes for each country. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_country_id
Relationships for hua_country_id
|
INT(10) |
Country ID | Unique system value for identifying a country. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_last_modified | TIMESTAMP |
Country Last Modified | Date and time when details for a country were last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_date_created | DATETIME |
Country Date Created | Date and time when details for a country were created in the system by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_name | CHAR(255) |
Country Name | Translation of the unique system value into a word or phrase for identifying a country. | YES | ||||||||||||||||||||||||||||||||||||||||||
hua_country_abbreviation | CHAR(255) |
Country Abbreviation | Abbreviation used to designate a specific country (e.g., GB for Great Britain). | YES | ||||||||||||||||||||||||||||||||||||||||||
hua_country_system_flag | TINYINT(1) |
Country System Flag | Indication on whether or not a country was system generated. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_locale | VARCHAR(5) |
Country Locale | System recognized code that represents the geographic region of a country (e.g., en_US for United States). | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_protected | TINYINT(1) |
Country Protected | Indication on whether or not a country is read-only (locked) and cannot be deleted from the system. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_deactivated | TINYINT(1) |
Country Deactivated | Indication on whether or not a country is active in the system or deactivated from use. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_order | INT(10) |
Country Sequence | Numeric value indicating the order in which a country displays in a list or table. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_logical_value | CHAR(5) |
Country Logical Value | Logical value is the internally recognized classification for a country ID. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_code | INT(10) |
Country Prefix Phone Code | Numeric value indicating the prefix used when dialing a phone number for a specific location within the same country. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_did | VARCHAR(30) |
Country Dedicated International Code | Numeric value indicating the prefix used when dialing a phone number for a specific country outside of the current country. | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_country_iso3_abbreviation | CHAR(3) |
NO |
Name: | Course Competency Gained |
Description: | Stores all the data related to a competency gained after passing a class in a course. Information includes the identification of the course and of the competency gained. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_competency_gained_id | INT(11) |
Course Competency Gained ID | Unique system value for identifying a competency gained after passing a class in a course. | NO | ||||||
lms_course_competency_gained_last_modified | TIMESTAMP |
Course Competency Gained Last Modified | Date and time when a competency gained after passing a class in a course was revised by an authorized user (i.e., administrator). | NO | ||||||
lms_course_competency_gained_date_created | DATETIME |
Course Competency Gained Date Created | Date and time when a competency was added to a course for an employee to gain the competency after passing a class in the course. | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
Course ID | System generated foreign key providing a connection between a competency gained after passing a class in the course and a specific course in the database. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a competency gained after passing a class in the course and a specific competency in a category. | NO | ||||||
lms_course_competency_gained_rating | DECIMAL |
NO | ||||||||
lms_course_competency_gained_order | SMALLINT(6) |
NO |
Name: | Currency |
Description: | Stores all the data related to currency values in the system. Information includes exchange rates and international currency codes. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_currency_id
Relationships for hua_currency_id
|
INT(10) |
Currency ID | Unique system value for identifying a currency type of a country. | NO | ||||||
hua_currency_value | VARCHAR(255) |
Currency Name | Translation of the unique system value into a word or phrase for identifying a currency of a country. | YES | ||||||
hua_currency_date_created | DATETIME |
Currency Creation Date | Date and time when a currency entry was created by an authorized user. | NO | ||||||
hua_currency_last_modified | TIMESTAMP |
Currency Last Modified | Date and time when a currency entry was revised by an authorized user. | NO | ||||||
hua_currency_int_monetary_symbol | VARCHAR(6) |
International Currency Code | Abbreviation used to identify the currency type (e.g., USD, EUR) for country. | NO | ||||||
hua_currency_rate | FLOAT |
Currency Exchange Rate | Monetary value used to convert a currency amount to the default currency. | NO | ||||||
hua_currency_deactivated | TINYINT(1) |
Currency Deactivated | Indication on whether or not a currency type for a country is active in the system or deactivated from use. | NO | ||||||
hua_currency_default | TINYINT(1) |
Currency Default | Indication on whether or not a specific currency type is considered the default selection for the site. | NO | ||||||
hua_currency_symbol | VARCHAR(30) |
Currency Symbol | Graphic or typeface character (e.g., $, #) used as a shorthand for a country's currency name. | NO | ||||||
hua_currency_system_flag | TINYINT(1) |
Currency System Flag | Indication on whether or not the currency type was system generated. | NO | ||||||
hua_currency_order | SMALLINT(5) |
Currency Sequence | Numeric value indicating the order in which the currency type displays in a list or table. | NO |
Name: | Custom Menu Navigation Links |
Description: | Stores all the data related to custom menu links and pages marked as "Favorite" by users. Information includes the custom menu type and URL. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_custom_navlink_id | INT(11) |
Custom Menu Navigation ID | Unique system value for identifying either a custom or favorites menu item. | NO | |||||||||
hua_custom_navlink_date_created | DATETIME |
Custom Menu Navigation Creation Date | Date and time when a custom or favorites menu item was created by an authorized user. | NO | |||||||||
hua_custom_navlink_last_modified | TIMESTAMP |
Custom Menu Navigation Last Modified | Date and time when a custom or favorites menu item was last revised by an authorized user. | NO | |||||||||
hua_custom_navlink_name | CHAR(255) |
Custom Menu Navigation Name | Translation of the unique system value into a word or phrase for identifying a custom or favorites menu item. | NO | |||||||||
hua_custom_navlink_url | CHAR(255) |
Custom Menu Navigation URL | Web address (i.e., domain name) for identifying the access point for the custom or favorites menu item. | NO | |||||||||
hua_custom_navlink_order | TINYINT(3) |
Custom Menu Navigation Sequence | Numeric value indicating the order in which the custom or favorites menu item displays in a list or a table. | NO | |||||||||
hua_custom_navlink_type | ENUM |
Custom Menu Navigation Type | Indication of the type (e.g., user "Favorite" or system "custom") for a navigational menu item. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a custom or favorites menu item and a specific user in the database. | NO | |||||||||
hua_custom_navlink_system_flag | TINYINT(1) |
Custom Menu Navigation System Flag | Indication on whether or not a custom or favorites menu was system generated. | NO |
Name: | Custom Report |
Description: | Stores all the data related to custom reports. Information includes whether a custom report has overwritten a report and the identification of the module for which it was created. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | Unique system value for identifying a custom made report. | NO | ||||||||||||||||||||||||
hua_custom_report_last_modified | TIMESTAMP |
Custom Report Last Modified | Date and time when a custom made report was last revised by an authorized user. | NO | ||||||||||||||||||||||||
hua_custom_report_date_created | DATETIME |
Custom Report Creation Date | Date and tiem when a custom made report was created by an authorized user. | NO | ||||||||||||||||||||||||
hua_custom_report_display_name | VARCHAR(255) |
Custom Report Display Name | Translation of the unique system value into a word or phrase for identifying a custom made report. | YES | ||||||||||||||||||||||||
hua_custom_report_description | VARCHAR(255) |
Custom Report Description | Phrases compiled to describe the purpose, reason, or responsibility of a custom made report. | YES | ||||||||||||||||||||||||
hua_custom_report_creator_id | INT(11) |
Custom Report Creator ID | System generated foreign key providing a connection between a custom made report and the identity of the user who created the report. | NO | ||||||||||||||||||||||||
hua_custom_report_primary_model | VARCHAR(255) |
Custom Report Primary Model | Indication of which data source (e.g., LMS Class Student) was selected as the primary model for a custom made report. | NO | ||||||||||||||||||||||||
hua_custom_report_module | VARCHAR(20) |
Custom Report Module | Indication under which module (e.g., ATS, EPM) a primary data source was selected. | NO | ||||||||||||||||||||||||
hua_custom_report_active | TINYINT(1) |
Custom Report Active | Indication on whether or not a custom made report is active in the system or deactivated from use. | NO | ||||||||||||||||||||||||
hua_custom_report_default_order_column | VARCHAR(255) |
Custom Report Default Order Column | Indication of which column in the custom report is used to determine the default order of the other columns. | NO | ||||||||||||||||||||||||
hua_custom_report_default_order_direction | CHAR(4) |
Custom Report Default Order Direction | Indication of which direction (e.g., ascending or descending) in the custom report is used as the default order of the table contents. | NO | ||||||||||||||||||||||||
hua_custom_report_default_report_id | INT(11) |
Custom Report Default Report ID | System generated foreign key providing a connection between a custom made report and a report that was overridden, but can be reverted to its default state. | NO | ||||||||||||||||||||||||
hua_custom_report_default_overridden | TINYINT(1) |
Custom Report Default Overridden | Indication that a system report has been overridden by a custom made report. | NO |
Name: | Custom Report Chart |
Description: | Stores all the data related to a chart associated with a custom report. Information includes drill down link and the chart type. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_chart_id
Relationships for hua_custom_report_chart_id
|
INT(11) |
Custom Report Chart ID | Unique system value for identifying a chart associated with a custom report. | NO | ||||||
hua_custom_report_chart_last_modified | TIMESTAMP |
Custom Report Chart Last Modified | Date and time when a chart associated with a custom report was last revised by an authorized user. | NO | ||||||
hua_custom_report_chart_date_created | DATETIME |
Custom Report Chart Creation Date | Date and time when a chart associated with a custom report was created by an authorized user. | NO | ||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between a chart associated with a custom report and a specific custom report. | NO | ||||||
hua_custom_report_chart_type | VARCHAR(255) |
Custom Report Chart Type | Indication of the type (e.g., pie, bar, line) of the chart associated with a custom report. | NO | ||||||
hua_custom_report_chart_title | VARCHAR(255) |
Custom Report Chart Title | Translation of the unique system value into a word or phrase for identifying a chart associated with a custom report. | YES | ||||||
hua_custom_report_chart_label | VARCHAR(255) |
Custom Report Chart Label | Text displayed on a chart to assist with the interpretation of the data once a custom report has been executed. | NO | ||||||
hua_custom_report_chart_url | VARCHAR(255) |
Custom Report Chart URL | Web address (i.e., domain name) for identifying the drill down target page (e.g., /ats/js_search.php) in a chart associated with a custom report. | NO | ||||||
hua_custom_report_chart_query_string | VARCHAR(255) |
Custom Report Chart Query String | Portion of the web address (e.g., ?referral_source[]=1) used to auto-generate the drill down (i.e., view data in a table) link in a chart associated with a custom report. | NO | ||||||
hua_custom_report_chart_3d | TINYINT(1) |
Custom Report Rendered 3-D | Indication on whether or not a chart associated with a custom report is rendered in three dimensions. | NO | ||||||
hua_custom_report_chart_secondary_type | VARCHAR(255) |
Custom Report Chart Secondary Type | Indication of the secondary type (e.g., donut is a form of pie) of the chart associated with a custom report. | NO |
Name: | Custom Report Chart Data Source |
Description: | Stores all the data related to a chart data source for a custom report. Information includes identification of the column used to populate the chart and secondary attributes. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_chart_data_source_id | INT(11) |
Custom Report Chart Data Source ID | Unique system value for identifying a data source used to create a chart for a custom report. | NO | ||||||
hua_custom_report_chart_data_source_last_modified | TIMESTAMP |
Custom Report Chart Data Source Last Modified | Date and time when a data source used for a custom report's chart was last revised by an authorized user. | NO | ||||||
hua_custom_report_chart_data_source_date_created | DATETIME |
Custom Report Chart Data Source Creation Date | Date and time when a data source was added to a custom report's chart by an authorized user. | NO | ||||||
hua_custom_report_chart_id
Relationships for hua_custom_report_chart_id
|
INT(11) |
Custom Report Chart ID | System generated foreign key providing a connection between a data source used for a chart and a specific custom report chart. | NO | ||||||
hua_custom_report_chart_data_source_column | VARCHAR(255) |
Custom Report Chart Data Source Column | Indication of which data source column is used to populate the chart for a custom report. | NO | ||||||
hua_custom_report_chart_data_source_extra_field | VARCHAR(255) |
Custom Report Chart Data Source Extra Field | Secondary attribute used to render content in the chart data source for the purposes of drilling down in a custom report. | NO |
Name: | Custom Report Column |
Description: | Stores all the data related to a column in a custom report. Information includes the sort parameter for a column and its title. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_column_id
Relationships for hua_custom_report_column_id
|
INT(11) |
Custom Report Column ID | Unique system value for identifying a column used to create a custom report. | NO | |||||||||
hua_custom_report_column_last_modified | TIMESTAMP |
Custom Report Column Last Modified | Date and time when a column used to create a custom report was last revised. | NO | |||||||||
hua_custom_report_column_date_created | DATETIME |
Custom Report Column Creation Date | Date and time when a column was added to a custom report. | NO | |||||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between a column used to create a custom report and a specific custom report. | NO | |||||||||
hua_custom_report_column_title | VARCHAR(255) |
Custom Report Column Title | Translation of the unique system value into a word or phrase for identifying a column used to create a custom report. | NO | |||||||||
hua_custom_report_column_order | SMALLINT(5) |
Custom Report Column Sequence | Numeric value indicating the order in which a column for a custom report displays in a table. | NO | |||||||||
hua_custom_report_column_sortable | TINYINT(1) |
Custom Report Column Sortable | Indication on whether or not the contents of a column is sortable when displayed in the custom report results. | NO | |||||||||
hua_custom_report_column_sort_parameter | VARCHAR(255) |
Custom Report Column Sort Parameter | Indication on which attribute within a column -- if there is more than one available -- is used for the purposes of sorting a column in a custom report. | NO | |||||||||
hua_custom_report_column_url | VARCHAR(255) |
Custom Report Column URL | Web address (i.e., domain name) for identifying the drill down target page (e.g., /ats/js_search.php) in a column for a custom report. | NO | |||||||||
hua_custom_report_column_field_separator | VARCHAR(255) |
Custom Report Column Field Separator | Device (e.g., new line, comma, dash, space) used to separate multiple attributes in one column for a custom report. | NO | |||||||||
hua_custom_report_column_mapping | INT(11) |
Custom Report Column Mapping | Indication on whether or not a column in a custom report uses text mapping to display the contents (e.g., shows "Yes" or "No" rather than "0" or "1"). | NO |
Name: | Custom Report Column Field |
Description: | Stores all the data related to a field in a column of a custom report. Information includes how field contents are displayed in a report and if they are hidden from view. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_column_field_id | INT(11) |
Custom Report Column Field ID | Unique system value for identifying a column field in a customm report. | NO | ||||||
hua_custom_report_column_field_last_modified | TIMESTAMP |
Custom Report Column Field Last Modified | Date and time when a column field for a custom report was last revised by an authorized user. | NO | ||||||
hua_custom_report_column_field_date_created | DATETIME |
Custom Report Column Field Creation Date | Date and time when a column field was added to a custom report by an authorized user. | NO | ||||||
hua_custom_report_column_id
Relationships for hua_custom_report_column_id
|
INT(11) |
Custom Report Column ID | System generated foreign key providing a connection between a column field for a custom report and a specific column in the report. | NO | ||||||
hua_custom_report_column_field_name | VARCHAR(255) |
Custom Report Column Field Name | Translation of the unique system value into a word or phrase for identifying a column field used in a custom report. | NO | ||||||
hua_custom_report_column_field_select | VARCHAR(255) |
Custom Report Column Field Select | Indication on which database columns are suggested to populate a field in a custom report. | NO | ||||||
hua_custom_report_column_field_group_by | TINYINT(1) |
Custom Report Column Field Group By | Indication on whether similar contents of a field column in a custom report are grouped into a single entity (e.g., multiple candidate records grouped by job seeker ID). | NO | ||||||
hua_custom_report_column_field_count | TINYINT(1) |
Custom Report Column Field Count | Indication on whether the contents of a field column in a custom report are counted rather than displayed individually (e.g., "3" or "red, blue, green"). | NO | ||||||
hua_custom_report_column_field_average | TINYINT(1) |
Custom Report Column Field Average | Indication on whether the contents of a field column in a custom report are averaged rather than displayed individually (e.g., "13.33" or "5, 10, 25"). | NO | ||||||
hua_custom_report_column_field_sum | TINYINT(1) |
Custom Report Column Field Sum | Indication on whether the contents of a field column in a custom report are added together rather than displayed individually (e.g., "40" or "5, 10, 25"). | NO | ||||||
hua_custom_report_column_field_hide | TINYINT(1) |
Custom Report Column Field Hide | Indication on whether the contents of a field column in a custom report are hidden from view rather than displayed. | NO | ||||||
hua_custom_report_column_field_order | SMALLINT(5) |
Custom Report Column Field Sequence | Numeric value indicating the order in which a column field displays in a custom report. | NO | ||||||
hua_custom_report_column_field_prefix | VARCHAR(255) |
Custom Report Column Field Prefix | HTML styling or symbols (e.g., [, #, $) that display before the contents of a field column in a custom report. | NO | ||||||
hua_custom_report_column_field_suffix | VARCHAR(255) |
Custom Report Column Field Suffix | HTML styling or symbols (e.g., ], *, %) that display after the contents of a field column in a custom report. | NO |
Name: | Custom Report Column Mapping |
Description: | Stores all the data related to column mapping for custom reports. Information includes the mapping key and mapping value. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_column_mapping_id | INT(11) |
Custom Report Column Mapping ID | Unique system value for identifying column mapping for a custom report. | NO | ||||||
hua_custom_report_column_mapping_last_modified | TIMESTAMP |
Custom Report Column Mapping Last Modified | Date and time when column mapping for a custom report was last revised by an authorized user. | NO | ||||||
hua_custom_report_column_mapping_date_created | DATETIME |
Custom Report Column Mapping Creation Date | Date and time when mapping was created for a column in a custom report by an authorized user. | NO | ||||||
hua_custom_report_column_id
Relationships for hua_custom_report_column_id
|
INT(11) |
Custom Report Column ID | System generated foreign key providing a connection between column mapping for a custom report and a specific custom report. | NO | ||||||
hua_custom_report_column_mapping_key | VARCHAR(255) |
Custom Report Column Mapping Key | Code source index (e.g., 0, 1, merge_code) in a database table that is given a comprehensive value when a custom report is executed. | NO | ||||||
hua_custom_report_column_mapping_value | TEXT |
Custom Report Column Mapping Value | Interpretation of the mapping key into a user-friendly term (e.g., Yes, Passed Class) that displays in a column when a custom report is executed. | NO |
Name: | Custom Report Data Source |
Description: | Stores all the data related to a data source used in a custom report. Information includes the source name and identification of the custom report. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_data_source_id | INT(11) |
Custom Report Data Source ID | Unique system value for identifying a data source used in a custom report. | NO | ||||||
hua_custom_report_data_source_last_modified | TIMESTAMP |
Custom Report Data Source Last Modified | Date and time when a data source used in a custom report was last revised by an authorized user. | NO | ||||||
hua_custom_report_data_source_date_created | DATETIME |
Custom Report Data Source Creation Date | Date and time when a data source was added to a custom report by an authorized user. | NO | ||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between a data source used in a custom report and a specific custom report. | NO | ||||||
hua_custom_report_data_source_name | VARCHAR(255) |
Custom Report Data Source Name | Translation of the unique system value into a word or phrase for identifying the relation tree of a data source. | NO | ||||||
hua_custom_report_data_source_scopes | VARCHAR(255) |
NO |
Name: | Custom Report Filter |
Description: | Stores all the data related to filters used in a custom report. Information includes the filter type and target field. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_filter_id
Relationships for hua_custom_report_filter_id
|
INT(11) |
Custom Report Filter ID | Unique system value for identifying a filter used to configure a custom report. | NO | |||||||||
hua_custom_report_filter_last_modified | TIMESTAMP |
Custom Report Filter Last Modified | Date and time when a filter used to configure a custom report was last revised. | NO | |||||||||
hua_custom_report_filter_date_created | DATETIME |
Custom Report Filter Creation Date | Date and time when a filter was added to a custom report to configure its creation. | NO | |||||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between a filter used to configure a custom report and a specific custom report. | NO | |||||||||
hua_custom_report_filter_order | SMALLINT(5) |
Custom Report Filter Sequence | Numeric value indicating the order in which a filter for a custom report displays in a table. | NO | |||||||||
hua_custom_report_filter_target_field | VARCHAR(255) |
Custom Report Filter Target Field | Indication of which field in the custom report where the filter is implemented. | NO | |||||||||
hua_custom_report_filter_field_separator | VARCHAR(255) |
Custom Report Filter Field Separator | Device (e.g., new line, comma, dash, space) used to separate multiple attributes in one field for a custom report. | NO | |||||||||
hua_custom_report_filter_type | VARCHAR(255) |
Custom Report Filter Type | Indication of the type of filter (e.g., keyword, multiple select, date range) used to configure a custom report. | NO | |||||||||
hua_custom_report_filter_label | VARCHAR(255) |
Custom Report Filter Label | The text label of the filter when rendered on the screen | YES | |||||||||
hua_custom_report_filter_required | TINYINT(1) |
Custom Report Filter Required | Indication on whether or not a filter is required to configure a custom report. | NO | |||||||||
hua_custom_report_filter_url_alias | VARCHAR(255) |
Custom Report Filter URL Alias | Web address (i.e., domain name) for identifying the drill down target page (e.g., /ats/js_search.php) in a filter used to configure a custom report. | NO |
Name: | Custom Report Filter Display Field |
Description: | Stores all the data related to filter display fields for custom reports. Information includes the name of the field and the order in which they are displayed. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_filter_display_field_id | INT(11) |
Custom Report Filter Display Field ID | Unique system value for identifying a filter display field for a custom report. | NO | ||||||
hua_custom_report_filter_display_field_last_modified | TIMESTAMP |
Custom Report Filter Display Field Last Modified | Date and time when a filter display field for a custom report was last revised by an authorized user. | NO | ||||||
hua_custom_report_filter_display_field_date_created | DATETIME |
Custom Report Filter Display Field Creation Date | Date and time when a filter display field for a custom report was added by an authorized user. | NO | ||||||
hua_custom_report_filter_id
Relationships for hua_custom_report_filter_id
|
INT(11) |
Custom Report Filter ID | System generated foreign key providing a connection between a filter display field for a custom report and a specific custom report. | NO | ||||||
hua_custom_report_filter_display_field_name | VARCHAR(255) |
Custom Report Filter Display Field Name | Translation of the unique system value into a word or phrase for identifying a filter display field for a custom report. | NO | ||||||
hua_custom_report_filter_display_field_order | SMALLINT(5) |
Custom Report Filter Display Field Sequence | Numeric value indicating the order in which a filter display field is listed in a table. | NO |
Name: | Custom Report Filter Option |
Description: | Stores all the data related to filter options for custom reports. Information includes filter option values and identification of the custom report filters. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_filter_option_id | INT(11) |
Custom Report Filter Option ID | Unique system value for identifying an option displayed for filtering data to generate a custom report. | NO | ||||||
hua_custom_report_filter_option_last_modified | TIMESTAMP |
Custom Report Filter Option Last Modified | Date and time when an option for filtering data to generate a custom report was last revised by an authorized user. | NO | ||||||
hua_custom_report_filter_option_date_created | DATETIME |
Custom Report Filter Option Creation Date | Date and time when an option for filtering data to generate a custom report was created by an authorized user. | NO | ||||||
hua_custom_report_filter_id
Relationships for hua_custom_report_filter_id
|
INT(11) |
Custom Report Filter ID | System generated foreign key providing a connection between an option for filtering data to generate a custom report and a specific filter. | NO | ||||||
hua_custom_report_filter_option_name | VARCHAR(255) |
Custom Report Filter Option Name | Translation of the unique system value into a word or phrase for identifying an option for filtering data to generate a custom report. | NO | ||||||
hua_custom_report_filter_option_value | TEXT |
Custom Report Filter Option Value | Indication of the term displayed in the database for a filter option prior to the execution of the custom report for the user. | NO |
Name: | Custom Report Shared Group |
Description: | Stores all the data related to sharing privileges of a group for a custom report. Information includes the editing permissions and identification of the group. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_shared_group_id | INT(11) |
Custom Report Shared Group ID | Unique system value for identifying a group (e.g., administrator, instructor, manager) that shares a custom report. | NO | ||||||
hua_custom_report_shared_group_last_modified | TIMESTAMP |
Custom Report Shared Group Last Modified | Date and time when permissions for a group sharing a custom report were last revised by an authorized user. | NO | ||||||
hua_custom_report_shared_group_date_created | DATETIME |
Custom Report Shared Group Creation Date | Date and time when a group was added to a custom report with sharing privileges by an authorized user. | NO | ||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between a group sharing a custom report and a specific custom report. | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | System generated foreign key providing a connection between a group sharing a custom report and a specific group in the system (e.g., administrator, instructor, recruiter). | NO | ||||||
hua_custom_report_shared_group_view | TINYINT(1) |
Custom Report Shared Group View | Indication on whether or not a group sharing a custom report has permission to view the report. | NO | ||||||
hua_custom_report_shared_group_edit_report | TINYINT(1) |
Custom Report Shared Group Edit Report | Indication on whether or not a group sharing a custom report has permission to edit the report. | NO | ||||||
hua_custom_report_shared_group_edit_filters | TINYINT(1) |
Custom Report Shared Group Edit Filters | Indication on whether or not a group sharing a custom report has permission to edit the report filters. | NO | ||||||
hua_custom_report_shared_group_edit_charts | TINYINT(1) |
Custom Report Shared Group Edit Chart | Indication on whether or not a group sharing a custom report has permission to edit the report chart. | NO | ||||||
hua_custom_report_shared_group_edit_columns | TINYINT(1) |
Custom Report Shared Group Edit Columns | Indication on whether or not a group sharing a custom report has permission to edit the report column configurations. | NO | ||||||
hua_custom_report_shared_group_edit_data_sources | TINYINT(1) |
Custom Report Shared Group Edit Data Sources | Indication on whether or not a group sharing a custom report has permission to edit the report data sources. | NO | ||||||
hua_custom_report_shared_group_export | TINYINT(1) |
Custom Report Shared Group Export | Indication on whether or not a group sharing a custom report has permission to export a report. | NO | ||||||
hua_custom_report_shared_group_admin | TINYINT(1) |
Custom Report Shared Group Administrator | Indication on whether or not a group sharing a custom report has complete access (i.e., administrator rights) to a report. | NO |
Name: | Custom Report Shared User |
Description: | Stores all the data related to sharing privileges of an individual for a custom report. Information includes the editing permissions and identification of the individual. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_shared_user_id | INT(11) |
Custom Report Shared User ID | Unique system value for identifying an individual who shares a custom report. | NO | |||||||||
hua_custom_report_shared_user_last_modified | TIMESTAMP |
Custom Report Shared User Last Modified | Date and time when permissions for an individual sharing a custom report were last revised by an authorized user. | NO | |||||||||
hua_custom_report_shared_user_date_created | DATETIME |
Custom Report Shared User Creation Date | Date and time when an individual was added to a custom report with sharing privileges by an authorized user. | NO | |||||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between an individual sharing a custom report and a specific custom report. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between an individual sharing a custom report and a specific user in the database. | NO | |||||||||
hua_custom_report_shared_user_view | TINYINT(1) |
Custom Report Shared User View | Indication on whether or not an individual sharing a custom report has permission to view a report. | NO | |||||||||
hua_custom_report_shared_user_edit_report | TINYINT(1) |
Custom Report Shared User Edit Report | Indication on whether or not an individual sharing a custom report has permission to edit a report. | NO | |||||||||
hua_custom_report_shared_user_edit_filters | TINYINT(1) |
Custom Report Shared User Edit Filters | Indication on whether or not an individual sharing a custom report has permission to edit report filters. | NO | |||||||||
hua_custom_report_shared_user_edit_charts | TINYINT(1) |
Custom Report Shared User Edit Chart | Indication on whether or not an individual sharing a custom report has permission to edit the report chart. | NO | |||||||||
hua_custom_report_shared_user_edit_columns | TINYINT(1) |
Custom Report Shared User Edit Columns | Indication on whether or not an individual sharing a custom report has permission to edit the report column configurations. | NO | |||||||||
hua_custom_report_shared_user_edit_data_sources | TINYINT(1) |
Custom Report Shared User Edit Data Sources | Indication on whether or not an individual sharing a custom report has permission to edit the report data sources. | NO | |||||||||
hua_custom_report_shared_user_export | TINYINT(1) |
Custom Report Shared User Export | Indication on whether or not an individual sharing a custom report has permission to export a report. | NO | |||||||||
hua_custom_report_shared_user_admin | TINYINT(1) |
Custom Report Shared User Administrator | Indication on whether or not an individual sharing a custom report has complete access (i.e., administrator rights) to a report. | NO |
Name: | Custom Report To Navigational Item |
Description: | Stores all the data related to associations between a navigational item and a report. Information includes identification of the report and the menu item. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_custom_report_to_navitem_id | INT(11) |
Custom Report To Navigation Item ID | Unique system value for identifying an item on a navigational path to a report. | NO | ||||||
hua_custom_report_to_navitem_last_modified | TIMESTAMP |
Custom Report To Navigation Item Last Modified | Date and time when a navigational path to an item for a report was last revised by an authorized user. | NO | ||||||
hua_custom_report_to_navitem_date_created | DATETIME |
Custom Report To Navigation Item Creation Date | Date and time when an item on a navigational path to a report was added by an authorized user. | NO | ||||||
hua_custom_report_id
Relationships for hua_custom_report_id
|
INT(11) |
Custom Report ID | System generated foreign key providing a connection between an item on a navigational path for a report and a specific report. | NO | ||||||
hua_navitem_id
Relationships for hua_navitem_id
|
INT(11) |
Navigation Item ID | System generated foreign key providing a connection between an item on a navigational path for a report and a specific navigation link. | NO |
Name: | Date Format |
Description: | Stores all the data related to date formats available in the system. Information includes the date format pattern and date format value. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_date_format_id | INT(11) |
Date Format ID | Unique system value for identifying an available date format (e.g., DD/MM/YYYY or Month Day, YYYY). | NO |
hua_date_format_value | CHAR(255) |
Date Format Value | Translation of a unique system value into a word or phrase for identifying a date format (e.g., Day First, Short Text). | YES |
hua_date_format_pattern | CHAR(255) |
Date Format Pattern | Indication of how a date will display (e.g., 2009.12.31 or 31/12/2009) based on the date format selected by a user. | NO |
hua_date_format_order | INT(11) |
Date Format Sequence | Numeric value indicating the order in which a date format displays in a list or table. | NO |
hua_date_format_date_created | DATETIME |
Date Format Creation Date | Date and time when a date format was created by an authorized user. | NO |
hua_date_format_last_modified | TIMESTAMP |
Date Format Last Modified | Date and time when a date format was last revised by an authorized user. | NO |
Name: | deprecated_hua_user_leaving_reason |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_user_leaving_reason_id | INT(10) |
NO | ||
hua_user_leaving_reason_code | VARCHAR(255) |
NO | ||
hua_user_leaving_reason_value | VARCHAR(255) |
NO | ||
hua_user_leaving_reason_order | INT(10) |
NO | ||
hua_user_leaving_reason_date_created | DATETIME |
NO | ||
hua_user_leaving_reason_last_modified | TIMESTAMP |
NO | ||
hua_user_leaving_reason_deactivated | TINYINT(1) |
NO | ||
hua_user_leaving_reason_new_id | INT(2) |
NO |
Name: | deprecated_lms_cbt_session |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_cbt_session_id | CHAR(255) |
NO | ||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(11) |
NO | ||||||||
lms_aicc_au_id | CHAR(255) |
NO | ||||||||
lms_cbt_session_last_modified | TIMESTAMP |
NO | ||||||||
lms_cbt_session_date_created | DATETIME |
NO | ||||||||
lms_cbt_session_time | CHAR(13) |
NO | ||||||||
lms_cbt_session_is_scorm | TINYINT(1) |
NO |
Name: | deprecated_lms_course_aicc_upload |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_aicc_upload_id | INT(11) |
NO | ||||||||
lms_course_aicc_upload_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_aicc_upload_date_created | DATETIME |
NO | ||||||||
lms_course_status_id
Relationships for lms_course_status_id
|
INT(11) |
NO | ||||||||
lms_class_status_id
Relationships for lms_class_status_id
|
INT(11) |
NO | ||||||||
lms_course_aicc_upload_name | VARCHAR(255) |
NO |
Name: | deprecated_lms_external_resource |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_external_resource_id | INT(10) |
NO | |||||||||||
lms_external_resource_last_modified | TIMESTAMP |
NO | |||||||||||
lms_external_resource_date_created | DATETIME |
NO | |||||||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
NO | |||||||||||
lms_external_resource_type_id
Relationships for lms_external_resource_type_id
|
INT(10) |
NO | |||||||||||
lms_external_resource_name | VARCHAR(255) |
NO | |||||||||||
lms_external_resource_description | MEDIUMTEXT |
NO | |||||||||||
lms_external_resource_start_date | DATE |
NO | |||||||||||
lms_external_resource_end_date | DATE |
NO | |||||||||||
ats_university_id
Relationships for ats_university_id
|
INT(10) |
NO | |||||||||||
lms_external_resource_url | VARCHAR(255) |
NO | |||||||||||
lms_external_resource_fee | FLOAT |
NO | |||||||||||
lms_external_resource_credits | INT(10) |
NO | |||||||||||
lms_external_resource_grade | VARCHAR(255) |
NO | |||||||||||
lms_external_resource_degree_type_id
Relationships for lms_external_resource_degree_type_id
|
INT(11) |
NO | |||||||||||
lms_external_resource_comments | MEDIUMTEXT |
NO |
Name: | deprecated_lms_external_resource_degree_type |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_external_resource_degree_type_id
Relationships for lms_external_resource_degree_type_id
|
INT(10) |
NO | ||||||||
lms_external_resource_degree_type_last_modified | TIMESTAMP |
NO | ||||||||
lms_external_resource_degree_type_date_created | DATETIME |
NO | ||||||||
lms_external_resource_degree_type_name | CHAR(255) |
NO | ||||||||
lms_external_resource_degree_type_protected | TINYINT(1) |
NO | ||||||||
lms_external_resource_degree_type_order | SMALLINT(5) |
NO | ||||||||
lms_external_resource_degree_type_deactivated | TINYINT(1) |
NO |
Name: | deprecated_lms_external_resource_type |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_external_resource_type_id
Relationships for lms_external_resource_type_id
|
INT(10) |
NO | ||||||||
lms_external_resource_type_last_modified | TIMESTAMP |
NO | ||||||||
lms_external_resource_type_date_created | DATETIME |
NO | ||||||||
lms_external_resource_type_name | CHAR(255) |
NO | ||||||||
lms_external_resource_type_protected | TINYINT(1) |
NO | ||||||||
lms_external_resource_type_order | SMALLINT(5) |
NO | ||||||||
lms_external_resource_type_deactivated | TINYINT(1) |
NO |
Name: | deprecated_lms_scorm |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_scorm_id
Relationships for lms_scorm_id
|
INT(10) |
NO | |||||||||||
lms_scorm_last_modified | TIMESTAMP |
NO | |||||||||||
lms_scorm_date_created | DATETIME |
NO | |||||||||||
lms_scorm_base_url | CHAR(255) |
NO |
Name: | deprecated_lms_scorm_file |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_scorm_id
Relationships for lms_scorm_id
|
INT(10) |
NO | ||||||||
lms_scorm_resource_id | CHAR(255) |
NO | ||||||||
lms_scorm_file_id | INT(10) |
NO | ||||||||
lms_scorm_file_last_modified | TIMESTAMP |
NO | ||||||||
lms_scorm_file_date_created | DATETIME |
NO | ||||||||
lms_scorm_file_href | CHAR(255) |
NO |
Name: | deprecated_lms_scorm_item |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_scorm_id
Relationships for lms_scorm_id
|
INT(10) |
NO | |||||||||||
lms_scorm_organization_id | VARCHAR(60) |
NO | |||||||||||
lms_scorm_item_id | VARCHAR(255) |
NO | |||||||||||
lms_scorm_item_last_modified | TIMESTAMP |
NO | |||||||||||
lms_scorm_item_date_created | DATETIME |
NO | |||||||||||
lms_scorm_resource_id | CHAR(255) |
NO | |||||||||||
lms_scorm_item_parent_id | CHAR(255) |
NO | |||||||||||
lms_scorm_item_title | CHAR(255) |
NO | |||||||||||
lms_scorm_item_datafromlms | CHAR(255) |
NO | |||||||||||
lms_scorm_item_masteryscore | FLOAT |
NO | |||||||||||
lms_scorm_item_maxtimeallowed | CHAR(16) |
NO | |||||||||||
lms_scorm_item_timelimitaction | CHAR(255) |
NO | |||||||||||
lms_scorm_item_prerequisites | CHAR(255) |
NO |
Name: | deprecated_lms_scorm_organization |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_scorm_id
Relationships for lms_scorm_id
|
INT(10) |
NO | |||||||||||
lms_scorm_organization_id | VARCHAR(60) |
NO | |||||||||||
lms_scorm_organization_last_modified | TIMESTAMP |
NO | |||||||||||
lms_scorm_organization_date_created | DATETIME |
NO | |||||||||||
lms_scorm_organization_title | CHAR(255) |
NO | |||||||||||
lms_scorm_organization_is_default | TINYINT(1) |
NO | |||||||||||
lms_scorm_organization_is_current | TINYINT(1) |
NO |
Name: | deprecated_lms_scorm_resource |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_scorm_id
Relationships for lms_scorm_id
|
INT(10) |
NO | ||||||||
lms_scorm_resource_id | CHAR(255) |
NO | ||||||||
lms_scorm_resource_last_modified | TIMESTAMP |
NO | ||||||||
lms_scorm_resource_date_created | DATETIME |
NO | ||||||||
lms_scorm_resource_type | CHAR(255) |
NO | ||||||||
lms_scorm_resource_scormtype | CHAR(255) |
NO | ||||||||
lms_scorm_resource_href | CHAR(255) |
NO |
Name: | deprecated_lms_student_outside_course |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_student_outside_course_id | INT(11) |
NO | ||||||||
lms_student_outside_course_date_created | DATETIME |
NO | ||||||||
lms_student_outside_course_last_modified | TIMESTAMP |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
NO | ||||||||
lms_student_outside_course_name | CHAR(255) |
NO | ||||||||
lms_student_outside_course_source | CHAR(255) |
NO | ||||||||
lms_student_outside_course_credits | FLOAT |
NO | ||||||||
lms_student_outside_course_ceus | FLOAT |
NO | ||||||||
lms_student_outside_course_description | CHAR(255) |
NO | ||||||||
lms_student_outside_course_date_completed | DATE |
NO | ||||||||
lms_student_outside_course_date_acknowledged | DATETIME |
NO | ||||||||
lms_student_outside_course_acknowledged_by | INT(11) |
NO | ||||||||
lms_student_outside_course_instructor_name | CHAR(255) |
NO |
Name: | Development Plan |
Description: | Stores all the data related to development plans created for employees. Information includes the identification of the employee and the percentage completion of the plan. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_id
Relationships for hua_development_plan_id
|
INT(10) |
Development Plan ID | Unique system value for identifying a development plan for an employee. | NO | |||||||||
hua_development_plan_date_created | DATETIME |
Development Plan Date Created | Date and time when a development plan for an employee was created by an authorized user (e.g., manager). | NO | |||||||||
hua_development_plan_last_modified | TIMESTAMP |
Development Plan Last Modified | Date and time when a development plan for an employee was last modified by an authorized user (e.g., manager, employee). | NO | |||||||||
hua_development_plan_name | CHAR(255) |
Development Plan Name | Translation of the unique system value into a word or phase for identifying a development plan for an employee. | NO | |||||||||
hua_development_plan_type | ENUM |
Development Plan Type | Indication of the type (e.g., gap fill, growth) of a development plan for an employee. | NO | |||||||||
hua_development_plan_user_id
Relationships for hua_development_plan_user_id
|
INT(10) |
Development Plan Employee ID | System generated foreign key providing a connection between a development plan for an employee and a specific user for whom it was created. | NO | |||||||||
hua_development_plan_creator_user_id
Relationships for hua_development_plan_creator_user_id
|
INT(10) |
Development Plan Creator User ID | System generated foreign key providing a connection between a development plan for an employee and a specific user who created the development plan. | NO | |||||||||
hua_development_plan_date_begun | DATETIME |
Development Plan Start Date | Date and time when a development plan for an employee was started. | NO | |||||||||
hua_development_plan_goal_completion_date | DATETIME |
Development Plan Goal Completion Date | Date and time when a goal on a development plan for an employee reached 100%. | NO | |||||||||
hua_development_plan_completion_percentage | FLOAT |
Development Plan Completion Percentage | Numeric value indicating the percentage of how much of the development plan for an employee has been completed. | NO | |||||||||
hua_development_plan_completed | DATETIME |
Development Plan Completed | Indication on whether or not a development plan for an employee has been completed. | NO | |||||||||
hua_development_plan_system_flag | TINYINT(1) |
Development Plan System Flag | Indication on whether or not the development plan was system generated. | NO | |||||||||
hua_development_plan_active | TINYINT(1) |
Development Plan Active | Indication on whether or not a development plan for an employee is active in the system or deactivated from use. | NO |
Name: | Development Plan Item |
Description: | Stores all the data related to an item on a development plan created for an employee. Information includes any appraisal or career path associations and activities for completing the item. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(10) |
Development Plan Item ID | Unique system value for identifying an item on a development plan. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_date_created | DATETIME |
Development Plan Item Creation Date | Date and time when an item was added to a development plan by an authorized user (e.g., manager, employee). | NO | |||||||||||||||||||||||||||
hua_development_plan_item_last_modified | TIMESTAMP |
Development Plan Item Last Modified | Date and time when an item on a development plan was last revised by an authorized user (e.g., manager, employee). | NO | |||||||||||||||||||||||||||
hua_development_plan_id
Relationships for hua_development_plan_id
|
INT(10) |
Development Plan ID | System generated foreign key providing a connection between an item on a development plan for an employee and a specific development plan. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_name | CHAR(255) |
Development Plan Item Name | Translation of the unique system value into a word or phrase for identifying the item on a development plan. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_goal_completion_date | DATETIME |
Development Plan Item Goal Completion Date | Date and time when a goal for an item on a development plan for an employee reached 100%. | NO | |||||||||||||||||||||||||||
cdsp_career_path_id
Relationships for cdsp_career_path_id
|
INT(10) |
Career Path ID | System generated foreign key for providing a connection between an item on a development plan for an employee and a specific career path for that employee. | NO | |||||||||||||||||||||||||||
pas_appraisal_id
Relationships for pas_appraisal_id
|
INT(10) |
Performance Appraisal ID | System generated foreign key for providing a connection between an item on a development plan for an employee and a specific performance appraisal for that employee. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_activity | TEXT |
Development Plan Item Activities To Complete | Phrases compiled to describe activities for completing an item on a development plan for an employee. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_completion_percentage | FLOAT |
Development Plan Item Completion Percentage | Numeric value indicating the percentage of how much of the development plan item for an employee has been completed. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_association_id | INT(10) |
Development Plan Item Association ID | System generated foreign key providing a connection between an item on a development plan for an employee and the employee's appraisal or career path. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_association_type | ENUM |
Development Plan Item Association Type | Indication on whether type of the association to the item on the development plan for an employee is a performance appraisal or a career path. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_date_completed | DATETIME |
Development Plan Item Date Completed | Date and time when an item on a development plan for an employee reached 100%. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_completed | TINYINT(1) |
Development Plan Item Completed | Indication on whether or not an item on a development plan for an employee has been completed. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_system_flag | TINYINT(1) |
Development Plan Item System Flag | Indication on whether or not an item on a development plan for an employee is system generated. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_resources | TEXT |
Development Plan Item Resource | Textual content of any suggested methods of or resources for completing an item on a development plan of an employee. | NO | |||||||||||||||||||||||||||
hua_development_plan_item_creator_user_id | INT(10) |
NO |
Name: | Development Plan Item Competency |
Description: | Stores all the data related to a competency goal selected for an item on a development plan for an employee. Information includes the identification of the development plan item and the competency. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_competency_id | INT(11) |
Development Plan Item Competency ID | Unique system value for identifying a competency goal selected for an item on a development plan for an employee, which filters recommendations available when adding an item. | NO | ||||||
hua_development_plan_item_competency_last_modified | TIMESTAMP |
Development Plan Item Competency Last Modified | Date and time when a competency goal selected for an item on a development plan for an employee was revised by an authorized user (e.g., manager, employee). | NO | ||||||
hua_development_plan_item_competency_date_created | DATETIME |
Development Plan Item Competency Creation Date | Date and time when a competency goal was added as an association to an item on a development plan for an employee. | NO | ||||||
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(11) |
Development Plan Item ID | System generated foreign key providing a connection between a competency goal selected for an item on a development plan and a specific item on a development plan for an employee. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a competency goal selected for an item on a development plan for an employee and a specific competency in the database. | NO |
Name: | Development Plan Item Course |
Description: | Stores all the data related to a course recommended for an item on a development plan based on the competency and skill goals selected. Join the course table with this table to obtain the course name. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_course_id | INT(10) |
Development Plan Item Course ID | Unique system value for identifying a course recommended for an item on a development plan for an employee based on the competency and skill goals selected. | NO | ||||||
hua_development_plan_item_course_date_created | DATETIME |
Development Plan Item Course Creation Date | Date and time when a course was added to an item on a development plan for an employee. | NO | ||||||
hua_development_plan_item_course_last_modified | TIMESTAMP |
Development Plan Item Course Last Modified | Date and time when a course recommended for an item on a development plan for an employee was revised by an authorized user. | NO | ||||||
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(10) |
Development Plan Item ID | System generated foreign key providing a connection between a course recommended for an item on a development plan and a specific development plan item. | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
Course ID | System generated foreign key providing a connection between a course recommended for an item on a development plan and a specific course in the database. | NO | ||||||
hua_development_plan_item_course_system_flag | TINYINT(1) |
Development Plan Item Course System Flag | Indication on whether or not a course recommended for an item on a development plan is system generated. | NO |
Name: | Development Plan Item Improvement Suggestion |
Description: | Stores all the data related to an improvement suggestion for an item on a development plan based on the competency and skill goals selected. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_development_suggestion_id | INT(11) |
Development Plan Item Suggestion ID | Unique system value for identifying an improvement suggestion for an item on a development plan for an employee based on the competency and skill goals selected. | NO | ||||||
hua_development_plan_item_development_suggestion_date_created | DATETIME |
Development Plan Item Suggestion Creation Date | Date and time when an improvement suggestion was added for an item on a development plan by an authorized user. | NO | ||||||
hua_development_plan_item_development_suggestion_last_modified | TIMESTAMP |
Development Plan Item Suggestion Last Modified | Date and time when an improvement suggestion for an item on a development plan was last revised by an authorized user. | NO | ||||||
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(11) |
Development Plan Item ID | System generated foreign key providing a connection between an improvement suggestion for an item on a development plan and specific development plan item. | NO | ||||||
hua_competency_development_suggestion_id
Relationships for hua_competency_development_suggestion_id
|
INT(11) |
Competency Development Suggestion ID | System generated foreign key providing a connection between an improvement suggestion for an item on a development plan and a specific competency development suggestion. | NO |
Name: | Development Plan Item Library Resource |
Description: | Stores all the data related to a library resource recommended for an item on a development plan based on competency and skill goals selected. Join the library resources table with this table to obtain the library resource name. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_library_resource_id | INT(11) |
Development Plan Item Library Resource ID | Unique system value for identifying a library resource recommended for an item on a development plan for an employee. | NO | ||||||
hua_development_plan_item_library_resource_last_modified | TIMESTAMP |
Development Plan Item Library Resource Last Modified | Date and time when a library resource recommended for an item on a development plan for an employee was last revised by an authorized user. | NO | ||||||
hua_development_plan_item_library_resource_date_created | DATETIME |
Development Plan Item Library Resource Creation Date | Date and time when a library resource was added to an item on a development plan for an employee by an authorized user. | NO | ||||||
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(11) |
Development Plan Item ID | System generated foreign key providing a connection between a library resource recommended for an item on a development plan and a specific library resource. | NO | ||||||
hua_library_resource_id
Relationships for hua_library_resource_id
|
INT(11) |
Library Resource ID | System generated foreign key providing a connection between a library resource recommended for an item on a development plan and a specific library resource. | NO |
Name: | Development Plan Item Mentor |
Description: | Stores all the data related to a mentor recommended for an item on a development plan based on competency and skill goals selected. Join the user table with this table to obtain the name of the mentor. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_suggested_mentor_id | INT(11) |
Development Plan Item Mentor ID | Unique system value for identifying a mentor recommended for an item on a development plan for an employee based on the competency and skill goals selected. | NO | |||||||||
hua_development_plan_item_suggested_mentor_last_modified | TIMESTAMP |
Development Plan Item Mentor Last Modified | Date and time when a mentor recommended for an item on a development plan for an employee was last revised by an authorized user. | NO | |||||||||
hua_development_plan_item_suggested_mentor_date_created | DATETIME |
Development Plan Item Mentor Creation Date | Date and time when a recommended mentor was added to an item on a development plan for an employee by an authorized user. | NO | |||||||||
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(11) |
Development Plan Item ID | System generated foreign key providing a connection between a mentor recommended for an item on a development plan for an employee and a specific development plan item. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a mentor recommended for an item on a development plan for an employee and a specific user in the database. | NO |
Name: | Development Plan Item Skill |
Description: | Stores all the data related to a skill goal selected for an item on a development plan. Join the skills table with this table to obtain the name of the skill. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_item_skill_id | INT(10) |
Development Plan Item Skill ID | Unique system value for identifying a skill goal selected for an item for a development plan of an employee, which filters recommendations available when adding an item. | NO | ||||||
hua_development_plan_item_skill_date_created | DATETIME |
Development Plan Item Skill Creation Date | Date and time when a skill goal for an item on a development plan for an employee was added by an authorized user (e.g., manager, employee). | NO | ||||||
hua_development_plan_item_skill_last_modified | TIMESTAMP |
Development Plan Item Skill Last Modified | Date and time when a skill goal selected for an item on a development plan for an employee was last revised by an authorized user. | NO | ||||||
hua_development_plan_item_id
Relationships for hua_development_plan_item_id
|
INT(10) |
Development Plan Item ID | System generated foreign key providing a connection between a skill goal selected for an item on a development plan and a specific development plan item. | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | System generated foreign key providing a connection between a skill goal selected for an item on a development plan and a specific skill in the database. | NO | ||||||
hua_development_plan_item_skill_system_flag | TINYINT(1) |
Development Plan Item Skill System Flag | Indication on whether or not the skill goal selected for an item on a development plan for an employee was system generated. | NO |
Name: | Development Plan Target Association |
Description: | Stores all the data related to target associations for development plans. Information includes the identification of the development plan and the target association model. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_development_plan_target_association_id | INT(11) |
Development Plan Target Association ID | Unique system value for identifying a target association (e.g., appraisal, career path) for a development plan. | NO | ||||||
hua_development_plan_target_association_last_modified | TIMESTAMP |
Development Plan Target Association Last Modified | Date and time when a target association for a development plan was last revised by an authorized user (i.e., manager). | NO | ||||||
hua_development_plan_target_association_date_created | DATETIME |
Development Plan Target Association Creation Date | Date and time when a target association was added to a development plan by an authorized user. | NO | ||||||
hua_development_plan_id
Relationships for hua_development_plan_id
|
INT(11) |
Development Plan ID | System generated foreign key providing a connection between a target association on a development plan and a specific development plan. | NO | ||||||
hua_development_plan_target_association_model | VARCHAR(255) |
Development Plan Target Association Model | Database table class that represents the target association table. | NO | ||||||
hua_development_plan_target_association_model_id | INT(11) |
Development Plan Target Association Model ID | System generated foreign key for providing a connection between a target association on a development plan and a specific database table. | NO |
Name: | DLZ Announcement |
Description: | Stores data related to Announcements. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_announcement_id
Relationships for dlz_announcement_id
|
INT(10) |
NO | ||||||||
dlz_announcement_created | TIMESTAMP |
NO | ||||||||
dlz_announcement_last_modified | TIMESTAMP |
NO | ||||||||
dlz_announcement_created_by | INT(10) |
NO | ||||||||
dlz_announcement_title | VARCHAR(255) |
NO | ||||||||
dlz_announcement_content | TEXT |
NO | ||||||||
dlz_announcement_category_id
Relationships for dlz_announcement_category_id
|
INT(10) |
NO | ||||||||
dlz_announcement_start_date | DATE |
NO | ||||||||
dlz_announcement_end_date | DATE |
NO | ||||||||
dlz_announcement_status_id
Relationships for dlz_announcement_status_id
|
INT(10) |
NO | ||||||||
wizard_key | VARCHAR(100) |
NO |
Name: | DLZ Announcement Audience |
Description: | Stores data related to an Announcement's target audiences. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_announcement_audience_id | INT(10) |
NO | ||||||||
dlz_announcement_id
Relationships for dlz_announcement_id
|
INT(10) |
NO | ||||||||
dlz_announcement_audience_product_id | INT(10) |
NO | ||||||||
dlz_announcement_audience_product_role_id | INT(10) |
NO | ||||||||
dlz_announcement_audience_bundle_id | INT(10) |
NO | ||||||||
dlz_announcement_audience_customer_id | INT(10) |
NO |
Name: | DLZ Announcement Category |
Description: | Stores data related to an Announcement's category. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_announcement_category_id
Relationships for dlz_announcement_category_id
|
INT(10) |
NO | ||||||||
dlz_announcement_category_date_created | TIMESTAMP |
NO | ||||||||
dlz_announcement_category_last_modified | TIMESTAMP |
NO | ||||||||
dlz_announcement_category_name | VARCHAR(255) |
NO | ||||||||
dlz_announcement_category_order | SMALLINT(5) |
NO | ||||||||
dlz_announcement_category_deactivated | TINYINT(1) |
NO |
Name: | DLZ Announcement Status |
Description: | Stores data related to the status of the Announcement. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_announcement_status_id
Relationships for dlz_announcement_status_id
|
INT(10) |
NO | ||||||||
dlz_announcement_status_date_created | TIMESTAMP |
NO | ||||||||
dlz_announcement_status_last_modified | TIMESTAMP |
NO | ||||||||
dlz_announcement_status_name | VARCHAR(50) |
NO | ||||||||
dlz_announcement_status_logical_value | VARCHAR(50) |
NO |
Name: | DLZ Bundle |
Description: | Stores data related to Bundles. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_bundle_id
Relationships for dlz_bundle_id
|
INT(10) |
NO | ||||||||||||||
dlz_bundle_date_created | TIMESTAMP |
NO | ||||||||||||||
dlz_bundle_last_modified | TIMESTAMP |
NO | ||||||||||||||
dlz_bundle_created_by | INT(10) |
NO | ||||||||||||||
dlz_bundle_last_modified_by | INT(10) |
NO | ||||||||||||||
dlz_bundle_name | VARCHAR(255) |
NO | ||||||||||||||
dlz_bundle_description | TEXT |
NO | ||||||||||||||
dlz_bundle_status_id
Relationships for dlz_bundle_status_id
|
INT(10) |
NO | ||||||||||||||
dlz_bundle_is_default | TINYINT(1) |
NO | ||||||||||||||
dlz_bundle_status_date | DATETIME |
NO | ||||||||||||||
dlz_bundle_status_changed_by | INT(1) |
NO | ||||||||||||||
dlz_bundle_is_restricted | TINYINT(1) |
NO |
Name: | DLZ Bundle Course |
Description: | Stores data related to Bundle associations with Courses. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_bundle_course_id | INT(10) |
NO | ||||||||
dlz_bundle_course_date_created | DATETIME |
NO | ||||||||
dlz_bundle_course_lastmodified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_bundle_id
Relationships for dlz_bundle_id
|
INT(10) |
NO |
Name: | DLZ Bundle Status |
Description: | Stores data related to the status of DLZ Bundles. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_bundle_status_id
Relationships for dlz_bundle_status_id
|
INT(10) |
NO | ||||||||
dlz_bundle_status_date_created | TIMESTAMP |
NO | ||||||||
dlz_bundle_status_last_modified | TIMESTAMP |
NO | ||||||||
dlz_bundle_status_name | VARCHAR(50) |
NO | ||||||||
dlz_bundle_status_logical_value | VARCHAR(50) |
NO |
Name: | DLZ Class Attendance |
Description: | Stores data related to student's attendance in a Class. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_class_attendance_id | INT(10) |
NO | ||||||||
dlz_class_attendance_last_modified | TIMESTAMP |
NO | ||||||||
dlz_class_attendance_date_created | DATETIME |
NO | ||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
NO | ||||||||
dlz_class_student_id
Relationships for dlz_class_student_id
|
INT(10) |
NO | ||||||||
dlz_class_attendance_date | DATE |
NO | ||||||||
dlz_class_attendance_status | VARCHAR(255) |
NO | ||||||||
dlz_class_attendance_taken_by | INT(10) |
NO | ||||||||
lms_class_time_id
Relationships for lms_class_time_id
|
INT(10) |
NO |
Name: | DLZ Class Student |
Description: | Stores data related to students enrolled in a Course/Class. Information includes start/end dates, status and percentage completion. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_class_student_id
Relationships for dlz_class_student_id
|
INT(10) |
NO | |||||||||||
dlz_class_student_date_created | TIMESTAMP |
NO | |||||||||||
dlz_class_student_last_modified | TIMESTAMP |
NO | |||||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
NO | |||||||||||
dlz_customer_user_id
Relationships for dlz_customer_user_id
|
INT(10) |
NO | |||||||||||
lms_class_student_status_id
Relationships for lms_class_student_status_id
|
INT(10) |
NO | |||||||||||
dlz_class_student_grade | FLOAT |
NO | |||||||||||
dlz_class_student_pass_fail | TINYINT(1) |
NO | |||||||||||
dlz_class_student_learning_location_preference | VARCHAR(255) |
NO | |||||||||||
dlz_class_student_completion_date | DATETIME |
NO |
Name: | DLZ Class Waitlist |
Description: | Stores data related to students in the Course waitlist. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_class_waitlist_id | INT(10) |
NO | ||||||||
dlz_class_waitlist_date_created | TIMESTAMP |
NO | ||||||||
dlz_class_waitlist_last_modified | TIMESTAMP |
NO | ||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_customer_user_id
Relationships for dlz_customer_user_id
|
INT(10) |
NO | ||||||||
dlz_class_waitlist_order | INT(10) |
NO | ||||||||
dlz_class_student_learning_location_preference | VARCHAR(255) |
NO |
Name: | DLZ Course Product |
Description: | Stores data related to Courses and its associated Product IDs |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_course_product_id | INT(10) |
NO | ||||||||
dlz_course_product_date_created | DATETIME |
NO | ||||||||
dlz_course_product_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_product_id
Relationships for dlz_product_id
|
INT(10) |
NO |
Name: | DLZ Course Product Role |
Description: | Stores data related to Courses and its associated Product Role IDs. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_course_product_role_id | INT(10) |
NO | ||||||||
dlz_course_product_role_date_created | DATETIME |
NO | ||||||||
dlz_course_product_role_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_product_role_id
Relationships for dlz_product_role_id
|
INT(10) |
NO |
Name: | DLZ Course Role |
Description: | Stores data related to Courses and its associated Role IDs. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_course_role_id | INT(10) |
NO | ||||||||
dlz_course_role_date_created | DATETIME |
NO | ||||||||
dlz_course_role_lastmodified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_role_id
Relationships for dlz_role_id
|
INT(10) |
NO |
Name: | DLZ Course Watchlist |
Description: | Stores data related to students in the Course watchlist. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_course_watchlist_id | INT(10) |
NO | ||||||||
dlz_course_watchlist_date_created | TIMESTAMP |
NO | ||||||||
dlz_course_watchlist_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_customer_user_id
Relationships for dlz_customer_user_id
|
INT(10) |
NO |
Name: | Dlz Course Workflow |
Description: | Stores data related to Courses and its associated Workflows. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_course_workflow_id | INT(10) |
NO | ||||||||
dlz_course_workflow_date_created | DATETIME |
NO | ||||||||
dlz_course_workflow_lastmodified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
dlz_workflow_id
Relationships for dlz_workflow_id
|
INT(10) |
NO |
Name: | DLZ Curriculum Product |
Description: | Stores data related to Learning Paths and its associated Product IDs. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_curriculum_product_id | INT(10) |
NO | ||||||||
dlz_curriculum_product_date_created | DATETIME |
NO | ||||||||
dlz_curriculum_product_last_modified | TIMESTAMP |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
dlz_product_id
Relationships for dlz_product_id
|
INT(10) |
NO |
Name: | DLZ Curriculum Product Role |
Description: | Stores data related to Learning Paths and its associated Product Role IDs. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_curriculum_product_role_id | INT(10) |
NO | ||||||||
dlz_curriculum_product_role_date_created | DATETIME |
NO | ||||||||
dlz_curriculum_product_role_last_modified | TIMESTAMP |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
dlz_product_role_id
Relationships for dlz_product_role_id
|
INT(10) |
NO |
Name: | DLZ Curriculum Role |
Description: | Stores data related to Learning Paths and its associated Role IDs. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_curriculum_role_id | INT(10) |
NO | ||||||||
dlz_curriculum_role_date_created | DATETIME |
NO | ||||||||
dlz_curriculum_role_lastmodified | TIMESTAMP |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
dlz_role_id
Relationships for dlz_role_id
|
INT(10) |
NO |
Name: | DLZ Curriculum Student |
Description: | Stores data related to Learning Paths and the Students enrolled to it. Information includes start/end dates, status and percentage completion. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_curriculum_student_id | INT(10) |
NO | ||||||||
dlz_curriculum_student_last_modified | TIMESTAMP |
NO | ||||||||
dlz_curriculum_student_date_created | TIMESTAMP |
NO | ||||||||
dlz_customer_user_id
Relationships for dlz_customer_user_id
|
INT(10) |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
dlz_curriculum_student_start_date | DATETIME |
NO | ||||||||
dlz_curriculum_student_end_date | DATETIME |
NO | ||||||||
dlz_curriculum_student_approved_by | INT(11) |
NO | ||||||||
dlz_curriculum_student_approval_date | DATETIME |
NO | ||||||||
dlz_curriculum_student_auto_enrolled | TINYINT(1) |
NO | ||||||||
dlz_curriculum_student_enrolled_by | INT(11) |
NO | ||||||||
dlz_curriculum_student_out_dated | INT(11) |
NO | ||||||||
lms_curriculum_student_status_id
Relationships for lms_curriculum_student_status_id
|
INT(10) |
NO | ||||||||
dlz_curriculum_student_approved | TINYINT(1) |
NO | ||||||||
dlz_curriculum_percent_complete | DECIMAL |
NO |
Name: | DLZ Curriculum Workflow |
Description: | Stores data related to Learning Paths and its associated Workflows. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_curriculum_workflow_id | INT(10) |
NO | ||||||||
dlz_curriculum_workflow_date_created | DATETIME |
NO | ||||||||
dlz_curriculum_workflow_lastmodified | TIMESTAMP |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
dlz_workflow_id
Relationships for dlz_workflow_id
|
INT(10) |
NO |
Name: | DLZ Customer |
Description: | Stores data related to DLZ customer sites and tenant. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_customer_id
Relationships for dlz_customer_id
|
INT(10) |
NO | |||||||||||
dlz_customer_date_created | DATETIME |
NO | |||||||||||
dlz_customer_last_modified | TIMESTAMP |
NO | |||||||||||
dlz_customer_created_by | INT(10) |
NO | |||||||||||
dlz_customer_modified_by | INT(10) |
NO | |||||||||||
dlz_customer_name | VARCHAR(255) |
NO | |||||||||||
dlz_customer_tenant_id | VARCHAR(255) |
NO | |||||||||||
dlz_customer_status | ENUM |
NO | |||||||||||
dlz_customer_status_date | DATETIME |
NO | |||||||||||
dlz_customer_status_changed_by | INT(10) |
NO | |||||||||||
dlz_customer_job_id | VARCHAR(20) |
NO | |||||||||||
dlz_customer_domain | VARCHAR(255) |
NO | |||||||||||
dlz_customer_site_status | VARCHAR(50) |
NO | |||||||||||
dlz_customer_dtm_site | VARCHAR(255) |
NO |
Name: | DLZ Customer Bundle |
Description: | Stores data related to bundles associated to customers. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_customer_bundle_id | INT(10) |
NO | ||||||||
dlz_customer_bundle_date_created | TIMESTAMP |
NO | ||||||||
dlz_customer_bundle_last_modified | TIMESTAMP |
NO | ||||||||
dlz_customer_bundle_created_by | INT(10) |
NO | ||||||||
dlz_customer_bundle_last_modified_by | INT(10) |
NO | ||||||||
dlz_bundle_id
Relationships for dlz_bundle_id
|
INT(10) |
NO | ||||||||
dlz_customer_id
Relationships for dlz_customer_id
|
INT(10) |
NO | ||||||||
dlz_customer_bundle_start_date | DATE |
NO | ||||||||
dlz_customer_bundle_end_date | DATE |
NO | ||||||||
dlz_cron_dropped | TINYINT(1) |
NO |
Name: | DLZ Customer User |
Description: | Stores data related to DLZ customer information. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_customer_user_id
Relationships for dlz_customer_user_id
|
INT(10) |
NO | ||||||||||||||||||||
dlz_customer_user_date_created | DATETIME |
NO | ||||||||||||||||||||
dlz_customer_user_last_modified | TIMESTAMP |
NO | ||||||||||||||||||||
dlz_customer_user_created_by | INT(10) |
NO | ||||||||||||||||||||
dlz_customer_user_modified_by | INT(10) |
NO | ||||||||||||||||||||
dlz_customer_id
Relationships for dlz_customer_id
|
INT(10) |
NO | ||||||||||||||||||||
dlz_customer_hua_user_id | INT(10) |
NO | ||||||||||||||||||||
dlz_customer_user_firstname | VARCHAR(255) |
NO | ||||||||||||||||||||
dlz_customer_user_middlename | VARCHAR(255) |
NO | ||||||||||||||||||||
dlz_customer_user_lastname | VARCHAR(255) |
NO | ||||||||||||||||||||
dlz_customer_user_email | VARCHAR(255) |
NO | ||||||||||||||||||||
dlz_customer_user_locked_out | DATETIME |
NO | ||||||||||||||||||||
dlz_customer_user_deactivated | DATETIME |
NO | ||||||||||||||||||||
dlz_customer_user_is_poc | TINYINT(1) |
NO |
Name: | DLZ Product |
Description: | Stores data related to Products. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_product_id
Relationships for dlz_product_id
|
INT(10) |
NO | |||||||||||||||||||||||
dlz_product_name | VARCHAR(255) |
YES | |||||||||||||||||||||||
dlz_product_date_created | DATETIME |
NO | |||||||||||||||||||||||
dlz_product_last_modified | TIMESTAMP |
NO | |||||||||||||||||||||||
dlz_product_deactivated | TINYINT(1) |
NO | |||||||||||||||||||||||
dlz_product_order | SMALLINT(5) |
NO |
Name: | DLZ Product Role |
Description: | Stores data related to Roles associated to Products. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_product_role_id
Relationships for dlz_product_role_id
|
INT(10) |
NO | |||||||||||
dlz_product_role_date_created | TIMESTAMP |
NO | |||||||||||
dlz_product_role_last_modified | TIMESTAMP |
NO | |||||||||||
dlz_product_id
Relationships for dlz_product_id
|
INT(10) |
NO | |||||||||||
dlz_role_id
Relationships for dlz_role_id
|
VARCHAR(255) |
NO |
Name: | DLZ Registration Link |
Description: | Stores data related to the self-registration of DLZ users. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_registration_link_id | INT(10) |
NO | ||||||||
dlz_registration_link_date_created | TIMESTAMP |
NO | ||||||||
dlz_registration_link_valid_until | DATE |
NO | ||||||||
dlz_registration_link_hash | VARCHAR(255) |
NO | ||||||||
dlz_registration_link_email | VARCHAR(255) |
NO | ||||||||
dlz_registration_link_status_id
Relationships for dlz_registration_link_status_id
|
INT(10) |
NO | ||||||||
dlz_registration_link_optional_subject | VARCHAR(255) |
NO | ||||||||
dlz_registration_link_optional_message | VARCHAR(255) |
NO | ||||||||
dlz_registration_link_created_by | INT(10) |
NO |
Name: | DLZ Registration Link Status |
Description: | Stores data related to the status of self-registrations in the DLZ site. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_registration_link_status_id
Relationships for dlz_registration_link_status_id
|
INT(10) |
NO | ||||||||
dlz_registration_link_status_date_created | TIMESTAMP |
NO | ||||||||
dlz_registration_link_status_last_modified | TIMESTAMP |
NO | ||||||||
dlz_registration_link_status_name | VARCHAR(50) |
NO | ||||||||
dlz_registration_link_status_logical_value | VARCHAR(50) |
NO |
Name: | DLZ Role |
Description: | Stores data related to Roles. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_role_id
Relationships for dlz_role_id
|
INT(10) |
NO | |||||||||||||||||
dlz_role_name | VARCHAR(255) |
YES | |||||||||||||||||
dlz_role_date_created | DATETIME |
NO | |||||||||||||||||
dlz_role_last_modified | TIMESTAMP |
NO | |||||||||||||||||
dlz_role_deactivated | TINYINT(1) |
NO | |||||||||||||||||
dlz_role_order | SMALLINT(5) |
NO |
Name: | DLZ Student Media View |
Description: | Stores data related to media views. Information includes the date when the media was viewed, the customer and student who viewed it, and the course associated to it.. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dlz_student_media_view_id | INT(10) |
NO | ||||||||
dlz_student_media_view_date_created | TIMESTAMP |
NO | ||||||||
dlz_student_media_view_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_media_id
Relationships for lms_course_media_id
|
INT(10) |
NO | ||||||||
dlz_class_student_id
Relationships for dlz_class_student_id
|
INT(10) |
NO | ||||||||
dlz_customer_user_id
Relationships for dlz_customer_user_id
|
INT(10) |
NO |
Name: | DLZ Workflow |
Description: | Stores data related to Worflows. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dlz_workflow_id
Relationships for dlz_workflow_id
|
INT(10) |
NO | |||||||||||
dlz_workflow_name | VARCHAR(255) |
NO | |||||||||||
dlz_workflow_description | VARCHAR(255) |
NO | |||||||||||
dlz_workflow_date_created | DATETIME |
NO | |||||||||||
dlz_workflow_last_modified | TIMESTAMP |
NO | |||||||||||
dlz_workflow_deactivated | TINYINT(1) |
NO | |||||||||||
dlz_workflow_order | SMALLINT(5) |
NO |
Name: | Document Library Group |
Description: | Stores all the data related to document library groups. Information includes the identification of the group, the module, and the document. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_document_group_id | INT(11) |
Document Library Group ID | Unique system value for identifying a group used in the document library (e.g., recruiter, employee, manager). | NO | ||||||
hua_document_group_last_modified | TIMESTAMP |
Document Library Group Last Modified | Date and time when a document library group was last revised by an authorized user. | NO | ||||||
hua_document_group_date_created | DATETIME |
Document Library Group Creation Date | Date and time when a group was added to a document in the document library and granted access to that document. | NO | ||||||
hua_document_id
Relationships for hua_document_id
|
INT(11) |
Document Library ID | System generated foreign key providing a connection between a document library group and a specific document in the library. | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | System generated foreign key providing a connection between a document library group and a specific group in the database. | NO | ||||||
hua_module_id
Relationships for hua_module_id
|
INT(11) |
Module ID | System generated foreign key providing a connection between a document library group and a specific module (e.g., ATS, EPM, LMS). | NO | ||||||
hua_document_group_system_flag | TINYINT(1) |
Document Library Group System Flag | Indication on whether or not a document library group was system generated. | NO |
Name: | Dynamic Form |
Description: | Stores all the data related to dynamic forms in the database. Information includes the identification for the form and if the form was system generated. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | Unique system value for identifying a dynamic form. | NO | ||||||||||||||||||||||||||||||||||||
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Form ID | System generated foreign key for providing a connecton between a dynamic form and a specific form in the database. | NO | ||||||||||||||||||||||||||||||||||||
hua_dynamic_form_date_created | DATETIME |
Dynamic Form Creation Date | Date and time when a dynamic form was created by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||
hua_dynamic_form_last_modified | TIMESTAMP |
Dynamic Form Last Modified | Date and time when a dynamic form was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||
hua_dynamic_form_system_flag | TINYINT(1) |
Dynamic Form System Flag | Indication on whether or not a dynamic form was system generated. | NO |
Name: | Education Level |
Description: | Stores all the data related to education levels including how they are defined and used in the system. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_education_level_id
Relationships for ats_education_level_id
|
INT(10) |
Education Level ID | Unique system value for identifying the education level for application purposes. | NO | ||||||||||||||||||
ats_education_level_value | VARCHAR(255) |
Education Level Value | Text description of the education level. | YES | ||||||||||||||||||
ats_education_level_order | INT(10) |
Education Level Sequence | Order in which the education level displays in a list. | NO | ||||||||||||||||||
ats_education_level_date_created | DATETIME |
Education Level Creation Date | Date when education level was created. | NO | ||||||||||||||||||
ats_education_level_last_modified | TIMESTAMP |
Education Level Last Modified | Date when the education level was last updated. | NO | ||||||||||||||||||
ats_education_level_deactivated | TINYINT(1) |
Education Level Deactivated | System indicator relating to whether the education level is active or deactivated. | NO | ||||||||||||||||||
ats_education_level_system_flag | TINYINT(1) |
Education Level System Flag | System flag for education level. | NO |
Name: | EEOC Job Category |
Description: | Stores all the data related to the EEOC job categories including how they are defined and used in the system. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_eeoc_job_category_id
Relationships for ats_eeoc_job_category_id
|
INT(10) |
EEOC Job Category ID | Unique system value for identifying an EEOC job category. | NO | |||||||||
ats_eeoc_job_category_value | VARCHAR(255) |
EEOC Job Category Value | Definition or description of the EEOC job category term. | YES | |||||||||
ats_eeoc_job_category_order | INT(10) |
EEOC Job Category Sequence | Value indicating the order in which the EEOC job category displays in a list. | NO | |||||||||
ats_eeoc_job_category_date_created | DATETIME |
EEOC Job Category Creation Date | Date when the job category was created. | NO | |||||||||
ats_eeoc_job_category_last_modified | TIMESTAMP |
EEOC Job Category Last Modified | Date when the EEOC job category was last updated. | NO | |||||||||
ats_eeoc_job_category_deactivated | TINYINT(1) |
EEOC Job Category Deactivated | System indicator relating to whether the EEOC job category is active or deactivated. | NO | |||||||||
ats_eeoc_job_category_system_flag | TINYINT(1) |
EEOC Job Category System Flag | System flag for the EEOC job category. | NO | |||||||||
ats_eeoc_job_category_code | VARCHAR(4) |
ATS Eeoc Job Category Code | ATS Eeoc Job Category Code | NO |
Name: | EEOC Job Group |
Description: | Stores all the data related to the EEOC job groups including how they are defined and used in the system. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_eeoc_job_group_id
Relationships for ats_eeoc_job_group_id
|
INT(10) |
EEOC Job Group ID | Unique system value for identifying the EEOC job group. | NO | ||||||
ats_eeoc_job_group_value | VARCHAR(255) |
EEOC Job Group Value | Definition or description of the EEOC job group. | YES | ||||||
ats_eeoc_job_group_order | INT(10) |
EEOC Job Group Order | Value indicating the order in which the EEOC job group displays in a list. | NO | ||||||
ats_eeoc_job_group_date_created | DATETIME |
EEOC Job Group Creation Date | Date when the EEOC job group was created. | NO | ||||||
ats_eeoc_job_group_last_modified | TIMESTAMP |
EEOC Job Group Last Modified | Date when the EEOC job group was last updated. | NO | ||||||
ats_eeoc_job_group_deactivated | TINYINT(1) |
EEOC Job Group Deactivated | System indicator relating to whether the EEOC job group is active or deactivated. | NO | ||||||
ats_eeoc_job_group_system_flag | TINYINT(1) |
EEOC Job Group System Flag | System flag for the EEOC job group. | NO |
Name: | Employee |
Description: | Stores all the data related to an employee pertaining to current appraisals, recent appraisals, performance scores, and flight risk. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | Unique system value for identifying a user as an employee for an organization. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_employee_last_modified | TIMESTAMP |
Employee Last Modified | Date and time when the details of a user who is an employee was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_employee_date_created | DATETIME |
Employee Creation Date | Date and time when a user was added to the Employee group either by an administrator or through the hiring process. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_employee_current | TINYINT(1) |
Employee Current | Indication on whether or not a user is a current employee of the organization. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
epm_recent_appraisal_id
Relationships for epm_recent_appraisal_id
|
INT(11) |
Recent Appraisal ID | System generated foreign key providing a connection between an employee in the organization and the employee's recent appraisal. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
epm_current_performance_score | DECIMAL |
Current Performance Score | Numeric value shown to indicate the average score for an employee on a performance appraisal based on the reviews received by authorized users. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
cdsp_flight_risk_id
Relationships for cdsp_flight_risk_id
|
INT(11) |
Flight Risk ID | System generated foreign key providing a connection between an employee in the organization and the specific risk of losing that employee. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_employee_performance_rating | FLOAT |
Employee Performance Rating | The manual rating which will be put by the manager as an alternative to the usual appraisal performance rating and will be displayed in the 9-box | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
epm_working_appraisal_id
Relationships for epm_working_appraisal_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_dynamic_form_id_section_a
Relationships for hua_dynamic_form_id_section_a
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_dynamic_form_id_section_b
Relationships for hua_dynamic_form_id_section_b
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_dynamic_form_id_section_c
Relationships for hua_dynamic_form_id_section_c
|
INT(11) |
NO |
Name: | Employee Employment Record |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_employment_record_id | INT(10) |
NO | ||||||||
hua_employee_employment_record_date_created | TIMESTAMP |
NO | ||||||||
hua_employee_employment_record_last_modified | TIMESTAMP |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_effective_datetime | DATETIME |
NO | ||||||||
hua_employee_employment_record_annual_rate | DECIMAL |
NO | ||||||||
hua_employee_employment_record_rate_type_id
Relationships for hua_employee_employment_record_rate_type_id
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_job_id
Relationships for hua_employee_employment_record_job_id
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_manager_id
Relationships for hua_employee_employment_record_manager_id
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_location_id
Relationships for hua_employee_employment_record_location_id
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_org_level_id
Relationships for hua_employee_employment_record_org_level_id
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_termination_date | DATE |
NO | ||||||||
hua_employee_employment_record_hire_date | DATE |
NO | ||||||||
hua_employee_employment_record_rehire_date | DATE |
NO | ||||||||
hua_employee_employment_record_last_changed_by
Relationships for hua_employee_employment_record_last_changed_by
|
INT(10) |
NO | ||||||||
hua_employee_employment_record_is_current | TINYINT(1) |
NO | ||||||||
hua_employee_employment_record_currency_id | INT(10) |
NO | ||||||||
hua_employee_employment_record_work_schedule_id | INT(10) |
NO | ||||||||
hua_employee_employment_record_comment | CHAR(255) |
NO | ||||||||
hua_employee_employment_period_id
Relationships for hua_employee_employment_period_id
|
INT(10) |
NO |
Name: | Employee File |
Description: | Stores employee file data that was uploaded in total talent profile |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_employee_file_id | INT(11) |
NO | ||||||||
thr_employee_file_date_modified | TIMESTAMP |
NO | ||||||||
thr_employee_file_date_created | TIMESTAMP |
NO | ||||||||
thr_employee_file_section | VARCHAR(255) |
NO | ||||||||
thr_employee_file_name | VARCHAR(255) |
NO | ||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
NO | ||||||||
thr_employee_file_category_id
Relationships for thr_employee_file_category_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
thr_employee_file_created_by | INT(11) |
NO | ||||||||
thr_employee_file_order | SMALLINT(6) |
NO |
Name: | Employee Goal |
Description: | Stores data for the employee goal |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_goal_id
Relationships for epm_employee_goal_id
|
INT(11) |
Employee Goal ID | The unique ID of the Employee Goal | NO | ||||||
epm_employee_goal_last_modified | TIMESTAMP |
Employee Goal Last Modified | The date and time when the Employee Goal was last modified | NO | ||||||
epm_employee_goal_date_created | DATETIME |
Employee Goal Date Created | The date and time when the Employee Goal was created | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The foreign key ID of a related Employee that is associated with this goal | NO | ||||||
epm_goal_id
Relationships for epm_goal_id
|
INT(11) |
Goal ID | The foreign key ID of a related Goal from Goals Library | NO | ||||||
epm_employee_goal_locked | TINYINT(1) |
Employee Goal Locked | Flag Id if the goal has been locked or not. | NO | ||||||
epm_employee_goal_private | TINYINT(1) |
Employee Goal Private | Flag Id if the goal is for private reference by the employee | NO | ||||||
epm_employee_goal_name | VARCHAR(255) |
Employee Goal Name | Name of the Employee Goal | YES | ||||||
epm_employee_goal_description | VARCHAR(255) |
Employee Goal Description | A brief description of the Employee Goal | YES | ||||||
epm_employee_goal_score_type | VARCHAR(255) |
Employee Goal Score Type | Associated score type for employee goal | NO | ||||||
epm_employee_goal_retired | TINYINT(1) |
Employee Goal Retired | Flag Id if employee goal has already been retired | NO | ||||||
epm_employee_goal_start_date | DATE |
Employee Goal Start Date | The date when the employee goal is planning to kick-off | NO | ||||||
epm_employee_goal_target_date | DATE |
Employee Goal Target Date | The target date when the employee goal is expected to finish or complete | NO | ||||||
epm_employee_goal_numeric_progress | FLOAT |
Employee Goal Numeric Progress | Number to indicate the progress of employee goal in line with the numeric target. This applies only to numerical score type | NO | ||||||
epm_employee_goal_numeric_target | FLOAT |
Employee Goal Numeric Target | The expected numeric target of a employee goal. Applies only to numerical score type | NO | ||||||
epm_employee_goal_employee_percent_complete | INT(11) |
Employee Goal Employee Percent Complete | Employee's percentage to track the completion of the goal | NO | ||||||
epm_employee_goal_manager_percent_complete | INT(11) |
Employee Goal Manager Percent Complete | Manager's percentage to track the completion of the goal | NO | ||||||
epm_employee_goal_weight | FLOAT |
Employee Goal Weight | Weight of the employee goal that serves as the basis of computing scores. | NO | ||||||
epm_employee_goal_order | INT(11) |
Employee Goal Order | Numeric order value used for presenting the Employee Goal | NO | ||||||
epm_employee_goal_status_id | INT(11) |
Employee Goal Status ID | corresponding status of the employee goal | NO | ||||||
epm_employee_goal_completion_date | DATE |
Employee Goal Completion Date | The completion date of the employee goal | NO | ||||||
epm_employee_goal_creator_id | INT(11) |
Employee Goal Creator ID | user whom created the employee goal | NO | ||||||
epm_employee_goal_group_id
Relationships for epm_employee_goal_group_id
|
INT(11) |
Employee Goal Group ID | The associated ID of a related Employee Goal Group | NO |
Name: | Employee Goal Group |
Description: | Stores employee goal groups that has a originating employee goal id from organizational goals |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_goal_group_id
Relationships for epm_employee_goal_group_id
|
INT(11) |
Employee Goal Group ID | The unique ID of the Employee Goal Group | NO | ||||||
epm_employee_goal_group_last_modified | TIMESTAMP |
Employee Goal Group Last Modified | The date and time when the Employee Goal Group was last modified | NO | ||||||
epm_employee_goal_group_date_created | DATETIME |
Employee Goal Group Date Created | The date and time when the Employee Goal Group was created | NO | ||||||
epm_employee_goal_group_creator_id | INT(11) |
Employee Goal Group Creator ID | The user whom relates a particular goal with other organizational goals | NO | ||||||
epm_employee_goal_group_originating_library_goal_id | INT(11) |
Employee Goal Group Originating Library Goal ID | Associated Id of a goal from goals library | NO | ||||||
epm_employee_goal_group_originating_employee_goal_id | INT(11) |
Employee Goal Group Originating Employee Goal ID | The original employee goal id from organizational goals | NO |
Name: | Employee I-9 |
Description: | Stores all the data related to an I-9 completed by an employee for an organization. Information includes personal details and work authorization documentation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_i9_id
Relationships for hua_employee_i9_id
|
INT(11) |
Employee I-9 ID | Unique system value for identifying an I-9 for an employee at an organization. | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | System generated foreign key providing a connection between an I-9 for an employee and a specific employee in the database. | NO | ||||||
hua_employee_i9_last_modified | TIMESTAMP |
Employee I-9 Last Modified | Date and time when an I-9 for an employee was last revised by an authorized user. | NO | ||||||
hua_employee_i9_date_created | DATETIME |
Employee I-9 Creation Date | Date and time when an I-9 for an employee was created by an authorized user. | NO | ||||||
hua_employee_i9_first_name | VARCHAR(255) |
Employee I-9 First Name | First name of the employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_middle_name | VARCHAR(255) |
Employee I-9 Middle Name | Middle name (if any) of the employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_last_name | VARCHAR(255) |
Employee I-9 Last Name | Last name of the employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_maiden_name | VARCHAR(255) |
Employee I-9 Maiden Name | Maiden name (if any) of the employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_address | VARCHAR(255) |
Employee I-9 Address | Street or mailing address of an employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_apt_no | VARCHAR(20) |
Employee I-9 Apartment Number | Apartment information (if any) of an employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_city | VARCHAR(255) |
Employee I-9 City | City of residence for an employee for whom an I-9 was created. | NO | ||||||
hua_state_id
Relationships for hua_state_id
|
INT(10) |
State ID | State of residence for an employee who is employed by the organization. | NO | ||||||
hua_employee_i9_zipcode | VARCHAR(20) |
Employee I-9 Zipcode | Zip or postal code of an employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_dob | DATE |
Employee I-9 Date of Birth | Date of birth listed on an I-9 for an employee who works for the organization. | NO | ||||||
hua_employee_i9_able_to_work | VARCHAR(255) |
Employee I-9 Citizenship Status | Indication of the citizenship status (i.e., ability to work) of an employee for whom an I-9 was created. | NO | ||||||
hua_employee_i9_lawful_resident_number | VARCHAR(255) |
Employee I-9 Lawful Resident Number | Numeric value indicating the Alien Registration Number/USCIS Number of the employee for whom an I-9 was created, if the user is a lawful permanent resident. | NO | ||||||
hua_employee_i9_auth_date | DATE |
Employee I-9 Authorized To Work Expires | If applicable, the expiration date on the I-9 of an alien's authorization to work in the United States. | NO | ||||||
hua_employee_i9_alien_auth_number | VARCHAR(255) |
Employee I-9 Alien Registration Number | Numeric value indicating the USCIS or the Form I-94 Admission number of the employee for whom an I-9 was created, if the user is an alien authorized to work. | NO | ||||||
hua_employee_i9_document_type_a | VARCHAR(10) |
Employee I-9 Document Title, List A | Document title on an I-9 as proof of employment verification, if List A (establish identity and employment authorization) is used. | NO | ||||||
hua_employee_i9_issuing_authority_a | VARCHAR(255) |
Employee I-9 Issuing Authority, List A | Entity (i.e., government) under whose authority a document was issued and submitted as verification for employment, if List A is used. | NO | ||||||
hua_employee_i9_document_nb1_a | VARCHAR(255) |
Employee I-9 Document Number, List A | Unique number sequence assigned to the document submitted as verification for employment, if List A is used. | NO | ||||||
hua_employee_i9_expiration_date1_a | DATE |
Employee I-9 Expiration Date, Document 1, List A | Expiration date (if any) of the first document submitted as verification for employment, if List A is used. | NO | ||||||
hua_employee_i9_document_nb2_a | VARCHAR(255) |
Employee I-9 Second Document Number, List A | Second unique number sequence assigned to the document submitted as verification for employment, if List A is used. | NO | ||||||
hua_employee_i9_expiration_date2_a | DATE |
Employee I-9 Expiration Date, Document 2, List A | Expiration date (if any) of the any second document submitted as verification for employment, if List A is used. | NO | ||||||
hua_employee_i9_document_type_b | VARCHAR(10) |
Employee I-9 Document Title, List B | Document title on an I-9 as proof of employment verification, if List B (establishing identity) is used. | NO | ||||||
hua_employee_i9_issuing_authority_b | VARCHAR(255) |
Employee I-9 Issuing Authority, List B | Entity (i.e., government) under whose authority a document was issued and submitted as verification for employment, if List B is used. | NO | ||||||
hua_employee_i9_document_nb1_b | VARCHAR(255) |
Employee I-9 Document Number, List B | Unique number sequence assigned to the document submitted as verification for employment, if List B is used. | NO | ||||||
hua_employee_i9_expiration_date_b | DATE |
Employee I-9 Expiration Date, List B | Expiration date (if any) of the document submitted as verification for employment, if List B is used. | NO | ||||||
hua_employee_i9_document_type_c | VARCHAR(10) |
Employee I-9 Document Title, List C | Document title on an I-9 as proof of employment verification, if List C (establish employment authorization) is used. | NO | ||||||
hua_employee_i9_issuing_authority_c | VARCHAR(255) |
Employee I-9 Issuing Authority, List C | Entity (i.e., government) under whose authority a document was issued and submitted as verification for employment, if List C is used. | NO | ||||||
hua_employee_i9_document_nb1_c | VARCHAR(255) |
Employee I-9 Document Number, List C | Unique number sequence assigned to the document submitted as verification for employment, if List C is used. | NO | ||||||
hua_employee_i9_expiration_date_c | DATE |
Employee I-9 Expiration Date, List C | Expiration date (if any) of the document submitted as verification for employment, if List C is used. | NO | ||||||
hua_employee_i9_employement_date | DATE |
Employee I-9 First Day of Employment | Date (mm/dd/yyyy) of an employee's first day of employment with an organization as documented on the I-9. | NO | ||||||
hua_employee_i9_employer_full_name | VARCHAR(255) |
Employee I-9 Employer Full Name | Full name of the individual representing the organization who verified the documents submitted for the I-9. | NO | ||||||
hua_employee_i9_employer_title | VARCHAR(255) |
Employee I-9 Employer Title | Job title of the individual representing the organization who verified the documents submitted for the I-9. | NO | ||||||
hua_employee_i9_employer_organisation | VARCHAR(255) |
Employee I-9 Employer Organization | Organization name and address of the individual who verified the documents submitted for the I-9. | NO | ||||||
hua_employee_i9_rehire_new_name | VARCHAR(255) |
Employee I-9 Rehire New Name | New name (if applicable) of a user for whom an I-9 was completed to either rehire the user or to re-verify his/her authorization to work. | NO | ||||||
hua_employee_i9_rehire_date_of_rehire | DATE |
Employee I-9 Date Of Rehire | If an employee was rehired, the date when an employee was rehired to the organization. | NO | ||||||
hua_employee_i9_rehire_document_type | VARCHAR(10) |
Employee I-9 Replacement Document Title | If a document from List A or List C expired, the document title of the replacement document used for work authorization on the I-9. | NO | ||||||
hua_employee_i9_rehire_document_expiration_date | DATE |
Employee I-9 Replacement Document Expiration Date | If a document from List A or List C expired, the expiration date of the replacement document used for work authorization on the I-9. | NO | ||||||
hua_employee_i9_rehire_document_nb | VARCHAR(255) |
Employee I-9 Replacement Document Number | If a document from List A or List C expired, the unique numeric value of the replacement document used for work authorization on the I-9. | NO | ||||||
hua_employee_i9_section_1_date_completed | DATETIME |
Employee I-9 Section 1 Completion Date | Date when the first section of the I-9 was completed by an authorized user (e.g., employee, recruiter). | NO | ||||||
hua_employee_i9_section_2_date_completed | DATETIME |
Employee I-9 Section 2 Completion Date | Date when the second section of the I-9 was completed by an authorized user (e.g., employee, recruiter). | NO | ||||||
hua_employee_i9_section_3_date_completed | DATETIME |
Employee I-9 Section 3 Completion Date | Date when the third section of the I-9 was completed by an authorized user (e.g., employee, recruiter). | NO | ||||||
hua_employee_i9_section_1_signature | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_2_signature | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_3_signature | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_1_signed_by | INT(11) |
NO | ||||||||
hua_employee_i9_email | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_phone_number | CHAR(30) |
NO | ||||||||
hua_employee_i9_alien_admission_number | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_alien_passport_number | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_alien_coi | INT(10) |
NO | ||||||||
hua_employee_i9_document_title1_a | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_document_title2_a | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_document_title3_a | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_issuing_authority2_a | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_issuing_authority3_a | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_document_nb3_a | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_expiration_date3_a | DATE |
NO | ||||||||
hua_employee_i9_section_2_signed_by | INT(11) |
NO | ||||||||
hua_employee_i9_rehire_firstname | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_rehire_lastname | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_rehire_middle_name | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_3_signed_by | INT(11) |
NO | ||||||||
hua_employee_i9_verify_due_date | DATE |
NO | ||||||||
hua_employee_i9_section_1_preparer_translator_last_name | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_1_preparer_translator_first_name | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_1_preparer_translator_address | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_1_preparer_translator_city | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_section_1_preparer_translator_state | INT(10) |
NO | ||||||||
hua_employee_i9_section_1_preparer_translator_zip | VARCHAR(20) |
NO | ||||||||
hua_employee_i9_section_1_date_completed_display | DATE |
NO | ||||||||
hua_employee_i9_section_2_date_completed_display | DATE |
NO | ||||||||
hua_employee_i9_section_3_date_completed_display | DATE |
NO | ||||||||
hua_employee_i9_code | VARCHAR(255) |
NO | ||||||||
hua_employee_i9_hash_code | VARCHAR(255) |
NO | ||||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(10) |
NO | ||||||||
hua_employee_i9_reused_i9_id | INT(10) |
NO | ||||||||
hua_employee_i9_sec2_alt_procedure | TINYINT(4) |
NO | ||||||||
hua_employee_i9_sec3_alt_procedure | TINYINT(4) |
NO |
Name: | Employee Matrix Manager |
Description: | Stores all the data related to the matrix manager of an employee. Information includes the identification of the employee and of the matrix manager. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_matrix_manager_id | INT(11) |
Employee Matrix Manager ID | Unique system value for identifying the matrix manager of an employee. | NO | ||||||
hua_employee_matrix_manager_last_modified | TIMESTAMP |
Employee Matrix Manager Last Modified | Date and time when the matrix manager of an employee was last revised by an authorized user. | NO | ||||||
hua_employee_matrix_manager_date_created | DATETIME |
Employee Matrix Manager Creation Date | Date and time when a user was added as a matrix manager for an employee. | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between the matrix manager of an employee and a specific user in the database. | NO | ||||||
hua_matrix_manager_id | INT(11) |
Matrix Manager ID | System generated foreign key providing a connection between the matrix manager of an employee and a specific matrix manager. | NO |
Name: | Employee Personal And Contact Information |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_personal_information_id | INT(11) |
Employee Personal Information ID | The unique ID of the Employee Personal And Contact Information | NO | ||||||
hua_employee_personal_information_last_modified | TIMESTAMP |
Employee Personal Information Last Modified | The date and time when the Employee Personal And Contact Information was last modified | NO | ||||||
hua_employee_personal_information_date_created | DATETIME |
Employee Personal Information Date Created | The date and time when the Employee Personal And Contact Information was created | NO | ||||||
hua_employee_personal_information_modified_by | INT(11) |
Employee Personal Information Modified By | NO | |||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO | ||||||
hua_employee_personal_information_subject_to_ada | ENUM |
Employee Personal Information Subject To Ada | NO | |||||||
hua_employee_personal_information_marital_status | ENUM |
Employee Personal Information Marital Status | NO | |||||||
hua_employee_personal_information_citizen_status | ENUM |
Employee Personal Information Citizen Status | NO | |||||||
hua_employee_personal_information_resident_alien_number | VARCHAR(255) |
Employee Personal Information Resident Alien Number | NO | |||||||
hua_employee_personal_information_same_mailing_address | TINYINT(1) |
Employee Personal Information Same Mailing Address | NO | |||||||
hua_employee_personal_information_pronoun_id
Relationships for hua_employee_personal_information_pronoun_id
|
INT(10) |
Employee Personal Information Pronoun ID | The unique ID of a related Employee Personal Information Pronoun | NO | ||||||
hua_employee_personal_information_areas_of_expertise | VARCHAR(80) |
NO |
Name: | Employee Recognition |
Description: | Stores the data related to employee recognitions.. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_id
Relationships for epm_employee_recognition_id
|
INT(11) |
Employee Recognition ID | The unique ID of the Employee Recognition | NO | ||||||||||||||||||
epm_employee_recognition_last_modified | TIMESTAMP |
Employee Recognition Last Modified | The date and time when the Employee Recognition was last modified | NO | ||||||||||||||||||
epm_employee_recognition_date_created | DATETIME |
Employee Recognition Date Created | The date and time when the Employee Recognition was created | NO | ||||||||||||||||||
epm_employee_recognition_creator_id | INT(11) |
Employee Recognition Creator ID | The ID of the Employee Recognition Creator | NO | ||||||||||||||||||
epm_employee_recognition_target_id | INT(11) |
Employee Recognition Target ID | The ID of the Employee Recognition Receiver | NO | ||||||||||||||||||
epm_employee_recognition_date_entered | DATETIME |
Employee Recognition Date Entered | The date and time when the Employee Recognition was Entered | NO | ||||||||||||||||||
epm_employee_recognition_title | VARCHAR(255) |
Employee Recognition Title | The Title of the Employee Recognition | NO | ||||||||||||||||||
epm_employee_recognition_description | TEXT |
Employee Recognition Description | A brief description of the Employee Recognition | NO | ||||||||||||||||||
epm_employee_recognition_public | TINYINT(1) |
Employee Recognition Public | A flag that indicates whether the Employee Recognition is tagged as Public or Private | NO |
Name: | Employee Recognition Badge |
Description: | Stores all available badges which can be used when creating recognitions for employees. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_badge_id
Relationships for epm_employee_recognition_badge_id
|
INT(11) |
Employee Recognition Badge ID | The unique ID of the Employee Recognition Badge | NO | ||||||
epm_employee_recognition_badge_last_modified | TIMESTAMP |
Employee Recognition Badge Last Modified | The date and time when the Employee Recognition Badge was last modified | NO | ||||||
epm_employee_recognition_badge_date_created | DATETIME |
Employee Recognition Badge Date Created | The date and time when the Employee Recognition Badge was created | NO | ||||||
epm_employee_recognition_badge_name | VARCHAR(255) |
Employee Recognition Badge Name | Name of the Employee Recognition Badge | NO | ||||||
epm_employee_recognition_badge_description | TEXT |
Employee Recognition Badge Description | A brief description of the Employee Recognition Badge | NO | ||||||
epm_employee_recognition_badge_icon | VARCHAR(50) |
Employee Recognition Badge Icon | An icon/image that corresponds to the badge name which will be used to display when viewing the employee's recognitions | NO | ||||||
epm_employee_recognition_badge_category_id
Relationships for epm_employee_recognition_badge_category_id
|
INT(11) |
Employee Recognition Badge Category ID | The unique ID of a related Employee Recognition Badge Category | NO | ||||||
epm_employee_recognition_badge_active | TINYINT(1) |
Employee Recognition Badge Active | Whether the Employee Recognition Badge is active or not | NO |
Name: | Employee Recognition Badge Category |
Description: | This will contain all the badge categories wherein user can enable/disable a certain record. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_badge_category_id
Relationships for epm_employee_recognition_badge_category_id
|
INT(11) |
Employee Recognition Badge Category ID | The unique ID of the Epm Employee Recognition Badge Category | NO | |||||||||
epm_employee_recognition_badge_category_last_modified | TIMESTAMP |
Employee Recognition Badge Category Last Modified | The date and time when the Epm Employee Recognition Badge Category was last modified | NO | |||||||||
epm_employee_recognition_badge_category_date_created | DATETIME |
Employee Recognition Badge Category Date Created | The date and time when the Epm Employee Recognition Badge Category was created | NO | |||||||||
epm_employee_recognition_badge_category_name | VARCHAR(255) |
Employee Recognition Badge Category Name | Name of the Epm Employee Recognition Badge Category | YES | |||||||||
epm_employee_recognition_badge_category_order | SMALLINT(5) |
Employee Recognition Badge Category Order | Numeric order value used for presenting the Employee Recognition Badge Category | NO | |||||||||
epm_employee_recognition_badge_category_deactivated | TINYINT(1) |
Employee Recognition Badge Category Deactivated | Whether the Epm Employee Recognition Badge Category is inactive or not | NO |
Name: | Employee Recognition Badge Received |
Description: | Stores the data related to recognition badges received by the employee |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_badge_received_id | INT(11) |
Employee Recognition Badge Received ID | The unique ID of the Employee Recognition Badge Received | NO | ||||||
epm_employee_recognition_badge_category_id
Relationships for epm_employee_recognition_badge_category_id
|
INT(11) |
Employee Recognition Badge Category ID | The unique ID of a related Employee Recognition Badge Category | NO | ||||||
epm_employee_recognition_badge_id
Relationships for epm_employee_recognition_badge_id
|
INT(11) |
Employee Recognition Badge ID | The unique ID of a related Employee Recognition Badge | NO | ||||||
epm_employee_recognition_id
Relationships for epm_employee_recognition_id
|
INT(11) |
Employee Recognition ID | The unique ID of a related Employee Recognition | NO |
Name: | Employee Recognition Comment |
Description: | Stores all user comments to a given recognition for the employee |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_comment_id | INT(11) |
Employee Recognition Comment ID | The unique ID of the Employee Recognition Comment | NO | ||||||
epm_employee_recognition_comment_last_modified | TIMESTAMP |
Employee Recognition Comment Last Modified | The date and time when the Epm Employee Recognition Comment was last modified | NO | ||||||
epm_employee_recognition_comment_date_created | DATETIME |
Employee Recognition Comment Date Created | The date and time when the Epm Employee Recognition Comment was created | NO | ||||||
epm_employee_recognition_comment_text | TEXT |
Employee Recognition Comment Text | The actual comment text that will be made by the user | NO | ||||||
epm_employee_recognition_id
Relationships for epm_employee_recognition_id
|
INT(11) |
Employee Recognition ID | The unique ID of a related Epm Employee Recognition | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Employee Recognition Target Group |
Description: | Stores multiple employees that shares in a single recognition |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_target_group_id | INT(11) |
Employee Recognition Target Group ID | The unique ID of the Employee Recognition Target Group | NO | ||||||
epm_employee_recognition_target_group_date_modified | TIMESTAMP |
Employee Recognition Target Group Date Modified | The date and time when the Employee Recognition Target Group was modified | NO | ||||||
epm_employee_recognition_target_group_date_created | TIMESTAMP |
Employee Recognition Target Group Date Created | The date and time when the Employee Recognition Target Group was created | NO | ||||||
epm_employee_recognition_id
Relationships for epm_employee_recognition_id
|
INT(11) |
Employee Recognition ID | The unique ID of a related Employee Recognition | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Employee Referral |
Description: | Stores all the data related to the employee referral. Information includes the identification of the job seeker as well as the employee. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ers_referral_id | INT(11) |
Employee Referral ID | Unique system value identifying an employee referral. | NO | ||||||
ers_referral_date_created | DATETIME |
Employee Referral Date Created | Date and time when a referral was created by an employee. | NO | ||||||
ers_referral_last_modified | TIMESTAMP |
Employee Referral Last Modified | Date and time when a referral was last revised in the database by an authorized user (e.g., administrator, employee, referral). | NO | ||||||
ats_user_id
Relationships for ats_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between an employee referral and a specific user in the database. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between an employee referral and a specific job seeker. | NO | ||||||
ers_referral_high_performer | TINYINT(4) |
Employee Referral High Performer | Indicates the referral is from an employee who has high scores on an appraisal. | NO |
Name: | Employee Referral Requisition |
Description: | Stores all the data related to requisitions enabled to receive employee referrals. Information includes whether a requisition was approved to receive referrals and any notes created if it were rejected. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ers_requisition_id
Relationships for ers_requisition_id
|
INT(11) |
Employee Referral Requisition ID | Unique system value identifying a requisition enabled to receive employee referrals. | NO | |||||||||||||||
ers_requisition_last_modified | TIMESTAMP |
Employee Referral Requisition Last Modified | Date when a requsition enabled to receive employee referrals was last revised by an authorized user. | NO | |||||||||||||||
ers_requisition_date_created | DATETIME |
Employee Referral Requisition Creation Date | Date and time when a requisition enabled to receive employee referrals was created by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a requisition enabled to receive employee referrals and a specific requisition. | NO | |||||||||||||||
ers_requisition_approved | DATETIME |
Employee Referral Requisition Approved | Date and time when an enabled requisition was approved to receive employee referrals. | NO | |||||||||||||||
ers_requisition_rejected | DATETIME |
Employee Referral Requisition Rejected | Date and time when an enabled requisition was rejected to receive employee referrals. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
CHAR(255) |
User ID | System generated foreign key providing a connection between a requisition enabled to receive employee referrals and a specific user in the database. | NO | |||||||||||||||
ers_requisition_rejection_notes | CHAR(255) |
Employee Referral Requisition Rejection Notes | Textual content of any notes created by the administrator when a requisition was rejected to receive employee referrals. | NO |
Name: | Epm 360 Manager |
Description: | Stores all the data related to 360 manager. Information includes 360 manager id and employee id |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_manager_id | INT(11) |
Epm 360 Manager ID | The unique ID of the Epm 360 Manager | NO | ||||||
epm_360_manager_last_modified | TIMESTAMP |
Epm 360 Manager Last Modified | The date and time when the Epm 360 Manager was last modified | NO | ||||||
epm_360_manager_date_created | DATETIME |
Epm 360 Manager Date Created | The date and time when the Epm 360 Manager was created | NO | ||||||
epm_360_id
Relationships for epm_360_id
|
INT(11) |
Epm 360 ID | The unique ID of a related Epm 360 | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Epm 360 Status |
Description: | Stores data related to the epm 360 status. Includes status name and logical values |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_360_status_id
Relationships for epm_360_status_id
|
INT(11) |
Epm 360 Status ID | The unique ID of the Epm 360 Status | NO | ||||||
epm_360_status_last_modified | TIMESTAMP |
Epm 360 Status Last Modified | The date and time when the Epm 360 Status was last modified | NO | ||||||
epm_360_status_date_created | DATETIME |
Epm 360 Status Date Created | The date and time when the Epm 360 Status was created | NO | ||||||
epm_360_status_name | VARCHAR(255) |
Epm 360 Status Name | Name of the Epm 360 Status | YES | ||||||
epm_360_status_logical_value | VARCHAR(255) |
Epm 360 Status Logical Value | Logical Value of EPM 360 Status | NO |
Name: | Epm Appraisal Approval Chain Member |
Description: | Stores data related to individual approvers for a performance appraisal. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | Unique system value for identifying an approver on a performance appraisal. | NO | ||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | Date when the approver was last revised by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Date Created | Date when the approver was created by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | System generated foreign key providing a connection between an approver and a specific approval chain. | NO | ||||||||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
Approval Chain Member Target | Indicates the user or email account for this approver. | NO | ||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Indicates whether this approver is an internal or external user. | NO | ||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Order | Numeric value indicating the order in which the approver for the approval chain displays in a list or table. | NO | ||||||||||||||||||
hua_approval_chain_member_approval | ENUM |
Approval Chain Member Approval | Indicates whether this approver approved or rejected the appraisal. | NO | ||||||||||||||||||
hua_approval_chain_member_comment | TEXT |
Approval Chain Member Comment | Notes left by the approver to explain their decision making when deciding whether or not to approve the appraisal. | NO | ||||||||||||||||||
hua_approval_chain_member_final_approval_date | DATETIME |
Approval Chain Member Final Approval Date | Date when the approver recorded their approval decision. | NO | ||||||||||||||||||
hua_approval_chain_member_approved_by | VARCHAR(255) |
Approval Chain Member Approved By | Records who took action on this approval. This could be different than the target in cases where an administrator approves on behalf of the approver. | NO | ||||||||||||||||||
hua_approval_chain_member_hash | VARCHAR(255) |
Approval Chain Member Hash | Value used to authenticate this approver to the system when clicking directly into the system from an approval notification. | NO |
Name: | EPM Appraisal Pending Goal |
Description: | Stores data related to goals that have been created but have not been approved to be added to appraisals. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_pending_goal_id | INT(11) |
NO | ||||||||
epm_appraisal_pending_goal_last_modified | TIMESTAMP |
NO | ||||||||
epm_appraisal_pending_goal_date_created | DATETIME |
NO | ||||||||
epm_appraisal_category_id
Relationships for epm_appraisal_category_id
|
INT(11) |
NO | ||||||||
epm_goal_id
Relationships for epm_goal_id
|
INT(11) |
NO | ||||||||
epm_appraisal_pending_goal_name | VARCHAR(255) |
YES | ||||||||
epm_appraisal_pending_goal_description | VARCHAR(255) |
YES | ||||||||
epm_appraisal_pending_goal_score_type | VARCHAR(255) |
NO | ||||||||
epm_appraisal_pending_goal_private | INT(11) |
NO | ||||||||
epm_appraisal_pending_goal_numeric_target | FLOAT |
NO | ||||||||
epm_appraisal_pending_goal_start_date | DATE |
NO | ||||||||
epm_appraisal_pending_goal_end_date | DATE |
NO | ||||||||
epm_appraisal_pending_goal_related_goal_id | INT(11) |
NO |
Name: | EPM Appraisal Phase |
Description: | Stores data related to the phases that define the appraisal process for each appraisal. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_phase_id
Relationships for epm_appraisal_phase_id
|
INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_last_modified | TIMESTAMP |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_date_created | DATETIME |
NO | ||||||||||||||||||||||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_weight | FLOAT |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_name | VARCHAR(255) |
YES | ||||||||||||||||||||||||||
epm_appraisal_phase_logical_value | ENUM |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_order | INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_require_signature | ENUM |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_appraising_type | ENUM |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_start_date | DATE |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_end_date | DATE |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_advance_notification_days_before | INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_employee_advance_letter_id | INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_manager_advance_letter_id | INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_employee_letter_id | INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_manager_letter_id | INT(11) |
NO | ||||||||||||||||||||||||||
epm_appraisal_phase_allow_approval_resubmission | TINYINT(1) |
NO |
Name: | EPM Appraisal Phase Permission |
Description: | Stores data related to what actions are required or allowed for each appraisal phase. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_phase_permission_id | INT(11) |
NO | ||||||||
epm_appraisal_phase_permission_last_modified | TIMESTAMP |
NO | ||||||||
epm_appraisal_phase_permission_date_created | DATETIME |
NO | ||||||||
epm_appraisal_phase_id
Relationships for epm_appraisal_phase_id
|
INT(11) |
NO | ||||||||
epm_appraisal_phase_permission_key | VARCHAR(255) |
NO | ||||||||
epm_appraisal_phase_permission_enabled | TINYINT(1) |
NO |
Name: | EPM Appraisal Reassign Log |
Description: | Stores data related to the reassigning of appraisals from one manager to another manager. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_reassign_log_id | INT(11) |
NO | ||||||||
epm_appraisal_reassign_log_last_modified | TIMESTAMP |
NO | ||||||||
epm_appraisal_reassign_log_date_created | DATETIME |
NO | ||||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
NO | ||||||||
epm_appraisal_reassign_log_old_manager_id | INT(11) |
NO | ||||||||
epm_appraisal_reassign_log_new_manager_id | INT(11) |
NO | ||||||||
epm_appraisal_reassign_log_note | TEXT |
NO |
Name: | Epm Appraisal Signature |
Description: | Stores data related to signatures that record when an appraisal managers and employees acknowledge the appraisal process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_signature_id | INT(11) |
NO | ||||||||
epm_appraisal_signature_last_modified | TIMESTAMP |
NO | ||||||||
epm_appraisal_signature_date_created | DATETIME |
NO | ||||||||
epm_appraisal_phase_id
Relationships for epm_appraisal_phase_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
epm_appraisal_signature_signed | TINYINT(1) |
NO | ||||||||
epm_appraisal_signature_text | TEXT |
NO | ||||||||
epm_appraisal_signature_date_signed | DATETIME |
NO | ||||||||
epm_appraisal_signature_order | INT(11) |
NO | ||||||||
epm_appraisal_signature_comment | TEXT |
NO |
Name: | Epm Appraisal Skill |
Description: | Stores data related to skills belonging on individual appraisals. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_skill_is_modified | TINYINT(1) |
Is Modified | Flag that indicates if the metric has been modified by the allowed user. | NO | ||||||
epm_appraisal_skill_id
Relationships for epm_appraisal_skill_id
|
INT(11) |
NO | ||||||||
epm_appraisal_skill_last_modified | TIMESTAMP |
NO | ||||||||
epm_appraisal_skill_date_created | DATETIME |
NO | ||||||||
epm_appraisal_category_id
Relationships for epm_appraisal_category_id
|
INT(11) |
NO | ||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
NO | ||||||||
epm_appraisal_skill_locked | TINYINT(1) |
NO | ||||||||
epm_appraisal_skill_name | VARCHAR(255) |
YES | ||||||||
epm_appraisal_skill_weight | FLOAT |
NO | ||||||||
epm_appraisal_skill_order | INT(11) |
NO |
Name: | Epm Appraisal Skill Rating |
Description: | Stores data related to ratings given to skills on performance appraisals. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_skill_rating_id | INT(11) |
NO | |||||||||||
epm_appraisal_skill_rating_last_modified | TIMESTAMP |
NO | |||||||||||
epm_appraisal_skill_rating_date_created | DATETIME |
NO | |||||||||||
epm_appraisal_assessment_id
Relationships for epm_appraisal_assessment_id
|
INT(11) |
NO | |||||||||||
epm_appraisal_skill_id
Relationships for epm_appraisal_skill_id
|
INT(11) |
NO | |||||||||||
hua_scale_value_id | INT(11) |
NO | |||||||||||
epm_appraisal_skill_rating_score | FLOAT |
NO | |||||||||||
epm_appraisal_discussion_board_entry_id
Relationships for epm_appraisal_discussion_board_entry_id
|
INT(11) |
NO |
Name: | Epm Appraisal Status |
Description: | Stores the possible values that can be used as an appraisal status such as open, cancelled, or finished. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_appraisal_status_id
Relationships for epm_appraisal_status_id
|
INT(11) |
NO | ||||||||
epm_appraisal_status_last_modified | TIMESTAMP |
NO | ||||||||
epm_appraisal_status_date_created | DATETIME |
NO | ||||||||
epm_appraisal_status_name | VARCHAR(255) |
YES | ||||||||
epm_appraisal_status_logical_value | VARCHAR(255) |
NO |
Name: | Epm Bulk Appraisal Launch |
Description: | Stores data related to bulk appraisal launches allowing the system to track which appraisals were included. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_appraisal_launch_id
Relationships for epm_bulk_appraisal_launch_id
|
INT(11) |
NO | ||||||||||||||
epm_bulk_appraisal_launch_last_modified | TIMESTAMP |
NO | ||||||||||||||
epm_bulk_appraisal_launch_date_created | DATETIME |
NO | ||||||||||||||
epm_bulk_appraisal_launch_creator_id | INT(11) |
NO | ||||||||||||||
epm_bulk_appraisal_launch_date | DATE |
NO | ||||||||||||||
epm_bulk_appraisal_launch_complete | TINYINT(1) |
NO | ||||||||||||||
epm_bulk_appraisal_launch_source | ENUM |
NO | ||||||||||||||
epm_bulk_appraisal_launch_chosen_workflow_id | INT(11) |
NO | ||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
NO | ||||||||||||||
hua_manager_id | INT(11) |
NO | ||||||||||||||
hua_location_group_id
Relationships for hua_location_group_id
|
INT(11) |
NO | ||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
NO | ||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
NO | ||||||||||||||
hua_job_role_id
Relationships for hua_job_role_id
|
INT(11) |
NO | ||||||||||||||
hua_job_classification_id | INT(11) |
NO | ||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
NO | ||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(11) |
NO | ||||||||||||||
epm_bulk_appraisal_launch_date_source | ENUM |
NO | ||||||||||||||
epm_bulk_appraisal_launch_in_progress | TINYINT(1) |
NO | ||||||||||||||
epm_bulk_appraisal_launch_date_from | DATE |
NO | ||||||||||||||
epm_bulk_appraisal_launch_date_to | DATE |
NO | ||||||||||||||
epm_bulk_appraisal_launch_calendar_option | ENUM |
NO |
Name: | Epm Bulk Appraisal Launch Exclusion |
Description: | Stores data related to what employees should be omitted from a particular bulk appraisal launch. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_appraisal_launch_exclusion_id | INT(11) |
NO | ||||||||
epm_bulk_appraisal_launch_exclusion_last_modified | TIMESTAMP |
NO | ||||||||
epm_bulk_appraisal_launch_exclusion_date_created | DATETIME |
NO | ||||||||
epm_bulk_appraisal_launch_id
Relationships for epm_bulk_appraisal_launch_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO |
Name: | Epm Bulk Appraisal Launch History |
Description: | Stores data related to exactly which appraisals were launched as part of a specific bulk appraisal launch. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_appraisal_launch_history_id | INT(11) |
NO | ||||||||
epm_bulk_appraisal_launch_history_last_modified | TIMESTAMP |
NO | ||||||||
epm_bulk_appraisal_launch_history_date_created | DATETIME |
NO | ||||||||
epm_bulk_appraisal_launch_id
Relationships for epm_bulk_appraisal_launch_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
NO |
Name: | Epm Bulk Appraisal Launch Inclusion |
Description: | Stores data related to extra employees that should be added onto a bulk launch even though they do not fit the standard criteria. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_bulk_appraisal_launch_inclusion_id | INT(11) |
NO | ||||||||
epm_bulk_appraisal_launch_inclusion_last_modified | TIMESTAMP |
NO | ||||||||
epm_bulk_appraisal_launch_inclusion_date_created | DATETIME |
NO | ||||||||
epm_bulk_appraisal_launch_id
Relationships for epm_bulk_appraisal_launch_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO |
Name: | Epm Category |
Description: | Stores data related to all possible categories that can be used as an appraisal category. These can be competency, skill, goal, or achievement categories. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_category_id
Relationships for epm_category_id
|
INT(10) |
Category ID | The unique ID of the Category | NO | ||||||||||||||||||||||||
epm_category_last_modified | TIMESTAMP |
Category Last Modified | The date and time when the Category was last modified | NO | ||||||||||||||||||||||||
epm_category_date_created | DATETIME |
Category Date Created | The date and time when the Category was created | NO | ||||||||||||||||||||||||
epm_category_name | VARCHAR(255) |
Category Name | Name of the Category | YES | ||||||||||||||||||||||||
epm_category_logical_value | ENUM |
Category Logical Value | Logical value of the Category | NO | ||||||||||||||||||||||||
epm_category_active | TINYINT(1) |
Category Active | Whether the Category is active or not | NO | ||||||||||||||||||||||||
epm_category_default_system_category | TINYINT(1) |
Category Default System Category | Indicates whether the category is a default system category | NO |
Name: | Epm Close Appraisal Batch |
Description: | Stores data related to appraisals that are closed together. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_close_appraisal_batch_id
Relationships for epm_close_appraisal_batch_id
|
INT(11) |
NO | ||||||||
epm_close_appraisal_batch_last_modified | TIMESTAMP |
NO | ||||||||
epm_close_appraisal_batch_date_created | DATETIME |
NO | ||||||||
epm_close_appraisal_batch_creator_id | INT(11) |
NO | ||||||||
epm_close_appraisal_batch_date | DATE |
NO | ||||||||
epm_close_appraisal_batch_complete | TINYINT(1) |
NO | ||||||||
epm_close_appraisal_batch_workflow_ids | MEDIUMTEXT |
NO | ||||||||
epm_close_appraisal_batch_incomplete_appraisals_action | ENUM |
NO |
Name: | Epm Close Appraisal Batch Appraisal |
Description: | Stores data related to appraisals that are closed at the same time. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_close_appraisal_batch_appraisal_id | INT(11) |
NO | ||||||||
epm_close_appraisal_batch_appraisal_last_modified | TIMESTAMP |
NO | ||||||||
epm_close_appraisal_batch_appraisal_date_created | DATETIME |
NO | ||||||||
epm_close_appraisal_batch_id
Relationships for epm_close_appraisal_batch_id
|
INT(11) |
NO | ||||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
NO | ||||||||
epm_close_appraisal_batch_appraisal_failure_reason | VARCHAR(255) |
NO | ||||||||
epm_close_appraisal_batch_appraisal_complete | TINYINT(1) |
NO | ||||||||
epm_close_appraisal_batch_appraisal_incomplete_reason | VARCHAR(255) |
NO |
Name: | Epm Continuous Feedback |
Description: | Stores data related to continuous feedback sessions held between an employee and their manager. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_continuous_feedback_id
Relationships for epm_continuous_feedback_id
|
INT(11) |
Continuous Feedback ID | Unique system value for identifying an continuous feedback session. | NO | |||||||||||||||||||||
epm_continuous_feedback_last_modified | TIMESTAMP |
Continuous Feedback Last Modified | Date when the continuous feedback session was last revised by an authorized user. | NO | |||||||||||||||||||||
epm_continuous_feedback_date_created | DATETIME |
Continuous Feedback Date Created | Date when the continuous feedback session was created by an authorized user. | NO | |||||||||||||||||||||
epm_continuous_feedback_target_id
Relationships for epm_continuous_feedback_target_id
|
INT(11) |
Continuous Feedback Target ID | System generated foreign key providing a connection between a continuous feedback session and the specific employee. | NO | |||||||||||||||||||||
epm_continuous_feedback_creator_id
Relationships for epm_continuous_feedback_creator_id
|
INT(11) |
Epm Continuous Feedback Creator ID | System generated foreign key providing a connection between a continuous feedback session and the creator of the session. | NO | |||||||||||||||||||||
epm_continuous_feedback_purpose | VARCHAR(255) |
Continuous Feedback Purpose | Text identifying the purpose of the continuous feedback session. | YES | |||||||||||||||||||||
epm_continuous_feedback_note | TEXT |
Continuous Feedback Note | Text containing any notes from the continuous feedback session. | NO | |||||||||||||||||||||
epm_continuous_feedback_date | DATETIME |
Continuous Feedback Date | Date the continuous feedback session was scheduled to occur. | NO | |||||||||||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | System generated foreign key providing a connection between the continuous feedback session and a file attachment. | NO | |||||||||||||||||||||
epm_continuous_feedback_progress_id
Relationships for epm_continuous_feedback_progress_id
|
INT(11) |
Continuous Feedback Progress | Progress status of the session. The default values are Not Started, At Risk, On Track, Ahead of Schedule, Past Due, Completed Late, Completed | NO | |||||||||||||||||||||
epm_continuous_feedback_status | ENUM |
Continuous Feedback Status | System triggered status of the actual continuous feedback session. Values are pending, accepted and completed | NO | |||||||||||||||||||||
epm_continuous_feedback_meeting_reason_id
Relationships for epm_continuous_feedback_meeting_reason_id
|
INT(11) |
Continuous Feedback Meeting Reason | Allows employee / manager to choose a reason for the session. Pre-loaded list are Initial Feedback Session, Project-based Session, Salary Discussion, Growth Discussion, Goal Discussion, General Check-in and Performance Discussion. | NO | |||||||||||||||||||||
epm_continuous_feedback_project_id
Relationships for epm_continuous_feedback_project_id
|
INT(11) |
Continuous Feedback Project ID | The unique ID of a related Continuous Feedback Project | NO | |||||||||||||||||||||
epm_continuous_feedback_recommended_date | DATE |
Continuous Feedback Recommended Date | Propose date of the continuous feedback session. Date here are populated from our bulk continuous feedback session recommended date. | NO | |||||||||||||||||||||
epm_continuous_feedback_meeting_reason_manager_discussion | TEXT |
NO | |||||||||||||||||||||||
epm_continuous_feedback_meeting_reason_employee_discussion | TEXT |
NO | |||||||||||||||||||||||
epm_continuous_feedback_meeting_reason_name | VARCHAR(255) |
NO |
Name: | Epm Employee Approver |
Description: | Stores data related to approvers that should be used in place of approval chains for specific employees. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_approver_id | INT(11) |
NO | ||||||||
epm_employee_approver_last_modified | TIMESTAMP |
NO | ||||||||
epm_employee_approver_date_created | DATETIME |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
epm_employee_approver_approver_id | INT(11) |
NO |
Name: | Epm Goal |
Description: | Stores data related to goals that are in the goal library. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_goal_id
Relationships for epm_goal_id
|
INT(11) |
NO | ||||||||||||||||||||
epm_goal_last_modified | TIMESTAMP |
NO | ||||||||||||||||||||
epm_goal_date_created | DATETIME |
NO | ||||||||||||||||||||
epm_goal_name | VARCHAR(255) |
YES | ||||||||||||||||||||
epm_goal_description | VARCHAR(255) |
YES | ||||||||||||||||||||
epm_goal_score_type | VARCHAR(255) |
NO | ||||||||||||||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
NO | ||||||||||||||||||||
epm_goal_active | TINYINT(1) |
NO | ||||||||||||||||||||
epm_goal_numeric_target | FLOAT |
NO |
Name: | Epm Goal Coaching Tip |
Description: | Stores data related to coaching tips for goals that can help guide scoring. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_goal_coaching_tip_id | INT(11) |
NO | ||||||||
epm_goal_coaching_tip_last_modified | TIMESTAMP |
NO | ||||||||
epm_goal_coaching_tip_date_created | DATETIME |
NO | ||||||||
epm_goal_coaching_tip_text | VARCHAR(255) |
YES | ||||||||
epm_goal_id
Relationships for epm_goal_id
|
INT(11) |
NO | ||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
NO | ||||||||
hua_scale_value_name_id
Relationships for hua_scale_value_name_id
|
INT(11) |
NO |
Name: | Epm Letter |
Description: | Stores all the data related to letter created from EPM schedule notifications. Information includes the template type and the header/footer images. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_letter_id
Relationships for epm_letter_id
|
INT(11) |
Epm Letter ID | The unique ID of the Epm Letter | NO | |||||||||
epm_letter_last_modified | TIMESTAMP |
Epm Letter Last Modified | The date and time when the Epm Letter was last modified | NO | |||||||||
epm_letter_date_created | DATETIME |
Epm Letter Date Created | The date and time when the Epm Letter was created | NO | |||||||||
hua_letter_template_id
Relationships for hua_letter_template_id
|
INT(11) |
Letter Template ID | The unique ID of a related Letter Template | NO | |||||||||
epm_letter_cc | TEXT |
Epm Letter Cc | CC of the EPM letter | NO | |||||||||
epm_letter_bcc | TEXT |
Epm Letter Bcc | BCC of the EPM letter | NO | |||||||||
epm_letter_header_image_id | INT(11) |
Epm Letter Header Image ID | a unique ID of a related Image Id for Header | NO | |||||||||
epm_letter_footer_image_id | INT(11) |
Epm Letter Footer Image ID | a unique ID of a related Image Id for footer | NO |
Name: | Epm Letter Attachment |
Description: | Stores all the data related to attachments added to epm letter. Information includes the identification of the letter template and of the document, if from the document library |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_letter_attachment_id | INT(11) |
Epm Letter Attachment ID | The unique ID of the Epm Letter Attachment | NO | ||||||
epm_letter_attachment_last_modified | TIMESTAMP |
Epm Letter Attachment Last Modified | The date and time when the Epm Letter Attachment was last modified | NO | ||||||
epm_letter_attachment_date_created | DATETIME |
Epm Letter Attachment Date Created | The date and time when the Epm Letter Attachment was created | NO | ||||||
epm_letter_id
Relationships for epm_letter_id
|
INT(11) |
Epm Letter ID | The unique ID of a related Epm Letter | NO | ||||||
hua_document_id
Relationships for hua_document_id
|
INT(11) |
Document ID | The unique ID of a related Document | NO |
Name: | Epm Letter Image |
Description: | Stores all the data related to images used as a header or footer on a epm letter. Information includes the identification of the file used |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_letter_image_id | INT(11) |
Epm Letter Image ID | The unique ID of the Epm Letter Image | NO | ||||||
epm_letter_image_last_modified | TIMESTAMP |
Epm Letter Image Last Modified | The date and time when the Epm Letter Image was last modified | NO | ||||||
epm_letter_image_date_created | DATETIME |
Epm Letter Image Date Created | The date and time when the Epm Letter Image was created | NO | ||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File | NO |
Name: | Epm Letter Translation |
Description: | Stores all the data related to translations created for epm letter templates. Information includes the identification of the language used for the translation. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_letter_translation_id | INT(11) |
Epm Letter Translation ID | The unique ID of the Epm Letter Translation | NO | |||||||||||||||
epm_letter_translation_last_modified | TIMESTAMP |
Epm Letter Translation Last Modified | The date and time when the Epm Letter Translation was last modified | NO | |||||||||||||||
epm_letter_translation_date_created | DATETIME |
Epm Letter Translation Date Created | The date and time when the Epm Letter Translation was created | NO | |||||||||||||||
epm_letter_id
Relationships for epm_letter_id
|
INT(11) |
Epm Letter ID | The unique ID of a related Epm Letter | NO | |||||||||||||||
epm_letter_translation_subject | TEXT |
Epm Letter Translation Subject | The subject for EPM Letter Translation | NO | |||||||||||||||
epm_letter_translation_body | TEXT |
Epm Letter Translation Body | The body for EPM Letter Translation | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(11) |
Language ID | The unique ID of a related Language | NO |
Name: | Epm Peer Appraiser |
Description: | Stores data related to key peers that should be included in appraisals for an employee that has the peer appraisal group. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
epm_peer_appraiser_id | INT(11) |
NO | ||
epm_peer_appraiser_last_modified | TIMESTAMP |
NO | ||
epm_peer_appraiser_date_created | DATETIME |
NO | ||
epm_peer_appraiser_employee_id | INT(11) |
NO | ||
epm_peer_appraiser_peer_id | INT(11) |
NO |
Name: | Epm Problem Appraisal Tracking |
Description: | Stores all Data related to EPM Problem Appraisal Tracking |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_problem_appraisal_tracking_id | INT(11) |
Epm Problem Appraisal Tracking ID | The unique ID of the Epm Problem Appraisal Tracking | NO | ||||||
epm_problem_appraisal_tracking_last_modified | TIMESTAMP |
Epm Problem Appraisal Tracking Last Modified | The date and time when the Epm Problem Appraisal Tracking was last modified | NO | ||||||
epm_problem_appraisal_tracking_date_created | DATETIME |
Epm Problem Appraisal Tracking Date Created | The date and time when the Epm Problem Appraisal Tracking was created | NO | ||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Epm Appraisal ID | The unique ID of a related Epm Appraisal | NO | ||||||
epm_problem_appraisal_tracking_status | VARCHAR(255) |
Epm Problem Appraisal Tracking Status | The status description for Problem Appraisal Tracking | NO |
Name: | Epm Workflow |
Description: | Stores data related to performance workflows that configure the appraisal process. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_modified_by_user_id | INT(11) |
Workflow Modified By User ID | The equivalent ID of the user whom modified the appraisal workflow | NO | |||||||||||||||||||||
epm_workflow_id
Relationships for epm_workflow_id
|
INT(11) |
NO | |||||||||||||||||||||||
epm_workflow_last_modified | TIMESTAMP |
NO | |||||||||||||||||||||||
epm_workflow_date_created | DATETIME |
NO | |||||||||||||||||||||||
epm_workflow_name | VARCHAR(255) |
YES | |||||||||||||||||||||||
epm_workflow_description | VARCHAR(255) |
YES | |||||||||||||||||||||||
epm_workflow_schedule_type | ENUM |
NO | |||||||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
NO | |||||||||||||||||||||||
epm_workflow_type_id
Relationships for epm_workflow_type_id
|
INT(11) |
NO | |||||||||||||||||||||||
epm_workflow_creator_id | INT(11) |
NO | |||||||||||||||||||||||
epm_workflow_is_default | TINYINT(1) |
NO | |||||||||||||||||||||||
epm_workflow_displayed_updated_date | DATETIME |
NO | |||||||||||||||||||||||
epm_workflow_anniversary_date | DATE |
NO | |||||||||||||||||||||||
epm_workflow_active | TINYINT(1) |
NO |
Name: | Epm Workflow Appraisal Group |
Description: | Stores data related to what appraisal groups will be used on appraisals based on the performance workflow. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_appraisal_group_id | INT(11) |
NO | ||||||||
epm_workflow_appraisal_group_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_appraisal_group_date_created | DATETIME |
NO | ||||||||
epm_workflow_phase_id
Relationships for epm_workflow_phase_id
|
INT(11) |
NO | ||||||||
epm_appraisal_group_type_id
Relationships for epm_appraisal_group_type_id
|
INT(11) |
NO | ||||||||
epm_workflow_appraisal_group_weight | DECIMAL |
NO | ||||||||
epm_workflow_appraisal_group_order | INT(11) |
NO |
Name: | Epm Workflow Approval Chain |
Description: | Stores data related to the approval chain defined for a performance workflow. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
NO | ||||||||||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
NO | ||||||||||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
NO | ||||||||||||||||||||||||||
hua_approval_chain_target_id
Relationships for hua_approval_chain_target_id
|
INT(11) |
NO | ||||||||||||||||||||||||||
hua_approval_chain_type | ENUM |
NO |
Name: | Epm Workflow Approval Chain Member |
Description: | Stores data related to the specific approvers on a performance workflow approval chain. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
NO | ||||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
NO | ||||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
NO | ||||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
NO | ||||||||||||||||||||
hua_approval_chain_member_target
Relationships for hua_approval_chain_member_target
|
VARCHAR(255) |
NO | ||||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
NO | ||||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
NO |
Name: | Epm Workflow Associated Employee |
Description: | Stores data related to employees that are directly associated to performance workflows so that their best workflow fit will be a specified workflow without using the standard association process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_associated_employee_id | INT(11) |
NO | ||||||||
epm_workflow_associated_employee_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_associated_employee_date_created | DATETIME |
NO | ||||||||
epm_workflow_id
Relationships for epm_workflow_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO |
Name: | Epm Workflow Category |
Description: | Stores data related to which performance categories should be on performance workflows. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_category_id
Relationships for epm_workflow_category_id
|
INT(11) |
Epm Workflow Category ID | The unique ID of the Epm Workflow Category | NO | ||||||||||||
epm_workflow_category_last_modified | TIMESTAMP |
Epm Workflow Category Last Modified | The date and time when the Epm Workflow Category was last modified | NO | ||||||||||||
epm_workflow_category_date_created | DATETIME |
Epm Workflow Category Date Created | The date and time when the Epm Workflow Category was created | NO | ||||||||||||
epm_category_id
Relationships for epm_category_id
|
INT(11) |
Epm Category ID | The unique ID of a related Epm Category | NO | ||||||||||||
epm_workflow_id
Relationships for epm_workflow_id
|
INT(11) |
Epm Workflow ID | The unique ID of a related Epm Workflow | NO | ||||||||||||
epm_workflow_category_weight | FLOAT |
Epm Workflow Category Weight | NO | |||||||||||||
epm_workflow_category_order | INT(11) |
Epm Workflow Category Order | Numeric order value used for presenting the Epm Workflow Category | NO | ||||||||||||
epm_workflow_category_lock_workflow_metrics | TINYINT(1) |
Epm Workflow Category Lock Workflow Competencys | Lock Workflow Metrics | NO | ||||||||||||
epm_workflow_category_include_job_metrics | TINYINT(1) |
Epm Workflow Category Include Job Competencys | Include Job Metrics | NO | ||||||||||||
epm_workflow_category_job_metrics_weight | FLOAT |
Epm Workflow Category Job Competencys Weight | Job Metrics Weight | NO | ||||||||||||
epm_workflow_category_include_project_metrics | TINYINT(1) |
Epm Workflow Category Include Project Competencys | Include Project Metrics | NO | ||||||||||||
epm_workflow_category_project_metrics_weight | FLOAT |
Epm Workflow Category Project Competencys Weight | Project Metric Weight | NO | ||||||||||||
epm_workflow_category_include_employee_goal_metrics | TINYINT(1) |
Workflow Category Include Employee Goal Competencys | Dynamic inclusion of active employee goals | NO | ||||||||||||
epm_workflow_category_employee_goal_metrics_weight | FLOAT |
Workflow Category Employee Goal Competencys Weight | The weigh representation of employee goal category | NO | ||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(11) |
Scale ID | The unique ID of a related Scale | NO |
Name: | Epm Workflow Competency |
Description: | Stores data related to competencies added to performance workflows. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_competency_id | INT(10) |
NO | ||||||||
epm_workflow_competency_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_competency_date_created | DATETIME |
NO | ||||||||
epm_workflow_category_id
Relationships for epm_workflow_category_id
|
INT(10) |
NO | ||||||||
epm_workflow_competency_weight | DECIMAL |
NO | ||||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(10) |
NO | ||||||||
epm_workflow_competency_order | INT(11) |
NO |
Name: | Epm Workflow Goal |
Description: | Stores data related to goals added to performance workflows. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_goal_id | INT(10) |
NO | ||||||||
epm_workflow_goal_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_goal_date_created | DATETIME |
NO | ||||||||
epm_workflow_category_id
Relationships for epm_workflow_category_id
|
INT(10) |
NO | ||||||||
epm_workflow_goal_score_type | VARCHAR(255) |
NO | ||||||||
epm_workflow_goal_weight | DECIMAL |
NO | ||||||||
epm_goal_id
Relationships for epm_goal_id
|
INT(10) |
NO | ||||||||
epm_workflow_goal_order | INT(11) |
NO |
Name: | Epm Workflow Phase |
Description: | Stores data related to the phases added to performance workflows. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_phase_id
Relationships for epm_workflow_phase_id
|
INT(11) |
NO | |||||||||||
epm_workflow_phase_last_modified | TIMESTAMP |
NO | |||||||||||
epm_workflow_phase_date_created | DATETIME |
NO | |||||||||||
epm_workflow_id
Relationships for epm_workflow_id
|
INT(11) |
NO | |||||||||||
epm_workflow_phase_name | VARCHAR(255) |
YES | |||||||||||
epm_workflow_phase_logical_value | ENUM |
NO | |||||||||||
epm_workflow_phase_weight | DECIMAL |
NO | |||||||||||
epm_workflow_phase_order | INT(11) |
NO | |||||||||||
epm_workflow_phase_require_signature | ENUM |
NO | |||||||||||
epm_workflow_phase_scheduled | TINYINT(1) |
NO | |||||||||||
epm_workflow_phase_calendar_month | INT(11) |
NO | |||||||||||
epm_workflow_phase_calendar_day | INT(11) |
NO | |||||||||||
epm_workflow_phase_days_after_anniversary | INT(11) |
NO | |||||||||||
epm_workflow_phase_advance_employee_notification | TINYINT(1) |
NO | |||||||||||
epm_workflow_phase_advance_manager_notification | TINYINT(1) |
NO | |||||||||||
epm_workflow_phase_notify_employee | TINYINT(1) |
NO | |||||||||||
epm_workflow_phase_notify_manager | TINYINT(1) |
NO | |||||||||||
epm_workflow_phase_advance_employee_override_text | VARCHAR(255) |
NO | |||||||||||
epm_workflow_phase_advance_manager_override_text | VARCHAR(255) |
NO | |||||||||||
epm_workflow_phase_notify_employee_override_text | VARCHAR(255) |
NO | |||||||||||
epm_workflow_phase_notify_manager_override_text | VARCHAR(255) |
NO | |||||||||||
epm_workflow_phase_advance_notification_days_before | INT(11) |
NO | |||||||||||
epm_workflow_phase_appraising_type | ENUM |
NO | |||||||||||
epm_workflow_phase_employee_advance_letter_id | INT(11) |
NO | |||||||||||
epm_workflow_phase_manager_advance_letter_id | INT(11) |
NO | |||||||||||
epm_workflow_phase_employee_letter_id | INT(11) |
NO | |||||||||||
epm_workflow_phase_manager_letter_id | INT(11) |
NO |
Name: | Epm Workflow Phase Permission |
Description: | Stores data related to the permissions set up in the performance workflow that will translate to configure the appraisal process. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_phase_permission_id | INT(11) |
NO | ||||||||
epm_workflow_phase_permission_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_phase_permission_date_created | DATETIME |
NO | ||||||||
epm_workflow_phase_id
Relationships for epm_workflow_phase_id
|
INT(11) |
NO | ||||||||
epm_workflow_phase_permission_key | VARCHAR(255) |
NO | ||||||||
epm_workflow_phase_permission_enabled | TINYINT(1) |
NO |
Name: | Epm Workflow Skill |
Description: | Stores data related to skills added to performance workflows. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_skill_id | INT(10) |
NO | ||||||||
epm_workflow_skill_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_skill_date_created | DATETIME |
NO | ||||||||
epm_workflow_category_id
Relationships for epm_workflow_category_id
|
INT(10) |
NO | ||||||||
epm_workflow_skill_weight | DECIMAL |
NO | ||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
NO | ||||||||
epm_workflow_skill_order | INT(11) |
NO |
Name: | Epm Workflow Type |
Description: | Stores data related to the type of workflow used. This is a customizable list in the drop-down management interface. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_workflow_type_id
Relationships for epm_workflow_type_id
|
INT(11) |
NO | ||||||||
epm_workflow_type_last_modified | TIMESTAMP |
NO | ||||||||
epm_workflow_type_date_created | DATETIME |
NO | ||||||||
epm_workflow_type_name | VARCHAR(255) |
YES | ||||||||
epm_workflow_type_description | VARCHAR(255) |
NO | ||||||||
epm_workflow_type_deactivated | TINYINT(1) |
NO | ||||||||
epm_workflow_type_order | SMALLINT(5) |
NO |
Name: | epm_employee_recognition_competency |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_competency_id | INT(11) |
NO | ||||||||
epm_employee_recognition_competency_last_modified | TIMESTAMP |
NO | ||||||||
epm_employee_recognition_competency_date_created | DATETIME |
NO | ||||||||
epm_employee_recognition_id
Relationships for epm_employee_recognition_id
|
INT(11) |
NO | ||||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
NO |
Name: | epm_employee_recognition_skill |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
epm_employee_recognition_skill_id | INT(11) |
NO | ||||||||
epm_employee_recognition_skill_last_modified | TIMESTAMP |
NO | ||||||||
epm_employee_recognition_skill_date_created | DATETIME |
NO | ||||||||
epm_employee_recognition_id
Relationships for epm_employee_recognition_id
|
INT(11) |
NO | ||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
NO |
Name: | Event Dispatcher Log |
Description: | Table to store iPaas trigger events that are used for dispatching. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_event_dispatcher_log_id | INT(11) |
Event Dispatcher Log ID | The unique ID of the Event Dispatcher Log | NO | ||||||
hua_event_dispatcher_log_date_modified | TIMESTAMP |
Event Dispatcher Log Date Modified | The date and time when the Event Dispatcher Log was updated | NO | ||||||
hua_event_dispatcher_log_date_created | TIMESTAMP |
Event Dispatcher Log Date Created | The date and time when the Event Dispatcher Log was created | NO | ||||||
hua_event_dispatcher_log_type | VARCHAR(255) |
Event Dispatcher Log Type | The typess trigger event for iPaas. | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | ||||||
hua_event_dispatcher_log_effective_datetime | DATETIME |
Event Dispatcher Log Effective Datetime | The effective date and time stored in UTC for the event. | NO | ||||||
hua_event_dispatcher_log_fired | TINYINT(1) |
Event Dispatcher Log Fired | The status flag of the event. | NO | ||||||
hua_event_dispatcher_log_variables | VARCHAR(255) |
Event Dispatcher Log Variables | The event variables that are associated and required. | NO |
Name: | Experience Level |
Description: | Stores all the data related to the experience level for a job seeker. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_experience_level_id
Relationships for ats_experience_level_id
|
INT(10) |
Experience Level ID | Unique system value for identifying an experience level for a job seeker. | NO | |||||||||
ats_experience_level_last_modified | TIMESTAMP |
Experience Level Last Modified | Date when the experience level was last revised by an authorized user. | NO | |||||||||
ats_experience_level_date_created | DATETIME |
Experience Level Creation Date | Date when the experience level was created by an authorized user. | NO | |||||||||
ats_experience_level_value | VARCHAR(255) |
Experience Level Value | Translation of the unique system value into a word or phrase for identifying the experience level. | YES | |||||||||
ats_experience_level_order | INT(10) |
Experience Level Sequence | Numeric value indicating the order in which the experience level will display in a list or table. | NO | |||||||||
ats_experience_level_deactivated | TINYINT(1) |
Experience Level Deactivated | Indication on whether or not the experience level is active in the system or deactivated from use. | NO | |||||||||
ats_experience_level_system_flag | TINYINT(1) |
Experience Level System Flag | Indication on whether or not the experience level value was system generated. | NO |
Name: | External Portal Theme |
Description: | Stores all the data related to the external portal themes used for a site. Information includes the colors used in the theme and if a theme is "safe" for use on different sites (e.g., HUA, MUA, PE, DEMO). |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_external_theme_id
Relationships for ats_external_theme_id
|
INT(10) |
External Portal Theme ID | Unique system value for identifying an external portal theme. | NO | ||||||
ats_external_theme_name | CHAR(255) |
External Portal Theme Name | Translation of the unique system value into a word or phrase for identifying the external portal theme. | YES | ||||||
ats_external_theme_colors | CHAR(255) |
External Portal Theme Colors | Listing of those colors (e.g., white, green, blue) used by the external portal theme. | NO | ||||||
ats_external_theme_is_iframe_color_safe | TINYINT(1) |
External Portal Theme - Color Safe | Indication that the external portal theme has been determined "safe" for use in an iFrame. | NO | ||||||
ats_external_theme_date_created | DATETIME |
External Portal Theme Creation Date | Date when the external portal theme was created. | NO | ||||||
ats_external_theme_last_modified | TIMESTAMP |
External Portal Theme Last Modified | Date when the external portal theme was last revised by an authorized user. | NO | ||||||
ats_external_theme_directory | VARCHAR(255) |
External Portal Theme Directory | Directory listing those external portal themes that are available for use in the system. | NO | ||||||
ats_external_theme_active | TINYINT(1) |
External Portal Theme Active | Indication on whether or not the external portal theme is active in the system or deactivated from use. | NO | ||||||
ats_external_theme_hua_safe | TINYINT(1) |
External Portal Theme - HUA Safe | Indication that the external portal theme has been determined as "safe" for use on a HUA site. | NO | ||||||
ats_external_theme_pe_safe | TINYINT(1) |
External Portal Theme - PE Safe | Indication that the external portal theme has been determined as "safe" for use on a Professional Edition site. | NO | ||||||
ats_external_theme_mua_safe | TINYINT(1) |
External Portal Theme - MUA Safe | Indication that the external portal theme has been determined as "safe" for use on a MUA site. | NO | ||||||
ats_external_theme_demo_safe | TINYINT(1) |
External Portal Theme - DEMO Safe | Indication that the external portal theme has been determined as "safe" for use on a site demonstrating the product for clients or for training. | NO |
Name: | Field Merge Code |
Description: | Stores all the data related to a merge code created for a field used in dynamic forms. Information includes the merge code and its description. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_field_merge_code_id | INT(11) |
Field Merge Code ID | Unique system value for identifying a merge code for a field used in dynamic forms. | NO | ||||||
hua_field_merge_code_date_created | DATETIME |
Field Merge Code Creation Date | Date and time when the merge code was created for a field by an authorized user. | NO | ||||||
hua_field_merge_code_last_modified | TIMESTAMP |
Field Merge Code Last Modified | Date and time when the merge code for the field was last revised by an authorized user. | NO | ||||||
hua_field_id
Relationships for hua_field_id
|
INT(10) |
Field ID | System generated foreign key providing a connection between a merge code created for a field and a specific field on dynamic forms. | NO | ||||||
hua_field_merge_code | VARCHAR(255) |
Field Merge Code | Indication of the format or content (e.g., [merge_code_text]) for the merge code used for the field in the dynamic form. | NO | ||||||
hua_field_merge_code_description | VARCHAR(255) |
Field Merge Code Description | Phrases compiled to describe the purpose or reason for a merge code used for a field in a dynamic form. | NO |
Name: | Flight Risk (Risk of Loss) |
Description: | Stores all the data related to Flight Risk options. Information includes the name of the flight risk and if the option is protected (read-only). |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_flight_risk_id
Relationships for cdsp_flight_risk_id
|
INT(11) |
Flight Risk ID | Unique system value for identifying the chances (e.g., low, medium, high) of losing an employee by his or her voluntary dismissal (a.k.a. Risk of Loss). | NO | ||||||
cdsp_flight_risk_date_created | DATETIME |
Flight Risk Creation Date | Date and time when an option for Flight Risk was created by an authorized user. | NO | ||||||
cdsp_flight_risk_last_modified | TIMESTAMP |
Flight Risk Last Modified | Date when the option for Flight Risk was last revised by an authorized user. | NO | ||||||
cdsp_flight_risk_name | VARCHAR(255) |
Flight Risk Name | Translation of the unique system value into a word or phrase for identifying the option for Flight Risk. | YES | ||||||
cdsp_flight_risk_protected | TINYINT(1) |
Flight Risk Protected | Indication on whether or not the option for Flight Risk is read-only (locked) and cannot be deleted from the system. | NO | ||||||
cdsp_flight_risk_order | INT(11) |
Flight Risk Sequence | Numeric value indicating the order in which the option for Flight Risk displays in a list or table. | NO | ||||||
cdsp_flight_risk_deactivated | TINYINT(1) |
Flight Risk Deactivated | Indication on whether or not the option for Flight Risk is active in the system or deactivated from use. | NO |
Name: | Genai Token Usage |
Description: | Stores the usage of the Genai tokens per day for the given client. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_genai_token_usage_id | INT(11) |
Genai Token Usage ID | The unique ID of the Genai Token Usage | NO |
hua_genai_token_usage_last_modified | TIMESTAMP |
Genai Token Usage Last Modified | The date and time when the Genai Token Usage was last modified | NO |
hua_genai_token_usage_date_created | TIMESTAMP |
Genai Token Usage Date Created | The date and time when the Genai Token Usage was created | NO |
hua_genai_token_usage_date | DATE |
Genai Token Usage Date | The date when the Genai Token was used | NO |
hua_genai_token_usage_sent | INT(10) |
Genai Token Usage Sent | Total number of Genai tokens sent in the request | NO |
hua_genai_token_usage_received | INT(10) |
Genai Token Usage Received | Total number of Genai tokens received in the response | NO |
Name: | Help Link |
Description: | This table stores link from help link tokens to the corresponding help link on Deltek's help page. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_help_link_id | INT(11) |
Help Link ID | The unique ID of the Help Link | NO |
hua_help_link_date_created | TIMESTAMP |
Help Link Date Created | The date and time when the Help Link was created | NO |
hua_help_link_last_modified | TIMESTAMP |
Help Link Last Modified | The date and time when the Help Link was last modified | NO |
hua_help_link_token | VARCHAR(255) |
Help Link Token | This corresponds to the old hua token for help content. | NO |
hua_help_link_url | TEXT |
Help Link Url | This column stores the corresponding URL to Deltek's help page. | NO |
hua_help_link_product | VARCHAR(255) |
Help Link Product | This column stores the product type of the help content. | NO |
Name: | Hiring Order |
Description: | Stores all the data related to the hiring order issued for a requisition. Information includes the job title used for the hiring order and any requirements of the vendor to complete prior to sending a job seeker to the company. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_hiring_order_id
Relationships for ats_hiring_order_id
|
INT(10) |
Hiring Order ID | Unique system value for identifying a hiring order. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a hiring order with a specific requisition. | NO | |||||||||||||||
ats_hiring_order_start_date | DATE |
Hiring Order Start Date | Date when the hiring order is open to receive job seekers from a vendor. | NO | |||||||||||||||
ats_hiring_order_end_date | DATE |
Hiring Order End Date | Date when the hiring order is no longer open to receive job seekers from a vendor. | NO | |||||||||||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
Job Type ID | System generated foreign key providing a connection between a hiring order and a specific job type (e.g., full-time, part-time, contract). | NO | |||||||||||||||
ats_hiring_order_title | VARCHAR(255) |
Hiring Order Job Title | Translation of the unique system value into a word or phrase for identifying the hiring order by a job title. | YES | |||||||||||||||
ats_hiring_order_reason | VARCHAR(255) |
Hiring Order Reason | Reason given by the user for creating the hiring order. | NO | |||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | System generated foreign key providing a connection between a hiring order and a specific location. | NO | |||||||||||||||
ats_hiring_order_requested_by | VARCHAR(255) |
Hiring Order Requested By | Identity of the user who created the hiring order. | NO | |||||||||||||||
ats_vendor_chargecode_id
Relationships for ats_vendor_chargecode_id
|
INT(10) |
Vendor Charge Code ID | System generated foreign key providing a connection between a hiring order and a specific vendor charge code for billing purposes. | NO | |||||||||||||||
ats_hiring_order_description | TEXT |
Hiring Order Description | Content text describing the purpose or responsibilities of the job for which the hiring order is created. | YES | |||||||||||||||
ats_hiring_order_requirements | TEXT |
Hiring Order Requirements | Content describing the skills and/or competencies necessary in a job seeker for consideration as a candidate. | YES | |||||||||||||||
ats_hiring_order_estimated_duration | INT(10) |
Hiring Order Estimated Duration | Estimated number of days for which the new hire is needed at the company. | NO | |||||||||||||||
ats_hiring_order_estimated_workhours | INT(10) |
Hiring Order Estimated Work Hours | Estimated number of work hours for which the new hire is needed at the company. | NO | |||||||||||||||
ats_hiring_order_estimated_overtime_hours | INT(10) |
Hiring Order Estimated Overtime | Estimated number of hours of overtime that may be required of the new hire at the company. | NO | |||||||||||||||
ats_hiring_order_desired_bill_rate_from | FLOAT |
Hiring Order Bill Rate Range From | Numeric value given to indicate the currency range starting point (i.e., lower limit) of the bill rate for the hiring order. | NO | |||||||||||||||
ats_hiring_order_desired_bill_rate_to | FLOAT |
Hiring Order Bill Rate Range To | Numeric value given to indicate the currency range ending point (i.e., upper limit) of the bill rate for the hiring order. | NO | |||||||||||||||
ats_hiring_order_desired_bill_rate_prorata | ENUM |
Hiring Order Bill Rate Pro-Rata | Requested bill rate (e.g., hourly, monthly, yearly) for the hiring order. | NO | |||||||||||||||
ats_hiring_order_background_checks | TINYINT(1) |
Hiring Order Background Check Required | Indication on whether or not a background check is required for a potential hiring order job seeker. | NO | |||||||||||||||
ats_hiring_order_reference_checks | TINYINT(1) |
Hiring Order Reference Check Required | Indication on whether or not a reference check is required for a potential hiring order job seeker. | NO | |||||||||||||||
ats_hiring_order_testing | TINYINT(1) |
Hiring Order Testing Required | Indication on whether or not testing (e.g., screening questionnaire) is required for a potential hiring order job seeker. | NO | |||||||||||||||
ats_hiring_order_assessment | TINYINT(1) |
Hiring Order Assessment Required | Indication on whether or not an assessment is required for a potential hiring order job seeker. | NO | |||||||||||||||
ats_hiring_order_quantity | INT(10) |
Hiring Order Hires Needed | Numeric value for indicating the number of new hires requested for the hiring order. | NO | |||||||||||||||
ats_hiring_order_salary_range_from | DECIMAL |
Hiring Order Salary Range From | Numeric value given to indicate the currency range starting point (i.e., lower limit) of the job seeker salary. | NO | |||||||||||||||
ats_hiring_order_salary_range_to | DECIMAL |
Hiring Order Salary Range To | Numeric value given to indicate the currency range ending point (i.e., upper limit) of the job seeker salary. | NO | |||||||||||||||
ats_hiring_order_salary_prorata | ENUM |
Hiring Order Salary Pro-Rata | Requested salary pay distribution (e.g., hourly, monthly, yearly) for a new hire obtained through the hiring order. | NO | |||||||||||||||
ats_hiring_order_date_created | DATETIME |
Hiring Order Creation Date | Date when the hiring order was created by an authorized user based on a requisition. | NO | |||||||||||||||
ats_hiring_order_last_modified | TIMESTAMP |
Hiring Order Last Modified | Date when the hiring order was last revised by an authorized user based on an open requisition. | NO |
Name: | Hiring Order Skill |
Description: | Stores all the data relating to skills added to a hiring order created by a user in the system. Information includes the hiring order to which the skill was added. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_hiring_order_skill_id | INT(10) |
Hiring Order Skill ID | Unique system value for identifying a skill on a hiring order. | NO | ||||||
ats_hiring_order_id
Relationships for ats_hiring_order_id
|
INT(10) |
Hiring Order ID | System generated foreign key providing a connection between a hiring order skill and a specific hiring order. | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | System generated foreign key providing a connection between a hiring order skill and a specific skill. | NO | ||||||
ats_hiring_order_skill_date_created | DATETIME |
Hiring Order Skill Creation Date | Date when the skill was added to a hiring order. | NO | ||||||
ats_hiring_order_skill_last_modified | TIMESTAMP |
Hiring Order Skill Last Modified | Date when the skill for a hiring order was last updated. | NO |
Name: | Hiring Order Vendor |
Description: | Stores all data relating to a hiring order and an assigned vendor on the hiring order. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_hiring_order_vendor_id | INT(10) |
Hiring Order Vendor ID | Unique system value for identifying a hiring order vendor. | NO | ||||||
ats_hiring_order_id
Relationships for ats_hiring_order_id
|
INT(10) |
Hiring Order ID | System generated foreign key providing a connection between a hiring order vendor and a specific hiring order. | NO | ||||||
ats_vendor_id
Relationships for ats_vendor_id
|
INT(10) |
Vendor ID | System generated foreign key providing a connection between a hiring order vendor and a specific vendor. | NO | ||||||
ats_hiring_order_vendor_date_created | DATETIME |
Hiring Order Vendor Creation Date | Date when the vendor details were added to a hiring order. | NO | ||||||
ats_hiring_order_vendor_last_modified | TIMESTAMP |
Hiring Order Vendor Last Modified | Date when the vendor details were last changed on a hiring order. | NO |
Name: | Hourly Shift Type |
Description: | For User of Hourly Feature Only: contains information on the shift type as it relates to Hourly system. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_hourly_shift_type_id
Relationships for ats_requisition_hourly_shift_type_id
|
INT(10) |
NO | ||||||||||||||
ats_requisition_hourly_shift_type_date_created | DATETIME |
NO | ||||||||||||||
ats_requisition_hourly_shift_type_last_modified | TIMESTAMP |
NO | ||||||||||||||
ats_requisition_hourly_shift_type_value | VARCHAR(255) |
YES | ||||||||||||||
ats_requisition_hourly_shift_type_order | INT(10) |
NO | ||||||||||||||
ats_requisition_hourly_shift_type_deactivated | TINYINT(1) |
NO | ||||||||||||||
ats_requisition_hourly_shift_type_system_flag | TINYINT(1) |
NO | ||||||||||||||
hua_location_group_id
Relationships for hua_location_group_id
|
INT(10) |
NO |
Name: | Hourly Shift Type Location |
Description: | Associates Hourly shift types to locations so that different shift types can be available for different locations. This is used when determining what shift types to present to the user as options to select. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_hourly_shift_type_location_id | INT(10) |
NO | |||||||||||
ats_requisition_hourly_shift_type_location_date_created | DATETIME |
NO | |||||||||||
ats_requisition_hourly_shift_type_location_last_modified | TIMESTAMP |
NO | |||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
NO | |||||||||||
ats_requisition_hourly_shift_type_id
Relationships for ats_requisition_hourly_shift_type_id
|
INT(10) |
NO |
Name: | HUA Association Relation |
Description: | Stores all the data that relates one association type to another, which allows available selections for one type to be limited by previous selections in the same form. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_association_relation_id | INT(11) |
Association Relation ID | Unique system value for identifying a relation between associations. | NO | ||||||
hua_association_relation_last_modified | TIMESTAMP |
Association Relation Last Modified | Date when the relation between associations was last revised by an authorized user. | NO | ||||||
hua_association_relation_date_created | DATETIME |
Association Relation Date Created | Date when the relation between associations was created by the system. | NO | ||||||
hua_association_type_id
Relationships for hua_association_type_id
|
INT(11) |
Association Type ID | System generated foreign key providing a connection between a relation and a specific association type. | NO | ||||||
hua_association_relation_related_type_id | INT(11) |
Association Relation Related Type ID | System generated foreign key providing a connection between a relation and a specific association type that will be limited based on the related association type. | NO | ||||||
hua_association_relation_mode | ENUM |
Association Relation Mode | Defines whether the limit will be based on a specific database column or a named scope. | NO | ||||||
hua_association_relation_name | VARCHAR(255) |
Association Relation Name | Translation of the unique system value into a word or phrase for identifying the relation. | NO |
Name: | HUA Association System |
Description: | Stores all the data that define each system that is using the association system to relate data. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_association_system_id
Relationships for hua_association_system_id
|
INT(11) |
Association System ID | Unique system value for identifying an association system. | NO | ||||||
hua_association_system_last_modified | TIMESTAMP |
Association System Last Modified | Date when the association system was last revised by an authorized user. | NO | ||||||
hua_association_system_date_created | DATETIME |
Association System Date Created | Date when the association system was created by an authorized user. | NO | ||||||
hua_association_system_code | VARCHAR(255) |
Association System Code | The internally recognized classification that uniquely identifies each association system. | NO | ||||||
hua_association_system_name | VARCHAR(255) |
Association System Name | Translation of the unique system value into a word or phrase for identifying the association system. | NO | ||||||
hua_association_system_class | VARCHAR(255) |
Association System Class | Defines which class should be used to build and operate the associations for the association system. | NO |
Name: | HUA Association Type |
Description: | Stores all the data that define each association type that can be used by association systems such as Locations or Job Profiles. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_association_type_id
Relationships for hua_association_type_id
|
INT(11) |
Association Type ID | Unique system value for identifying an association type. | NO | |||||||||
hua_association_type_last_modified | TIMESTAMP |
Association Type Last Modified | Date when the association type was last revised by an authorized user. | NO | |||||||||
hua_association_type_date_created | DATETIME |
Association Type Date Created | Date when the association type was created by an authorized user. | NO | |||||||||
hua_association_type_name | VARCHAR(255) |
Association Type Name | Translation of the unique system value into a word or phrase for identifying the association type. | NO | |||||||||
hua_association_type_class | VARCHAR(255) |
Association Type Class | Name of the class that defines how this association type works. | NO | |||||||||
hua_association_system_id
Relationships for hua_association_system_id
|
INT(11) |
Association System ID | System generated foreign key providing a connection between the association type and a specific association system. | NO | |||||||||
hua_association_type_allow_multiple_associations | TINYINT(1) |
Association Type Allow Multiple Associations | Defines whether this association type should allow multiple selections. | NO | |||||||||
hua_association_type_order | INT(11) |
Association Type Sequence | Numeric value indicating the order in which the association types display in a list or table. | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | System generated foreign key providing a connection between an association type and a specific feature. | NO |
Name: | HUA Background Check Report |
Description: | Stores the Background Check Result Report found as a link under Background Check Report URL |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_background_check_report_id | INT(11) |
Background Check Report ID | Unique system value for identifying a background check report. | NO | ||||||
hua_background_check_report_last_modified | TIMESTAMP |
Background Check Report Last Modified | Date and time when a background check report was last revised by an authorized user. | NO | ||||||
hua_background_check_report_date_created | DATETIME |
Background Check Report Creation Date | Date and time when a background check report was created by an authorized user. | NO | ||||||
hua_background_check_process_status_id
Relationships for hua_background_check_process_status_id
|
INT(11) |
Background Check Process Status ID | System generated foreign key providing a connection between a background check report and a specific status (e.g., pending, completed) of a background check report. | NO | ||||||
hua_background_check_id
Relationships for hua_background_check_id
|
INT(11) |
Background Check ID | System generated foreign key providing a connection between a background check report and a specific background check request. | NO | ||||||
hua_background_check_report_name | VARCHAR(255) |
Background Check Report Name | Translation of the unique system value into a word or phrase for identifying a background check report. | NO | ||||||
hua_background_check_report_score | VARCHAR(255) |
Background Check Report Score | Numeric value given to indicate the quality of a background check report for a job seeker. | NO | ||||||
hua_soa_integration_link_id
Relationships for hua_soa_integration_link_id
|
INT(11) |
SOA Integration Link ID | Foreign key connecting to SOA integration Link | NO |
Name: | HUA Background Check Vendor |
Description: | Stores Vendors associated with a Background Check |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_background_check_vendor_id
Relationships for hua_background_check_vendor_id
|
INT(11) |
Background Check Vendor ID | Unique system value for identifying a background check vendor. | NO | ||||||
hua_background_check_vendor_last_modified | TIMESTAMP |
Background Check Vendor Last Modified | Date and time when a details for a background check vendor was last revised by an authorized user. | NO | ||||||
hua_background_check_vendor_date_created | DATETIME |
Background Check Vendor Date Created | Date and time when a vendor used for background check requests was created by an authorized user. | NO | ||||||
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
Soa Integration ID | The unique ID of a related Soa Integration | NO | ||||||
hua_background_check_vendor_display_score | TINYINT(1) |
Background Check Vendor Display Score | Whether the Score is hidden or not | NO | ||||||
hua_background_check_vendor_cancel_request | TINYINT(1) |
Background Check Vendor Cancel Request | Whether the Background Check has a Cancel Request or not | NO |
Name: | HUA Cart |
Description: | Cart is generic enough system that can be used to store any item intelligently |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_cart_id
Relationships for hua_cart_id
|
INT(11) |
Cart ID | The unique ID of the Cart | NO | |||||||||
hua_cart_last_modified | TIMESTAMP |
Cart Last Modified | The date and time when the Cart was last modified | NO | |||||||||
hua_cart_date_created | DATETIME |
Cart Date Created | The date and time when the Cart was created | NO | |||||||||
hua_cart_module_name | CHAR(255) |
Cart Module Name | Module's Name related to the Cart | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User, Onwer of the Cart | NO |
Name: | HUA Cart Items |
Description: | Stores Items that belongs to different Carts |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_cart_item_id | INT(11) |
Cart Item ID | The unique ID of the Cart Item | NO | ||||||
hua_cart_item_last_modified | TIMESTAMP |
Cart Item Last Modified | The date and time when the Cart Item was last modified | NO | ||||||
hua_cart_item_date_created | DATETIME |
Cart Item Date Created | The date and time when the Cart Item was created | NO | ||||||
hua_cart_id
Relationships for hua_cart_id
|
INT(11) |
Cart ID | The unique ID of a related Cart, parent of the Item | NO | ||||||
hua_cart_item_table_name | CHAR(255) |
Cart Item Table Name | Name of the Cart Item Table where the Cart Item is stored, used alternatively when the Value is not stored in this table | NO | ||||||
hua_cart_item_table_key | CHAR(255) |
Cart Item Table Key | Item's Column where the Key is stored in the Item's Cart Table | NO | ||||||
hua_cart_item_table_key_value | CHAR(255) |
Cart Item Table Value | Item's Column where the Value is stored in the Item's Cart Table | NO | ||||||
hua_cart_item_type | CHAR(255) |
Cart Item Type | Item's Data type, used alternatively when no Table is used to store the Item's Value | NO | ||||||
hua_cart_item_type_value | CHAR(255) |
Cart Item Type Value | Item's Value | NO | ||||||
hua_cart_item_type_extra | CHAR(255) |
Cart Item Secondary Type | An extra Value type when the Data Type requires | NO | ||||||
hua_cart_item_type_extra_value | CHAR(255) |
Cart Item Secondary Value | An extra Value when the Data Type requires | NO | ||||||
hua_cart_item_manager_endorsed | TINYINT(1) |
Cart Item Manager Endorsed | Cart Item Manager Endorsed | NO |
Name: | HUA Diversity Category |
Description: | Stores the various diversity categories available for all countries. (Example: United States Gender) |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_diversity_category_id
Relationships for hua_diversity_category_id
|
INT(11) |
Diversity Category ID | The unique ID of the Diversity Category | NO | |||||||||
hua_diversity_category_last_modified | TIMESTAMP |
Diversity Category Last Modified | The date and time when the Diversity Category was last modified | NO | |||||||||
hua_diversity_category_date_created | DATETIME |
Diversity Category Date Created | The date and time when the Diversity Category was created | NO | |||||||||
hua_diversity_category_logical_name | VARCHAR(255) |
Diversity Category Logical Name | Logical Name of the Diversity Category - Used for System Reference | NO | |||||||||
hua_diversity_category_name | VARCHAR(255) |
Diversity Category Name | Name of the Diversity Category | YES | |||||||||
hua_country_id
Relationships for hua_country_id
|
INT(10) |
Country ID | The unique ID of a related Country | NO | |||||||||
hua_diversity_category_enabled | TINYINT(1) |
Diversity Category Enabled | Whether or not the category is enabled. If disabled, a category and its options will not appear during diversity selection. | NO | |||||||||
hua_diversity_category_has_visual | TINYINT(1) |
Diversity Category Has Visual | Indicates whether the category presents the ability to allow visual option entry as well as self submitted option entry. A recruiter would typically fill in visual diversity data for the candidate. | NO | |||||||||
hua_diversity_category_collect_on_apply | ENUM |
Collect Diversity During Apply | Collect when a job seeker applies to a requisition and/or when passively accessing the Diversity information page | NO | |||||||||
hua_diversity_category_collect_on_onboard | ENUM |
Collect Diversity During Onboarding | Collect when a new hire is being onboarded | NO | |||||||||
hua_diversity_category_field_type | ENUM |
Diversity Selection Type | Indicates if it is a single or multiple select option | NO | |||||||||
hua_diversity_category_allows_additional_info | TINYINT(1) |
Diversity Allow Additional Info | Indicates if additional information is collected | NO | |||||||||
hua_diversity_category_collect_on_create_edit | ENUM |
Diversity Collect On Create/Edit | Collect when creating or editing a User record | NO | |||||||||
hua_diversity_category_value_source | ENUM |
NO | |||||||||||
hua_diversity_category_expired | TINYINT(1) |
NO |
Name: | HUA Diversity Category Value |
Description: | Stores the various diversity category options/values available for all categories. (Example: United States Gender - Male) |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_diversity_category_value_id
Relationships for hua_diversity_category_value_id
|
INT(11) |
Diversity Category Value ID | The unique ID of the Diversity Category Value | NO | ||||||
hua_diversity_category_value_last_modified | TIMESTAMP |
Diversity Category Value Last Modified | The date and time when the Diversity Category Value was last modified | NO | ||||||
hua_diversity_category_value_date_created | DATETIME |
Diversity Category Value Date Created | The date and time when the Diversity Category Value was created | NO | ||||||
hua_diversity_category_id
Relationships for hua_diversity_category_id
|
INT(11) |
Diversity Category ID | The unique ID of a related Diversity Category | NO | ||||||
hua_diversity_category_value | VARCHAR(255) |
Diversity Category Value | A token representing the actual value selected. (Example: uk_sexuality_heterosexual) | YES | ||||||
hua_diversity_category_value_enabled | TINYINT(1) |
Diversity Category Value Enabled | Whether or not the category option is enabled. If disabled, the option will not appear during diversity selection for its category. | NO | ||||||
hua_diversity_category_value_order | INT(11) |
Diversity Category Value Order | Numeric order value used for presenting the Diversity Category Value | NO | ||||||
hua_diversity_category_value_is_hispanic_race | TINYINT(1) |
Diversity Category Value Is Hispanic Race | System column used in dynamic reporting for grouping Hispanic races separately from non Hispanic races. | NO | ||||||
hua_diversity_category_value_code | VARCHAR(255) |
Diversity Category Value Code | The unique code for the category value | NO | ||||||
hua_diversity_category_value_apply_only | TINYINT(1) |
NO | ||||||||
hua_diversity_category_value_secondary | VARCHAR(255) |
YES | ||||||||
hua_diversity_category_value_system_flag | TINYINT(1) |
NO |
Name: | HUA Equipment |
Description: | Stores a list of all Equipment available for company use such as projectors, laptops, etc., where they are located and who the main contact is for the equipment. Located under Administration/System Administration/Equipment Management. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_equipment_id
Relationships for hua_equipment_id
|
INT(11) |
Equipment ID | The unique ID of the Equipment | NO | |||||||||
hua_equipment_last_modified | TIMESTAMP |
Equipment Last Modified | The date and time when the Equipment was last modified | NO | |||||||||
hua_equipment_date_created | DATETIME |
Equipment Date Created | The date and time when the Equipment was created | NO | |||||||||
hua_equipment_type_id
Relationships for hua_equipment_type_id
|
INT(11) |
Equipment Type ID | The unique ID of a related Equipment Type | NO | |||||||||
hua_equipment_name | CHAR(255) |
Equipment Name | Name of the Equipment | YES | |||||||||
hua_equipment_serial_number | CHAR(255) |
Equipment Serial Number | Serial Number of the Equipment | NO | |||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File containing information about the Equipment | NO | |||||||||
hua_room_id
Relationships for hua_room_id
|
INT(11) |
Room ID | The unique ID of a related Room where the Equipment is | NO | |||||||||
hua_building_id
Relationships for hua_building_id
|
INT(11) |
Building ID | The unique ID of a related Building where the Equipment is | NO | |||||||||
hua_equipment_contact | INT(11) |
Equipment Contact | Person to contact to request the Equipment | NO |
Name: | HUA Equipment Reservations |
Description: | Houses all reservations of equipment with who reserved it and when. Reservations are made in the Equipment Management section of the System Admin directory in the Admin Menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_equipment_reservation_id | INT(11) |
Equipment Reservation ID | The unique ID of the Equipment Reservation | NO | ||||||
hua_equipment_reservation_last_modified | TIMESTAMP |
Equipment Reservation Last Modified | The date and time when the Equipment Reservation was last modified | NO | ||||||
hua_equipment_reservation_date_created | DATETIME |
Equipment Reservation Date Created | The date and time when the Equipment Reservation was created | NO | ||||||
hua_equipment_id
Relationships for hua_equipment_id
|
INT(11) |
Equipment ID | The unique ID of a related reserved Equipment | NO | ||||||
hua_room_id
Relationships for hua_room_id
|
INT(11) |
Room ID | The unique ID of a related Room where the Equipment is required | NO | ||||||
lms_class_time_id
Relationships for lms_class_time_id
|
INT(11) |
Class Time ID | The unique ID of a related Class Time when the Equipment is required | NO | ||||||
hua_equipment_reservation_user_id | INT(11) |
Equipment Reservation User ID | The unique ID of a related User reserving the Equipment | NO | ||||||
hua_equipment_reservation_start_time | DATETIME |
Equipment Reservation Start Time | Time when the use of the Equipment starts | NO | ||||||
hua_equipment_reservation_end_time | DATETIME |
Equipment Reservation End Time | Time when the use of the Equipment ends | NO | ||||||
hua_equipment_reservation_name | CHAR(255) |
Equipment Reservation Name | Name of the Equipment Reservation | NO | ||||||
hua_equipment_reservation_system_flag | TINYINT(1) |
Equipment Reservation System Flag | Whether this is a system generated Equipment Reservation or not | NO |
Name: | HUA Equipment Types |
Description: | Lists the different equipment types, like Visual, Audio, CDs, etc. Data is entered in the Equipment Management section of the System Admin directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_equipment_type_id
Relationships for hua_equipment_type_id
|
INT(11) |
Equipment Type ID | The unique ID of the Equipment Type | NO | ||||||
hua_equipment_type_last_modified | TIMESTAMP |
Equipment Type Last Modified | The date and time when the Equipment Type was last modified | NO | ||||||
hua_equipment_type_date_created | DATETIME |
Equipment Type Date Created | The date and time when the Equipment Type was created | NO | ||||||
hua_equipment_type_name | CHAR(255) |
Equipment Type Name | Name of the Equipment Type | YES | ||||||
hua_equipment_type_sort | SMALLINT(6) |
Equipment Type Sort | Numeric order value used for presenting the Equipment Type | NO |
Name: | HUA External Certification |
Description: | Stores all the data related to external certifications that job seekers will be able to select during the application process. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_external_certification_id
Relationships for hua_external_certification_id
|
INT(11) |
External Certification ID | The unique ID of the External Certification | NO | |||||||||
hua_external_certification_date_created | DATETIME |
External Certification Date Created | The date and time when the External Certification was created | NO | |||||||||
hua_external_certification_last_modified | TIMESTAMP |
External Certification Last Modified | The date and time when the External Certification was last modified | NO | |||||||||
hua_external_certification_name | VARCHAR(255) |
External Certification Name | Name of the External Certification | YES | |||||||||
hua_external_certification_acronym | VARCHAR(255) |
External Certification Acronym | Short name for External Certification | NO | |||||||||
hua_external_certification_description | VARCHAR(255) |
External Certification Description | A brief description of the External Certification | YES | |||||||||
hua_external_certification_order | INT(11) |
External Certification Order | Numeric order value used for presenting the External Certification | NO | |||||||||
hua_external_certification_deactivated | TINYINT(1) |
External Certification Deactivated | Whether the External Certification is inactive or not | NO |
Name: | HUA FAQ Categories |
Description: | Stores Categories used to organize FAQ Questions. Categories are entered in the FAQ Management section of the Global Directory in the Admin Menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_faq_category_id
Relationships for hua_faq_category_id
|
INT(11) |
FAQ Category ID | The unique ID of the FAQ Category | NO | ||||||
hua_faq_category_last_modified | TIMESTAMP |
FAQ Category Last Modified | The date and time when the FAQ Category was last modified | NO | ||||||
hua_faq_category_date_created | DATETIME |
FAQ Category Date Created | The date and time when the FAQ Category was created | NO | ||||||
hua_faq_category_name | CHAR(255) |
FAQ Category Name | Name of the FAQ Category | YES | ||||||
hua_module_id
Relationships for hua_module_id
|
INT(11) |
Module ID | The unique ID of a related Module | NO | ||||||
hua_faq_category_sort | INT(11) |
FAQ Category Sort | Numeric order value used for presenting the FAQ Category | NO | ||||||
hua_faq_category_hidden | TINYINT(1) |
FAQ Category Hidden | Whether the FAQ Category is hidden or not | NO | ||||||
hua_faq_category_module_group_id | INT(11) |
FAQ Category Module Group ID | The unique ID of a related Module Group | NO | ||||||
hua_faq_category_active | TINYINT(1) |
FAQ Category Active | Whether the FAQ Category is active or not | NO |
Name: | HUA FAQ Question List |
Description: | Frequent Asked Question Library. Data is entered in the FAQ Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_faq_question_id
Relationships for hua_faq_question_id
|
INT(11) |
FAQ Question ID | The unique ID of the FAQ Question | NO | ||||||
hua_faq_question_last_modified | TIMESTAMP |
FAQ Question Last Modified | The date and time when the FAQ Question was last modified | NO | ||||||
hua_faq_question_date_created | DATETIME |
FAQ Question Date Created | The date and time when the FAQ Question was created | NO | ||||||
hua_faq_category_id
Relationships for hua_faq_category_id
|
INT(11) |
FAQ Category ID | The unique ID of a related FAQ Category | NO | ||||||
hua_faq_question | CHAR(255) |
FAQ Question | Question text | NO | ||||||
hua_faq_question_owner_id | INT(11) |
FAQ Question Owner ID | The unique ID of the User Owner of the Question | NO | ||||||
hua_faq_question_answer | CHAR(255) |
FAQ Question Answer | Question Answer text | NO | ||||||
hua_faq_question_helpful | INT(11) |
FAQ Question Helpful | User can vote if the Answer was helpful or not, and this fields stores the votes count for Helpful | NO | ||||||
hua_faq_question_not_helpful | INT(11) |
FAQ Question Not Helpful | User can vote if the Answer was helpful or not, and this fields stores the votes count for Not Helpful | NO | ||||||
hua_faq_question_hidden | TINYINT(1) |
FAQ Question Hidden | Whether the FAQ Question is hidden or not | NO | ||||||
hua_faq_question_order | INT(10) |
FAQ Question Order | Numeric order value used for presenting the FAQ Question | NO | ||||||
hua_faq_question_active | INT(10) |
FAQ Question Active | Whether the FAQ Question is active or not | NO |
Name: | HUA FAQ Question Vote |
Description: | Stores User's Vote to FAQ Questions. Data is entered in the FAQ section when a question is viewed. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_faq_vote_id | INT(11) |
FAQ Vote ID | The unique ID of the FAQ Vote | NO | |||||||||
hua_faq_vote_last_modified | TIMESTAMP |
FAQ Vote Last Modified | The date and time when the FAQ Vote was last modified | NO | |||||||||
hua_faq_vote_date_created | DATETIME |
FAQ Vote Date Created | The date and time when the FAQ Vote was created | NO | |||||||||
hua_faq_question_id
Relationships for hua_faq_question_id
|
INT(11) |
FAQ Question ID | The unique ID of a related FAQ Question | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
Voter User ID | The unique ID of a related Voter User | NO | |||||||||
hua_faq_vote | CHAR(255) |
FAQ Vote | Wheter the User Voted if this was Helpful or not | NO | |||||||||
hua_faq_answer_id | INT(11) |
FAQ Answer ID | Not used | NO |
Name: | HUA Feature Definitions |
Description: | Relates Definitions with Features/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_id
Relationships for hua_feature_id
|
INT(10) |
Feature ID | The unique ID of the Feature Definition | NO | |||||||||||||||||||||||||||||||||
hua_definition_id | INT(10) |
Definition ID | The unique ID of the Feature Definition | NO | |||||||||||||||||||||||||||||||||
hua_feature_definition_date_created | DATETIME |
Feature Definition Date Created | The date and time when the Feature Definition was created | NO | |||||||||||||||||||||||||||||||||
hua_feature_definition_last_modified | TIMESTAMP |
Feature Definition Last Modified | The date and time when the Feature Definition was last modified | NO |
Name: | HUA Feature Setting |
Description: | Sets of Data related to Feature Settings/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_setting_id | INT(11) |
Feature Setting ID | The unique ID of the Feature Setting | NO | |||||||||
hua_feature_setting_date_created | DATETIME |
Feature Setting Date Created | The date and time when the Feature Setting was created | NO | |||||||||
hua_feature_setting_last_modified | TIMESTAMP |
Feature Setting Last Modified | The date and time when the Feature Setting was last modified | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of a related Feature | NO | |||||||||
hua_setting_id
Relationships for hua_setting_id
|
INT(11) |
Setting ID | The unique ID of a related Setting | NO |
Name: | HUA Feature To Group |
Description: | Relates Features with Groups/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_to_group_id | INT(11) |
Feature To Group ID | The unique ID of the Feature To Group | NO | |||||||||
hua_feature_to_group_date_created | DATETIME |
Feature To Group Date Created | The date and time when the Feature To Group was created | NO | |||||||||
hua_feature_to_group_last_modified | TIMESTAMP |
Feature To Group Last Modified | The date and time when the Feature To Group was last modified | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of a related Feature | NO | |||||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of a related Group | NO | |||||||||
hua_feature_to_group_system_flag | TINYINT(1) |
Feature To Group System Flag | Whether this is a system generated Feature To Group or not | NO |
Name: | HUA Feature To Navigation Item |
Description: | Relates Features with NavItems/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_to_navitem_id | INT(11) |
Feature To Navigation Item ID | The unique ID of the Feature To Navigation Item | NO | |||||||||
hua_feature_to_navitem_date_created | DATETIME |
Feature To Navigation Item Date Created | The date and time when the Feature To Navigation Item was created | NO | |||||||||
hua_feature_to_navitem_last_modified | TIMESTAMP |
Feature To Navigation Item Last Modified | The date and time when the Feature To Navigation Item was last modified | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of a related Feature | NO | |||||||||
hua_navitem_id
Relationships for hua_navitem_id
|
INT(11) |
Navigation Item ID | The unique ID of a related Navigation Item | NO | |||||||||
hua_feature_to_navitem_system_flag | TINYINT(1) |
Feature To Navigation Item System Flag | Whether this is a system generated Feature To Navigation Item or not | NO |
Name: | HUA Feature To Page Option |
Description: | Relates Page Option with Features/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_to_page_option_id | INT(11) |
Feature To Page Option ID | The unique ID of the Feature To Page Option | NO | |||||||||
hua_feature_to_page_option_last_modified | TIMESTAMP |
Feature To Page Option Last Modified | The date and time when the Feature To Page Option was last modified | NO | |||||||||
hua_feature_to_page_option_date_created | DATETIME |
Feature To Page Option Date Created | The date and time when the Feature To Page Option was created | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The ID of a related Feature | NO | |||||||||
hua_page_option_id
Relationships for hua_page_option_id
|
INT(11) |
Page Option ID | The ID of a related Page Option | NO | |||||||||
hua_feature_to_page_option_required | TINYINT(1) |
Feature To Page Option Required | Specified if feature to Page Option is required or not | NO |
Name: | HUA Feature To Script Page |
Description: | Relates Features with Script Pages/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_to_scriptpage_id | INT(11) |
Feature To Scriptpage ID | The unique ID of the Feature To Scriptpage | NO | |||||||||
hua_feature_to_scriptpage_date_created | DATETIME |
Feature To Scriptpage Date Created | The date and time when the Feature To Scriptpage was created | NO | |||||||||
hua_feature_to_scriptpage_last_modified | TIMESTAMP |
Feature To Scriptpage Last Modified | The date and time when the Feature To Scriptpage was last modified | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of a related Feature | NO | |||||||||
hua_scriptpage_id
Relationships for hua_scriptpage_id
|
INT(11) |
Scriptpage ID | The unique ID of a related Scriptpage | NO | |||||||||
hua_feature_to_scriptpage_system_flag | TINYINT(1) |
Feature To Scriptpage System Flag | Whether this is a system generated Feature To Scriptpage or not | NO |
Name: | HUA Features |
Description: | Contains all data related to System's Features - Internal Only |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of the Feature | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_date_created | DATETIME |
Feature Date Created | The date and time when the Feature was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_last_modified | TIMESTAMP |
Feature Last Modified | The date and time when the Feature was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_name | CHAR(255) |
Feature Name | Name of the Feature | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_desc | CHAR(255) |
Feature Description | Description of the Feature | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_parent_id
Relationships for hua_feature_parent_id
|
INT(11) |
Feature Parent ID | Relates Features to create a hierarchical Feature Struture | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_module_id | INT(11) |
Feature Module ID | Unique Module ID of the Feature | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_enabled | TINYINT(1) |
Feature Enabled | Whether the Feature is Enabled or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_global | TINYINT(1) |
Feature Global | Wheter the Feature is global or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_hidden | TINYINT(1) |
Feature Hidden | Whether the Feature is hidden or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_administration_category_id
Relationships for hua_administration_category_id
|
INT(11) |
Administration Category ID | The unique ID of a related Administration Category | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_system_flag | TINYINT(1) |
Feature System Flag | Whether this is a system generated Feature or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_feature_configurator_flag | TINYINT(1) |
NO |
Name: | HUA Field Block Field |
Description: | Stores the Fields related to the Field Blocks/ Internatl Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_field_block_field_id | INT(10) |
Field Block Field ID | The unique ID of the Field Block Field | NO | ||||||
hua_field_block_id
Relationships for hua_field_block_id
|
INT(10) |
Field Block ID | The unique ID of a related Field Block | NO | ||||||
hua_field_id
Relationships for hua_field_id
|
INT(10) |
Field ID | The unique ID of a related Field | NO | ||||||
hua_field_block_field_x_coordinate | INT(10) |
Field Block Field X Coordinate | Horizontal Coordinate of the Field in a Block | NO | ||||||
hua_field_block_field_y_coordinate | INT(10) |
Field Block Field Y Coordinate | Vertical Coordinate of the Field in a Block | NO | ||||||
hua_field_block_field_sort_order | INT(10) |
Field Block Field Sort Order | Numeric order value used for presenting the Field Block Field | NO | ||||||
hua_field_block_field_last_modified | TIMESTAMP |
NO | ||||||||
hua_field_block_field_date_created | DATETIME |
NO | ||||||||
hua_field_block_field_active | TINYINT(1) |
NO | ||||||||
hua_field_block_field_required | TINYINT(1) |
NO |
Name: | HUA Field Option |
Description: | Sets of Data Related to Field Options/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_field_option_id | INT(10) |
Field Option ID | The unique ID of the Field Option | NO | ||||||
hua_field_id
Relationships for hua_field_id
|
INT(10) |
Field ID | The unique ID of a related Field | NO | ||||||
hua_field_option_name | VARCHAR(255) |
Field Option Name | Name of the Field Option | YES | ||||||
hua_field_option_value | VARCHAR(255) |
Field Option Value | Value of the Field Option | NO | ||||||
hua_field_option_date_created | DATETIME |
Field Option Date Created | The date and time when the Field Option was created | NO | ||||||
hua_field_option_last_modified | TIMESTAMP |
Field Option Last Modified | The date and time when the Field Option was last modified | NO | ||||||
hua_field_option_system_flag | TINYINT(1) |
Field Option System Flag | Whether this is a system generated Field Option or not | NO |
Name: | HUA Integration |
Description: | Stores the integrations data/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_integration_id
Relationships for hua_integration_id
|
INT(10) |
Integration ID | The unique ID of the Integration | NO | ||||||||||||||||||||||||
hua_integration_name | VARCHAR(255) |
Integration Name | Name of the Integration | NO | ||||||||||||||||||||||||
hua_integration_use_semantic | TINYINT(1) |
Integration Use Semantic | Whether the Integration uses Semantic or not | NO | ||||||||||||||||||||||||
hua_integration_semantic | VARCHAR(255) |
Integration Semantic | NOT USED | NO | ||||||||||||||||||||||||
hua_integration_query | MEDIUMTEXT |
Integration Query | NOT USED | NO | ||||||||||||||||||||||||
hua_integration_date_created | DATETIME |
Integration Date Created | The date and time when the Integration was created | NO | ||||||||||||||||||||||||
hua_integration_last_modified | TIMESTAMP |
Integration Last Modified | The date and time when the Integration was last modified | NO | ||||||||||||||||||||||||
hua_integration_type_id
Relationships for hua_integration_type_id
|
INT(11) |
Integration Type ID | The unique ID of a related Integration Type | NO | ||||||||||||||||||||||||
hua_integration_vendor | VARCHAR(255) |
Integration Vendor | The vendor of the integration | NO | ||||||||||||||||||||||||
hua_integration_protocol_id
Relationships for hua_integration_protocol_id
|
INT(11) |
Integration Protocol ID | The unique ID of a related Integration Protocol | NO | ||||||||||||||||||||||||
hua_integration_lock | TINYINT(1) |
Integration Lock | Whether the Integration is locked or not | NO | ||||||||||||||||||||||||
hua_integration_default | TINYINT(1) |
Integration Default | Whether the integration uses Default or not | NO | ||||||||||||||||||||||||
hua_integration_system_flag | TINYINT(1) |
Integration System Flag | Whether this is a system generated Integration or not | NO |
Name: | HUA Integration Authentications Data |
Description: | Stores the integration authentications data/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_auth_id | INT(11) |
Integration Auth ID | The unique ID of the Integration Authentication | NO | ||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(11) |
Integration ID | The unique ID of a related Integration | NO | ||||||
hua_integration_auth_date_created | DATETIME |
Integration Auth Date Created | The date and time when the Integration Authentication was created | NO | ||||||
hua_integration_auth_direction | TINYINT(1) |
Integration Auth Direction | Outgoing or Incomming Authorization | NO | ||||||
hua_integration_auth_type | INT(11) |
Integration Auth Type | Type of the Integration Authentication | NO | ||||||
hua_integration_auth_username | VARCHAR(255) |
Integration Auth Username | Username used to Authenticate | NO | ||||||
hua_integration_auth_password | VARCHAR(255) |
Integration Auth Password | Password used to Authenticate | NO | ||||||
hua_integration_auth_crypt | VARCHAR(255) |
Integration Auth Crypt | Encryptation used for data transfer | NO | ||||||
hua_integration_auth_domain | VARCHAR(255) |
Integration Auth Domain | Damain name | NO | ||||||
hua_integration_auth_ip | VARCHAR(255) |
Integration Auth Ip | Authorized IP | NO | ||||||
hua_integration_auth_system_flag | TINYINT(1) |
Integration Auth System Flag | Whether this is a system generated Integration Authentication or not | NO |
Name: | HUA Integration Contact |
Description: | Stores the integrations contacts data/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_contact_id | INT(11) |
Integration Contact ID | The unique ID of the Integration Contact | NO | ||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(11) |
Integration ID | The unique ID of a related Integration | NO | ||||||
hua_integration_contact_date_created | DATETIME |
Integration Contact Date Created | The date and time when the Integration Contact was created | NO | ||||||
hua_integration_contact_fname | VARCHAR(255) |
Integration Contact Fname | First name of the contact | NO | ||||||
hua_integration_contact_lname | VARCHAR(255) |
Integration Contact Lname | Last name of the contact | NO | ||||||
hua_integration_contact_phone | VARCHAR(18) |
Integration Contact Phone | Phone Number of the contact | NO | ||||||
hua_integration_contact_email | VARCHAR(255) |
Integration Contact Email | Email address of the contact | NO | ||||||
hua_integration_contact_address | VARCHAR(255) |
Integration Contact Address | Home Address of the contact | NO | ||||||
hua_integration_contact_city | VARCHAR(50) |
Integration Contact City | City of the contact address | NO | ||||||
hua_integration_contact_state | VARCHAR(25) |
Integration Contact State | State of the contact address | NO | ||||||
hua_integration_contact_zip | VARCHAR(10) |
Integration Contact Zip | Zip Code of the contact address | NO | ||||||
hua_integration_contact_error_level | TINYINT(2) |
Integration Contact Error Level | The error level number at which the notification will be sent to the contact | NO | ||||||
hua_integration_contact_last_modified | TIMESTAMP |
Integration Contact Last Modified | The date and time when the Integration Contact was last modified | NO | ||||||
hua_integration_contact_relationship_id
Relationships for hua_integration_contact_relationship_id
|
INT(11) |
Integration Contact Relationship ID | The unique ID of a related Integration Contact Relationship | NO |
Name: | HUA Integration Contact Relationship |
Description: | Stores the integrations contacts relationships/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_contact_relationship_id
Relationships for hua_integration_contact_relationship_id
|
INT(11) |
Integration Contact Relationship ID | The unique ID of the Integration Contact Relationship | NO | ||||||
hua_integration_contact_relationship_name | VARCHAR(255) |
Integration Contact Relationship Name | Name of the Integration Contact Relationship | NO | ||||||
hua_integration_contact_relationship_date_created | DATETIME |
Integration Contact Relationship Date Created | The date and time when the Integration Contact Relationship was created | NO | ||||||
hua_integration_contact_relationship_last_modified | TIMESTAMP |
Integration Contact Relationship Last Modified | The date and time when the Integration Contact Relationship was last modified | NO | ||||||
hua_integration_contact_relationship_system_flag | TINYINT(1) |
Integration Contact Relationship System Flag | Whether this is a system generated Integration Contact Relationship or not | NO |
Name: | HUA Integration Format |
Description: | Stores the formats related with the integrations/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_format_id | INT(10) |
Integration Format ID | The unique ID of the Integration Format | NO | ||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(10) |
Integration ID | The unique ID of a related Integration | NO | ||||||
hua_format_id | INT(10) |
Format ID | Format ID of the Integration | NO | ||||||
hua_integration_format_system_flag | TINYINT(1) |
Integration Format System Flag | Whether this is a system generated Integration Format or not | NO |
Name: | HUA Integration Log |
Description: | Stores the log entries of the integrations usage/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_log_id | INT(11) |
Integration Log ID | The unique ID of the Integration Log | NO | ||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(11) |
Integration ID | The unique ID of a related Integration | NO | ||||||
hua_integration_log_function | VARCHAR(255) |
Integration Log Function | The function name requested | NO | ||||||
hua_integration_log_ip | VARCHAR(15) |
Integration Log Ip | The Ip Address related to the log | NO | ||||||
hua_integration_log_port | VARCHAR(255) |
Integration Log Port | The Port related related to the log | NO | ||||||
hua_integration_log_domain | VARCHAR(255) |
Integration Log Domain | The Domain related to the log | NO | ||||||
hua_integration_log_username | VARCHAR(255) |
Integration Log Username | The username related to the log | NO | ||||||
hua_integration_log_params | VARCHAR(255) |
Integration Log Params | The params related to the log | NO | ||||||
hua_integration_log_success | TINYINT(1) |
Integration Log Success | Whether it is logging a success or not | NO | ||||||
hua_integration_log_message | VARCHAR(255) |
Integration Log Message | The Message for the log | NO | ||||||
hua_integration_log_error_text | TEXT |
Integration Log Error Text | Text from the error logged | NO | ||||||
hua_integration_log_microtime_used | FLOAT |
Integration Log Microtime Used | The time elapsed for the integration execution | NO | ||||||
hua_integration_log_memory_usage | INT(10) |
Integration Log Memory Usage | The memory usage for the integration execution | NO | ||||||
hua_integration_log_date_created | DATETIME |
Integration Log Date Created | The date and time when the Integration Log was created | NO | ||||||
hua_integration_log_direction | ENUM |
Integration Log Direction | The direction of the integration (i.e. incoming or outcoming) | NO |
Name: | HUA Integration Permission |
Description: | Stores the integration permissions related with the integrations/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_integration_permission_id | INT(10) |
Integration Permission ID | The unique ID of the Integration Permission | NO | |||||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(10) |
Integration ID | The unique ID of a related Integration | NO | |||||||||
hua_integration_permission | VARCHAR(255) |
Integration Permission | Integration Permission | NO | |||||||||
hua_integration_permission_mod | INT(2) |
Integration Permission Mod | Integration Permission Mod | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_integration_permission_date_created | DATETIME |
Integration Permission Date Created | The date and time when the Integration Permission was created | NO | |||||||||
hua_integration_permission_last_modified | TIMESTAMP |
Integration Permission Last Modified | The date and time when the Integration Permission was last modified | NO | |||||||||
hua_integration_permission_function | VARCHAR(255) |
Integration Permission Function | Integration Permission Function | NO | |||||||||
hua_integration_permission_flag | TINYINT(1) |
Integration Permission Flag | Integration Permission Flag | NO | |||||||||
hua_integration_permission_system_flag | TINYINT(1) |
Integration Permission System Flag | Whether this is a system generated Integration Permission or not | NO |
Name: | HUA Integration Protocol |
Description: | Stores the integration protocols data/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_integration_protocol_id
Relationships for hua_integration_protocol_id
|
INT(11) |
Integration Protocol ID | The unique ID of the Integration Protocol | NO | |||||||||
hua_integration_protocol_name | VARCHAR(255) |
Integration Protocol Name | Name of the Integration Protocol | NO | |||||||||
hua_integration_protocol_date_created | DATETIME |
Integration Protocol Date Created | The date and time when the Integration Protocol was created | NO | |||||||||
hua_integration_protocol_system_flag | TINYINT(1) |
Integration Protocol System Flag | Whether this is a system generated Integration Protocol or not | NO |
Name: | HUA Integration Protocol Option |
Description: | Stores the integration protocols options related with the integration protocols/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_protocol_option_id | INT(11) |
Integration Protocol Option ID | The unique ID of the Integration Protocol Option | NO | ||||||
hua_integration_protocol_id
Relationships for hua_integration_protocol_id
|
INT(11) |
Integration Protocol ID | The unique ID of a related Integration Protocol | NO | ||||||
hua_integration_protocol_option_date_created | DATETIME |
Integration Protocol Option Date Created | The date and time when the Integration Protocol Option was created | NO | ||||||
hua_integration_protocol_option_name | VARCHAR(255) |
Integration Protocol Option Name | Name of the Integration Protocol Option | NO | ||||||
hua_integration_protocol_option_value | MEDIUMTEXT |
Integration Protocol Option Value | Value of the Integration Protocol Option | NO | ||||||
hua_integration_protocol_option_last_modified | TIMESTAMP |
Integration Protocol Option Last Modified | The date and time when the Integration Protocol Option was last modified | NO |
Name: | HUA Integration Semantic |
Description: | Stores the integration semantics data related with the integrations/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_semantic_id | INT(10) |
Integration Semantic ID | The unique ID of the Integration Semantic | NO | ||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(10) |
Integration ID | The unique ID of a related Integration | NO | ||||||
hua_integration_semantic_type | VARCHAR(255) |
Integration Semantic Type | Type of the Integration Semantic | NO | ||||||
hua_integration_semantic_external | VARCHAR(255) |
Integration Semantic External | The External Meaning of the Semantic Definition | NO | ||||||
hua_integration_semantic_internal | VARCHAR(255) |
Integration Semantic Internal | The Internal Meaning of the Semantic Definition | NO | ||||||
hua_integration_semantic_system_flag | TINYINT(1) |
Integration Semantic System Flag | Whether this is a system generated Integration Semantic or not | NO |
Name: | HUA Integration Type |
Description: | Stores the integration types/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_integration_type_id
Relationships for hua_integration_type_id
|
INT(11) |
Integration Type ID | The unique ID of the Integration Type | NO | ||||||
hua_integration_type_date_created | DATETIME |
Integration Type Date Created | The date and time when the Integration Type was created | NO | ||||||
hua_integration_type_name | VARCHAR(255) |
Integration Type Name | Name of the Integration Type | NO | ||||||
hua_integration_type_system_flag | TINYINT(1) |
Integration Type System Flag | Whether this is a system generated Integration Type or not | NO |
Name: | HUA Integration User |
Description: | Stores the integrations related to users |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_integration_user_id | INT(10) |
Integration User ID | The unique ID of the Integration User | NO | |||||||||
hua_integration_id
Relationships for hua_integration_id
|
INT(10) |
Integration ID | The unique ID of a related Integration | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_integration_user_blocked | TINYINT(1) |
Integration User Blocked | Whether the Integration User in Blocked or not | NO | |||||||||
hua_integration_user_login_fail | TINYINT(1) |
Integration User Login Fail | not used | NO | |||||||||
hua_integration_user_system_flag | TINYINT(1) |
Integration User System Flag | Whether this is a system generated Integration User or not | NO |
Name: | HUA Job |
Description: | Stores information about all created jobs including the job description, requirements, etc.. entered in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_id
Relationships for hua_job_id
|
INT(10) |
HUA Job ID | Unique Id for the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_last_modified | TIMESTAMP |
HUA Job Last Modified | When the Job was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_date_created | DATETIME |
HUA Job Date Created | When the job was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
HUA Travel ID | Unique Id for the Travel related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
HUA Job Type ID | Unique Id for the Job Type related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(10) |
HUA Salary Grade ID | Unique Id for the Salary Grade related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_category_id
Relationships for hua_job_category_id
|
INT(10) |
HUA Job Category ID | Unique Id for the Job Category related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(10) |
HUA Cost Center ID | Unique Id for the Cost Center related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_code | VARCHAR(255) |
HUA Job Code | Job Code | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(10) |
HUA Job Family ID | Unique Id for the Job Family related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_title | VARCHAR(255) |
HUA Job Title | Job Title | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_expiration_date | DATETIME |
HUA Expiration Date | When the Job expires | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_education_id
Relationships for hua_education_id
|
INT(10) |
HUA Education ID | Unique Id for the Education related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_crosspost_category_id
Relationships for hua_crosspost_category_id
|
INT(10) |
HUA Crosspost Category ID | Unique Id for the Crosspost Category related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
HUA Location ID | Unique Id for the Location related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_description | TEXT |
HUA Job Description | Job Description | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_requirements | TEXT |
HUA Job Requirements | Job Requirements | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_num_planned | INT(10) |
HUA Job Num Planned | Quantity of People planned to hire | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_turnover | INT(10) |
HUA Job Turnover | Job Turnover | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_num_candidates | INT(10) |
HUA Job Num Candidates | Quantity of Candidates for the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_development | VARCHAR(255) |
HUA Job Development | Job Development | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_key | TINYINT(1) |
HUA Job Key | Flag for if job check marked key | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_duration | INT(11) |
HUA Job Duration | How long it takes in months to learn the job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
HUA Company/Division ID | Unique Id for the Company/Division related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_division_id
Relationships for hua_division_id
|
INT(10) |
HUA Division ID | Unique Id for the Division related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_level_id
Relationships for hua_job_level_id
|
INT(10) |
HUA Job Level ID | Unique Id for the Job Level related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_organizational_impact_id
Relationships for hua_organizational_impact_id
|
INT(11) |
HUA Organizational Impact ID | Unique Id for the Organizational Impact related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_deactivated | TINYINT(1) |
HUA Job Deactivated | Unique Id for the Job Deactivated related to the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_soc_code | VARCHAR(25) |
HUA Job SOC Code | SOC Code for a Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_external_title | VARCHAR(255) |
HUA Job External Title | External Title for a Job | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_grade_id
Relationships for hua_job_grade_id
|
INT(11) |
HUA Job Grade ID | Foreign key connecting to Job Grade | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_role_id
Relationships for hua_job_role_id
|
INT(11) |
HUA Job Role ID | Foreign key connecting to Job Role | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_group_id
Relationships for hua_location_group_id
|
INT(11) |
HUA Location Group ID | Foreign key connecting to Location Group | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_position_type_id
Relationships for ats_requisition_position_type_id
|
INT(11) |
Requisition Position Type ID | Foreign key connecting to Requisition Position Type | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_eeoc_job_group_id
Relationships for ats_eeoc_job_group_id
|
INT(11) |
EEOC Job Group ID | Foreign key connecting to EEOC Job Group | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_eeoc_job_category_id
Relationships for ats_eeoc_job_category_id
|
INT(11) |
EEOC Job Category ID | Foreign key connecting to EEOC Job Category | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
thr_workers_comp_class_id
Relationships for thr_workers_comp_class_id
|
INT(10) |
Thr Workers Comp Class ID | The unique ID of a related Thr Workers Comp Class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
thr_soc_job_code_id
Relationships for thr_soc_job_code_id
|
INT(10) |
Thr Soc Job Code ID | The unique ID of a related Thr Soc Job Code | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_flsa_status | INT(11) |
Job Flsa Status | Job Flsa Status | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_is_hourly | TINYINT(3) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_internal_screening_questionnaire_id | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_external_screening_questionnaire_id | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_internal_screening_questionnaire_active | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_external_screening_questionnaire_active | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_personality_assessment | TINYINT(3) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_background_check_vendor | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_union_id
Relationships for hua_union_id
|
INT(10) |
NO |
Name: | HUA Job Category |
Description: | Set of Job Categories entered in the Select List Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_category_id
Relationships for hua_job_category_id
|
INT(10) |
HUA Job Category ID | Unique Id for the Job Category | NO | |||||||||||||||||||||
hua_job_category_last_modified | TIMESTAMP |
HUA Job Category Last Modified | When Job Category was last modified | NO | |||||||||||||||||||||
hua_job_category_date_created | DATETIME |
HUA Job Category Date Created | When Job Category was created | NO | |||||||||||||||||||||
hua_job_category_name | CHAR(255) |
HUA Job Category Name | Job Category Name | YES | |||||||||||||||||||||
hua_job_category_deactivated | TINYINT(1) |
HUA Job Category Deactivated | Is Job Category deactivated? | NO | |||||||||||||||||||||
hua_job_category_system_flag | TINYINT(1) |
HUA Job Category System Flag | Is the Job Category a System Job Category? | NO | |||||||||||||||||||||
hua_job_category_order | SMALLINT(5) |
HUA Job Category Order | Order related to the Job Category | NO |
Name: | HUA Job Comments |
Description: | Set of Job Comments entered when the job is created in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_job_comments_id | INT(11) |
HUA Job Comments ID | The unique ID of the HUA Job Comments | NO |
hua_job_comments_last_modified | TIMESTAMP |
HUA Job Comments Last Modified | The date and time when the HUA Job Comments was last modified | NO |
hua_job_comments_date_created | DATETIME |
HUA Job Comments Date Created | The date and time when the HUA Job Comments was created | NO |
hua_job_comments_job_id | INT(10) |
HUA Job Comments Job ID | The Unique Id for the Job related to the Job Comment | NO |
hua_job_comments_commentor_id | INT(10) |
HUA Job Comments Commentor ID | The Id for the User that entered thel comment about the Job | NO |
hua_job_comments_comment_date | DATE |
HUA Job Comments Comment Date | The date and time when the HUA Job Comments was inserted in database | NO |
hua_job_comments_hidden | TINYINT(1) |
HUA Job Comments Hidden | Whether the HUA Job Comments is hidden or not | NO |
hua_job_comments_comment | TEXT |
HUA Job Comments Comment | The Comment | YES |
hua_job_comments_system_flag | TINYINT(1) |
HUA Job Comments System Flag | Whether this is a system generated HUA Job Comments or not | NO |
Name: | HUA Job Competency Suggestion |
Description: | Set of Job Competency Suggestions entered when the job is created in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_job_competency_suggestion_id | INT(11) |
Job Competency Suggestion ID | The unique ID of the Job Competency Suggestion | NO |
hua_job_competency_suggestion_last_modified | TIMESTAMP |
Job Competency Suggestion Last Modified | The date and time when the Job Competency Suggestion was last modified | NO |
hua_job_competency_suggestion_date_created | DATETIME |
Job Competency Suggestion Date Created | The date and time when the Job Competency Suggestion was created | NO |
hua_job_competency_suggestion_job_id | INT(10) |
Job Competency Suggestion Job ID | The Unique ID of the Job related to the Job Competency Suggestion | NO |
hua_job_competency_suggestion_suggestor_id | INT(10) |
Job Competency Suggestion Suggestor ID | The Unique ID of the User that made the job competency suggestion | NO |
hua_job_competency_suggestion_competency_id | INT(10) |
Job Competency Suggestion Competency ID | The Unique ID of the competency related to the Job Competency Suggestion | NO |
hua_job_competency_suggestion | TEXT |
Job Competency Suggestion | Job Competency Suggestion | YES |
hua_job_competency_suggestion_system_flag | TINYINT(1) |
Job Competency Suggestion System Flag | Whether this is a system generated Job Competency Suggestion or not | NO |
Name: | HUA Job Deleted |
Description: | Set of Deleted Jobs (internal use only) |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_deleted_date_created | DATETIME |
Job Deleted Date Created | The date and time when the Job was Deleted | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_deleted_last_modified | TIMESTAMP |
Job Deleted Last Modified | The date and time when the deleted job was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_deleted_by_user_id | INT(10) |
Job Deleted By User ID | The Unique ID of the User who deleted the job. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of the Job Deleted | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_last_modified | TIMESTAMP |
Job Last Modified | The date and time when the Job was last modified prior to deletion | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_date_created | DATETIME |
Job Date Created | The date and time when the Job was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
Travel ID | The unique ID of a related Travel | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
Job Type ID | The unique ID of a related Job Type | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(10) |
Salary Grade ID | The unique ID of a related Salary Grade | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_category_id
Relationships for hua_job_category_id
|
INT(10) |
Job Category ID | The unique ID of a related Job Category | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(10) |
Cost Center ID | The unique ID of a related Cost Center | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_code | VARCHAR(255) |
Job Code | The Code used to reference the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(10) |
Job Family ID | The unique ID of a related Job Family | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_title | VARCHAR(255) |
Job Title | Job Title | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_expiration_date | DATETIME |
Expiration Date | Expiration Date | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_education_id
Relationships for hua_education_id
|
INT(10) |
Education ID | The unique ID of a related Education | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_crosspost_category_id
Relationships for hua_crosspost_category_id
|
INT(10) |
Crosspost Category ID | The unique ID of a related Crosspost Category | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | The unique ID of a related Location | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_description | TEXT |
Job Description | A brief description of the Job Deleted | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_requirements | TEXT |
Job Requirements | Job Requirements | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_num_planned | INT(10) |
Job Num Planned | Quantity of people is expected to work in the Job | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_turnover | INT(10) |
Job Turnover | Job Turnover | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_num_employees | INT(10) |
Job Num Employees | Quantity of employees related to the Job Deleted | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_num_candidates | INT(10) |
Job Num Candidates | Quantity of candidates related to the Job Deleted | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_development | VARCHAR(255) |
Job Development | Job Development Text | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_key | TINYINT(1) |
Job Key | Was the Job Deleted a Key Job? | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_duration | INT(11) |
Job Duration | How long will the Job last | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
Org Level ID | The unique ID of a related Org Level | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_division_id
Relationships for hua_division_id
|
INT(10) |
Division ID | The unique ID of a related Division | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_level_id
Relationships for hua_job_level_id
|
INT(10) |
Job Level ID | UNUSED | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_organizational_impact_id
Relationships for hua_organizational_impact_id
|
INT(11) |
Organizational Impact ID | The unique ID of a related Organizational Impact | NO |
Name: | HUA Job Development Need |
Description: | Set of Job Development Needs entered during job creation in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_development_need_id | INT(11) |
Job Development Need ID | The unique ID of the Job Development Need | NO | |||||||||
hua_job_development_need_last_modified | TIMESTAMP |
Job Development Need Last Modified | The date and time when the Job Development Need was last modified | NO | |||||||||
hua_job_development_need_date_created | DATETIME |
Job Development Need Date Created | The date and time when the Job Development Need was created | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | The unique ID of a related Job | NO | |||||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
LMS Course ID | The unique ID of a related LMS Course | NO | |||||||||
hua_development_need_parent_id | INT(11) |
Development Need Parent ID | Development Need from wihch this one depends | NO | |||||||||
hua_development_need_class_name | CHAR(255) |
Development Need Class Name | Name of the Job Class for this Job Development Need | YES | |||||||||
hua_development_need_target_date | DATETIME |
Development Need Target Date | Tenative completion date of the job development need | NO | |||||||||
hua_development_need_source | CHAR(255) |
Development Need Source | Development Need Source | NO | |||||||||
hua_development_need_status_id | INT(11) |
Development Need Status ID | Unique ID of the Status related to the Development Need | NO | |||||||||
hua_development_need_status | CHAR(255) |
Development Need Status | Development Need Status | NO | |||||||||
hua_development_need_status_date | DATETIME |
Development Need Status Date | When the Development Need Status was assigned | NO | |||||||||
hua_development_need_started | DATETIME |
Development Need Started | When the Development Need started | NO |
Name: | HUA Job Family |
Description: | Set of Job Families entered in the Job Family section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
Job Family ID | The unique ID of the Job Family | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_last_modified | TIMESTAMP |
Job Family Last Modified | The date and time when the Job Family was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_date_created | DATETIME |
Job Family Date Created | The date and time when the Job Family was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_name | VARCHAR(255) |
Job Family Name | Name of the Job Family (ie: Adminstrative) | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_parent_id | INT(11) |
Job Family Parent ID | The Unique ID of the Job Family to wich the Job Family belongs | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_description | VARCHAR(255) |
Job Family Description | A brief description of the Job Family | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_active | TINYINT(1) |
Job Family Active | Whether the Job Family is active or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_system_flag | TINYINT(1) |
Job Family System Flag | Whether this is a system generated Job Family or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_company_id | INT(11) |
Company ID | Unique ID of a related Company | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_default | TINYINT(1) |
NO |
Name: | HUA Job Grade |
Description: | Stores the list of job grades configured through Dropdown Lists Management |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_grade_id
Relationships for hua_job_grade_id
|
INT(11) |
Job Grade ID | The unique ID of the Job Grade | NO | ||||||
hua_job_grade_last_modified | TIMESTAMP |
Job Grade Last Modified | The date and time when the Job Grade was last modified | NO | ||||||
hua_job_grade_date_created | DATETIME |
Job Grade Date Created | The date and time when the Job Grade was created | NO | ||||||
hua_job_grade_name | VARCHAR(255) |
Job Grade Name | Name of the Job Grade | YES | ||||||
hua_job_grade_order | INT(11) |
Job Grade Order | Numeric order value used for presenting the Job Grade | NO | ||||||
hua_job_grade_deactivated | TINYINT(1) |
Job Grade Deactivated | Whether the Job Grade is inactive or not | NO |
Name: | HUA Job History |
Description: | Set of data relating Job Histories to users. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_history_id
Relationships for hua_job_history_id
|
INT(11) |
Job History ID | The unique ID of the Job History | NO | |||||||||||||||
hua_job_history_last_modified | TIMESTAMP |
Job History Last Modified | The date and time when the Job History was last modified | NO | |||||||||||||||
hua_job_history_date_created | DATETIME |
Job History Date Created | The date and time when the Job History was created | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | The unique ID of a related Job | NO | |||||||||||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(11) |
Travel ID | The unique ID of a related Travel | NO | |||||||||||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(11) |
Job Type ID | The unique ID of a related Job Type | NO | |||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(11) |
Salary Grade ID | The unique ID of a related Salary Grade | NO | |||||||||||||||
hua_job_category_id
Relationships for hua_job_category_id
|
INT(11) |
Job Category ID | The unique ID of a related Job Category | NO | |||||||||||||||
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(11) |
Cost Center ID | The unique ID of a related Cost Center | NO | |||||||||||||||
hua_job_code | VARCHAR(255) |
Job Code | Code to identify the Job | NO | |||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
Job Family ID | The unique ID of a related Job Family | NO | |||||||||||||||
hua_job_title | VARCHAR(255) |
Job Title | Job Title | YES | |||||||||||||||
hua_expiration_date | DATETIME |
Expiration Date | Expiration Date | NO | |||||||||||||||
hua_education_id
Relationships for hua_education_id
|
INT(11) |
Education ID | The unique ID of a related Education | NO | |||||||||||||||
hua_crosspost_category_id
Relationships for hua_crosspost_category_id
|
INT(11) |
Crosspost Category ID | The unique ID of a related Crosspost Category | NO | |||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
Location ID | The unique ID of a related Location | NO | |||||||||||||||
hua_job_description | TEXT |
Job Description | A brief description of the Job History | YES | |||||||||||||||
hua_job_requirements | TEXT |
Job Requirements | Job Requirements related to the Job History | YES | |||||||||||||||
hua_job_num_planned | INT(11) |
Job Num Planned | Quantity of Job positions planned | NO | |||||||||||||||
hua_job_turnover | INT(11) |
Job Turnover | Job Turnover | NO | |||||||||||||||
hua_job_num_employees | INT(11) |
Job Num Employees | Quantity of Employees in the Job | NO | |||||||||||||||
hua_job_num_candidates | INT(11) |
Job Num Candidates | Quantity of Candidates in the Job | NO | |||||||||||||||
hua_job_development | VARCHAR(255) |
Job Development | Job Development Text | NO | |||||||||||||||
hua_job_key | TINYINT(1) |
Job Key | Is the Job related to the Job History a Key Job? | NO | |||||||||||||||
hua_position_id
Relationships for hua_position_id
|
INT(11) |
Position ID | The unique ID of a related Position | NO | |||||||||||||||
hua_position_code | VARCHAR(255) |
Position Code | The Code Identifying the Position | NO | |||||||||||||||
hua_position_salary | FLOAT |
Position Salary | Position Salary | NO | |||||||||||||||
hua_position_key | TINYINT(1) |
Position Key | Position Key | NO | |||||||||||||||
hua_position_start_date | DATETIME |
Position Start Date | The date and time when the Position started | NO | |||||||||||||||
hua_position_end_date | DATETIME |
Position End Date | The date and time when the Position ended | NO | |||||||||||||||
hua_manager_id | INT(11) |
Manager ID | Unique Id of the User who works as Manager for the Job | NO | |||||||||||||||
hua_job_history_reason | VARCHAR(255) |
Job History Reason | Job History Reason | NO | |||||||||||||||
hua_user_status_id
Relationships for hua_user_status_id
|
INT(11) |
User Status ID | The unique ID of a related User Status | NO | |||||||||||||||
hua_position_hire_date | DATE |
Position Hire Date | Date and time when the position hired | NO |
Name: | HUA Job History Skills Gained |
Description: | Set of Skills gained in Job History |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_history_skills_gained_id | INT(11) |
Job History Skills Gained ID | The unique ID of the Job History Skills Gained | NO | ||||||
hua_job_history_skills_gained_last_modified | TIMESTAMP |
Job History Skills Gained Last Modified | The date and time when the Job History Skills Gained was last modified | NO | ||||||
hua_job_history_skills_gained_date_created | DATETIME |
Job History Skills Gained Date Created | The date and time when the Job History Skills Gained was created | NO | ||||||
hua_job_history_id
Relationships for hua_job_history_id
|
INT(11) |
Job History ID | The unique ID of a related Job History | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
Skill ID | The unique ID of a related Skill | NO |
Name: | HUA Job Location |
Description: | Set of Jobs associated to their Locations as entered in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_location | INT(10) |
Job Location | The unique ID of the Job Location | NO | |||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | The unique ID of a related Location | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of a related Job | NO | |||||||||
hua_job_location_date_created | DATETIME |
Job Location Date Created | The date and time when the Job Location was created | NO | |||||||||
hua_job_location_last_modified | TIMESTAMP |
Job Location Last Modified | The date and time when the Job Location was last modified | NO |
Name: | HUA Job Purpose |
Description: | Set of Job Purposes entered in the Select List Management section of the Admin menu in the Global directory. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_job_purpose_id | INT(11) |
Job Purpose ID | The unique ID of the Job Purpose | NO |
hua_job_purpose_last_modified | TIMESTAMP |
Job Purpose Last Modified | The date and time when the Job Purpose was last modified | NO |
hua_job_purpose_date_created | DATETIME |
Job Purpose Date Created | The date and time when the Job Purpose was created | NO |
hua_job_purpose_name | CHAR(255) |
Job Purpose Name | Name of the Job Purpose | YES |
hua_job_purpose_order | SMALLINT(6) |
Job Purpose Order | Numeric order value used for presenting the Job Purpose | NO |
hua_job_purpose_deactivated | TINYINT(1) |
Job Purpose Deactivated | Whether the Job Purpose is inactive | NO |
Name: | HUA Job Role |
Description: | Stores the list of job roles configured through Dropdown Lists Management |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_role_id
Relationships for hua_job_role_id
|
INT(11) |
Job Role ID | The unique ID of the Job Role | NO | |||||||||||||||||||||
hua_job_role_last_modified | TIMESTAMP |
Job Role Last Modified | The date and time when the Job Role was last modified | NO | |||||||||||||||||||||
hua_job_role_date_created | DATETIME |
Job Role Date Created | The date and time when the Job Role was created | NO | |||||||||||||||||||||
hua_job_role_name | VARCHAR(255) |
Job Role Name | Name of the Job Role | YES | |||||||||||||||||||||
hua_job_role_order | INT(11) |
Job Role Order | Numeric order value used for presenting the Job Role | NO | |||||||||||||||||||||
hua_job_role_deactivated | TINYINT(1) |
Job Role Deactivated | Whether the Job Role is inactive or not | NO |
Name: | HUA Job Skill |
Description: | Set of Job Skills entered in the Job Management section of the Global directory of the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_skill_id | INT(10) |
Job Skill ID | The unique ID of the Job Skill | NO | |||||||||
hua_job_skill_last_modified | TIMESTAMP |
Job Skill Last Modified | The date and time when the Job Skill was last modified | NO | |||||||||
hua_job_skill_date_created | DATETIME |
Job Skill Date Created | The date and time when the Job Skill was created | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | The unique ID of a related Job | NO | |||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | The unique ID of a related Skill | NO |
Name: | HUA Job Skill Suggestion |
Description: | Set of Job Skill Suggestions entered in the system by users and managed in the Skills option of the Library Management option in the System Admin directory of the Admin menu by clicking the Review Skill Suggestions link. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_job_skill_suggestion_id | INT(11) |
Job Skill Suggestion ID | The unique ID of the Job Skill Suggestion | NO |
hua_job_skill_suggestion_last_modified | TIMESTAMP |
Job Skill Suggestion Last Modified | The date and time when the Job Skill Suggestion was last modified | NO |
hua_job_skill_suggestion_date_created | DATETIME |
Job Skill Suggestion Date Created | The date and time when the Job Skill Suggestion was created | NO |
hua_job_skill_suggestion_job_id | INT(10) |
Job Skill Suggestion Job ID | The Id of the Job related to the Job Skill Suggestion | NO |
hua_job_skill_suggestion_suggestor_id | INT(10) |
Job Skill Suggestion Suggestor ID | The Unique Id of the User who suggest the Job Skill | NO |
hua_job_skill_suggestion_skill_id | INT(10) |
Job Skill Suggestion Skill ID | The Unique ID of the Skill related to the Job Skill Suggestion | NO |
hua_job_skill_suggestion | TEXT |
Job Skill Suggestion | Job Skill Suggestion Text | YES |
hua_job_skill_suggestion_system_flag | TINYINT(1) |
Job Skill Suggestion System Flag | Whether this is a system generated Job Skill Suggestion or not | NO |
Name: | HUA Job Skills Gained |
Description: | Set of Gained Job Skills entered in the Job Management section of the Global directory of the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_skills_gained_id | INT(11) |
Job Skills Gained ID | The unique ID of the Job Skills Gained | NO | |||||||||
hua_job_skills_gained_last_modified | TIMESTAMP |
Job Skills Gained Last Modified | The date and time when the Job Skills Gained was last modified | NO | |||||||||
hua_job_skills_gained_date_created | DATETIME |
Job Skills Gained Date Created | The date and time when the Job Skills Gained was created | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of a related Job | NO | |||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | The unique ID of a related Skill | NO | |||||||||
hua_skill_level_id
Relationships for hua_skill_level_id
|
INT(11) |
Skill Level ID | The unique ID of a related Skill Level | NO | |||||||||
hua_skill_usage_id
Relationships for hua_skill_usage_id
|
INT(11) |
Skill Usage ID | The unique ID of a related Skill Usage | NO | |||||||||
hua_skill_last_used_id
Relationships for hua_skill_last_used_id
|
INT(11) |
Skill Last Used ID | The unique ID of a related Skill Last Used | NO |
Name: | HUA Job Skills Required |
Description: | Set of Job Required Skills entered into Job Management option in the Global directory of the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_skills_required_id | INT(11) |
Job Skills Required ID | The unique ID of the required Job Skills | NO | |||||||||
hua_job_skills_required_last_modified | TIMESTAMP |
Job Skills Required Last Modified | The date and time when the required Job Skills was last modified | NO | |||||||||
hua_job_skills_required_date_created | DATETIME |
Job Skills Required Date Created | The date and time when the required Job Skills was created | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of a related Job | NO | |||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | The unique ID of a related Skill | NO | |||||||||
hua_skill_level_id
Relationships for hua_skill_level_id
|
INT(11) |
Skill Level ID | The unique ID of a related Skill Level | NO | |||||||||
hua_skill_usage_id
Relationships for hua_skill_usage_id
|
INT(11) |
Skill Usage ID | The unique ID of a related Skill Usage | NO | |||||||||
hua_skill_last_used_id
Relationships for hua_skill_last_used_id
|
INT(11) |
Skill Last Used ID | The unique ID of a related Skill Last Used | NO |
Name: | HUA Job Type |
Description: | Set of Job Types (ie: full time, part time, seasonal etc.) entered in the Select List Management section of the Global Directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
Job Type ID | The unique ID of the Job Type | NO | ||||||||||||||||||||||||
hua_job_type_last_modified | TIMESTAMP |
Job Type Last Modified | The date and time when the Job Type was last modified | NO | ||||||||||||||||||||||||
hua_job_type_date_created | DATETIME |
Job Type Date Created | The date and time when the Job Type was created | NO | ||||||||||||||||||||||||
hua_job_type_name | CHAR(255) |
Job Type Name | Name of the Job Type (ie: full time, part time, contract, seasonal) | YES | ||||||||||||||||||||||||
hua_job_type_deactivated | TINYINT(1) |
Job Type Deactivated | Flag if Job Type is inactive | NO | ||||||||||||||||||||||||
hua_job_type_system_flag | TINYINT(1) |
Job Type System Flag | Flag if Job Type is system generated | NO | ||||||||||||||||||||||||
hua_job_type_order | SMALLINT(5) |
Job Type Order | Numeric order value used for presenting the Job Types | NO |
Name: | HUA Language |
Description: | Set of Languages data entered in the Language Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of the Language | NO | ||||||||||||||||||||||||||||||||||||
hua_language_last_modified | TIMESTAMP |
Language Last Modified | The date and time when the Language was last modified | NO | ||||||||||||||||||||||||||||||||||||
hua_language_date_created | DATETIME |
Language Date Created | The date and time when the Language was created | NO | ||||||||||||||||||||||||||||||||||||
hua_language_name | CHAR(255) |
Language Name | Name of the Language (English, Spanish, French etc) | NO | ||||||||||||||||||||||||||||||||||||
hua_language_abbreviation | CHAR(2) |
Language Abbreviation | Language Abbreviation (Example: English - EN, French - FR) | NO | ||||||||||||||||||||||||||||||||||||
hua_language_active | TINYINT(1) |
Language Active | Whether the Language is active or not | NO | ||||||||||||||||||||||||||||||||||||
hua_language_default | TINYINT(1) |
Language Default | Whether the Language is considered Default or not | NO | ||||||||||||||||||||||||||||||||||||
hua_language_help_admin | INT(10) |
Language Help Admin | Unique ID of the Help Admin User | NO | ||||||||||||||||||||||||||||||||||||
hua_language_system_flag | TINYINT(1) |
Language System Flag | Flag if language implemented | NO | ||||||||||||||||||||||||||||||||||||
hua_system_language_id | INT(11) |
System Language ID | The unique ID of the system language | NO | ||||||||||||||||||||||||||||||||||||
hua_language_locale_abbreviation | CHAR(5) |
Language Locale Abbreviation | Locale abbreviation corresponds to the language | NO | ||||||||||||||||||||||||||||||||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
Country ID | The unique ID of a related Country | NO | ||||||||||||||||||||||||||||||||||||
hua_language_display_name | VARCHAR(255) |
Language Display Name | Name of the Language | NO | ||||||||||||||||||||||||||||||||||||
hua_language_custom_name_flag | TINYINT(1) |
Language Custom Name Flag | Whether the name of the Language is changed or not | NO | ||||||||||||||||||||||||||||||||||||
hua_language_layout_is_right_to_left | TINYINT(1) |
Language Layout Is Right To Left | A flag that specifies if the language is Right to Left | NO | ||||||||||||||||||||||||||||||||||||
hua_language_dd_abbreviation | VARCHAR(255) |
NO |
Name: | HUA Language Token Translation |
Description: | Stores the token translation data entered in the Language Management section of the Admin menu in the Global directory. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_language_token_translation_id | INT(11) |
Language Token Translation ID | The unique ID of the Language Token Translation | NO | |||||||||||||||
hua_language_token_translation_last_modified | TIMESTAMP |
Language Token Translation Last Modified | The date and time when the Language Token Translation was last modified | NO | |||||||||||||||
hua_language_token_translation_date_created | DATETIME |
Language Token Translation Date Created | The date and time when the Language Token Translation was created | NO | |||||||||||||||
hua_language_token_translation | TEXT |
Language Token Translation | The translated token | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of a related Language | NO | |||||||||||||||
hua_language_token_name | VARCHAR(255) |
Language Token Name | Name of the Language Token Translation (example: potential_rating) | NO | |||||||||||||||
hua_language_token_translation_system_flag | TINYINT(1) |
Language Token Translation System Flag | Identifies if this is a system generated Language Token Translation | NO | |||||||||||||||
hua_language_token_id_system | INT(11) |
Language Token ID System | Whether the Language Token is a System Token or not | NO | |||||||||||||||
hua_language_token_translation_version | VARCHAR(255) |
Language Token Translation Version | The system version where this token is translated | NO | |||||||||||||||
hua_language_token_translation_fallback_source_id | INT(11) |
NO |
Name: | HUA Lens Map |
Description: | Stores the different hosts for Lens servers |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_lens_map_id | INT(11) |
Lens Map ID | The unique ID of the Lens Map | NO |
hua_lens_map_last_modified | TIMESTAMP |
Lens Map Last Modified | The date and time when the Lens Map was last modified | NO |
hua_lens_map_date_created | DATETIME |
Lens Map Date Created | The date and time when the Lens Map was created | NO |
hua_lens_map_host | VARCHAR(255) |
Lens Map Host | The host for the specific Lens | NO |
hua_lens_map_port | VARCHAR(10) |
Lens Map Port | The Port of the specific Lens | NO |
hua_lens_map_locale | VARCHAR(10) |
Lens Map Locale | The Local of the specific Lens Map | NO |
hua_lens_map_register_host | TINYINT(1) |
Lens Map Register Host | Whether the host used for registring parsed data or not | NO |
hua_lens_map_version | TINYINT(1) |
NO |
Name: | HUA Library Resource |
Description: | Set of Library Resources data entered when the resource is entered in the Resource Management option of the Library Management section of the System Admin directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_id
Relationships for hua_library_resource_id
|
INT(11) |
Library Resource ID | The unique ID of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_last_modified | TIMESTAMP |
Library Resource Last Modified | The date and time when the Library Resource was last modified | NO | ||||||||||||||||||
hua_library_resource_date_created | DATETIME |
Library Resource Date Created | The date and time when the Library Resource was created | NO | ||||||||||||||||||
hua_library_resource_name | CHAR(255) |
Library Resource Name | Name of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_type_id
Relationships for hua_library_resource_type_id
|
INT(11) |
Library Resource Type ID | The unique ID of a related Library Resource Type | NO | ||||||||||||||||||
hua_library_resource_description | CHAR(255) |
Library Resource Description | A brief description of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_begin_date | DATE |
Library Resource Begin Date | When the Library Resource Begins | NO | ||||||||||||||||||
hua_library_resource_end_date | DATE |
Library Resource End Date | When the Library Resource Ends | NO | ||||||||||||||||||
hua_library_resource_present_method_id
Relationships for hua_library_resource_present_method_id
|
INT(11) |
Library Resource Present Method ID | The unique ID of a related Library Resource Present Method | NO | ||||||||||||||||||
hua_library_resource_publisher | CHAR(255) |
Library Resource Publisher | Library Resource Publisher | NO | ||||||||||||||||||
hua_library_resource_publication_year | INT(4) |
Library Resource Publication Year | When the Library Resource was Published (year) | NO | ||||||||||||||||||
hua_library_resource_isbn | CHAR(255) |
Library Resource Isbn | ISBN of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_author | CHAR(255) |
Library Resource Author | Author of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_co_author | CHAR(255) |
Library Resource Co Author | Co-Author of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_scan_number | CHAR(255) |
Library Resource Scan Number | Scan Number of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_permission_id
Relationships for hua_library_resource_permission_id
|
INT(11) |
Library Resource Permission ID | The unique ID of a related Library Resource Permission | NO | ||||||||||||||||||
hua_library_resource_number_of_copies | INT(11) |
Library Resource Number Of Copies | Number of Copies of the Library Resource | NO | ||||||||||||||||||
hua_library_resource_waitlist | TINYINT(1) |
Library Resource Waitlist | Waitlist related to the Library Resource | NO | ||||||||||||||||||
hua_library_resource_checkout_interval | INT(10) |
Library Resource Checkout Interval | Library Resource Checkout Interval | NO |
Name: | HUA Library Resource Competency |
Description: | Stores the competencies related with library resources |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_competency_id | INT(11) |
Library Resource Competency ID | The unique ID of the Library Resource Competency | NO | ||||||
hua_library_resource_competency_last_modified | TIMESTAMP |
Library Resource Competency Last Modified | The date and time when the Library Resource Competency was last modified | NO | ||||||
hua_library_resource_competency_date_created | DATETIME |
Library Resource Competency Date Created | The date and time when the Library Resource Competency was created | NO | ||||||
hua_library_resource_id
Relationships for hua_library_resource_id
|
INT(11) |
Library Resource ID | The unique ID of a related Library Resource | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
NO |
Name: | HUA Library Resource History |
Description: | Stores tracking information on library resources in regards to when they were checked out, when they are due back and when they were returned to the library. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_history_id | INT(11) |
Library Resource History ID | The unique ID of the Library Resource History | NO | |||||||||
hua_library_resource_history_last_modified | TIMESTAMP |
Library Resource History Last Modified | The date and time when the Library Resource History was last modified | NO | |||||||||
hua_library_resource_history_date_created | DATETIME |
Library Resource History Date Created | The date and time when the Library Resource History was created | NO | |||||||||
hua_library_resource_id
Relationships for hua_library_resource_id
|
INT(11) |
Library Resource ID | The unique ID of a related Library Resource | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_library_resource_inventory_id
Relationships for hua_library_resource_inventory_id
|
INT(11) |
Library Resource Inventory ID | The unique ID of a related Library Resource Inventory | NO | |||||||||
hua_library_resource_history_checkout_date | DATETIME |
Library Resource History Checkout Date | Date when the library resource was checked out | NO | |||||||||
hua_library_resource_history_due_date | DATE |
Library Resource History Due Date | Date when the library resource is due for checkin | NO | |||||||||
hua_library_resource_history_return_date | DATETIME |
Library Resource History Return Date | Date when the library resource was effectively checked in | NO | |||||||||
hua_library_resource_tracking_number | CHAR(255) |
Library Resource Tracking Number | Tracking number of the library resource | NO |
Name: | HUA Library Resource Inventory |
Description: | Lists all resources that are in inventory along with their availability based on the checked out status. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_inventory_id
Relationships for hua_library_resource_inventory_id
|
INT(11) |
Library Resource Inventory ID | The unique ID of the Library Resource Inventory | NO | ||||||
hua_library_resource_inventory_last_modified | TIMESTAMP |
Library Resource Inventory Last Modified | The date and time when the Library Resource Inventory was last modified | NO | ||||||
hua_library_resource_inventory_date_created | DATETIME |
Library Resource Inventory Date Created | The date and time when the Library Resource Inventory was created | NO | ||||||
hua_library_resource_id
Relationships for hua_library_resource_id
|
INT(11) |
Library Resource ID | The unique ID of a related Library Resource | NO | ||||||
hua_library_resource_tracking_number | CHAR(255) |
Library Resource Tracking Number | Library Resource Tracking Number | NO | ||||||
hua_library_resource_inventory_unique_number | CHAR(255) |
Library Resource Inventory Unique Number | Library Resource Inventory Unique Number | NO | ||||||
hua_library_resource_inventory_checked_out | TINYINT(1) |
Library Resource Inventory Checked Out | Library Resource Inventory Checked Out | NO | ||||||
hua_library_resource_inventory_checkout_date | DATETIME |
Library Resource Inventory Checkout Date | Library Resource Inventory Checkout Date | NO | ||||||
hua_library_resource_inventory_due_date | DATE |
Library Resource Inventory Due Date | Library Resource Inventory Due Date | NO | ||||||
hua_library_resource_inventory_date_sent | DATE |
Library Resource Inventory Date Sent | When the Library Resource Inventory was Sent | NO | ||||||
hua_library_resource_inventory_sent | TINYINT(1) |
Library Resource Inventory Sent | Wether the library resource inventory was sent or not | NO |
Name: | HUA Library Resource Permission |
Description: | Stores the library resource permissions data |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_permission_id
Relationships for hua_library_resource_permission_id
|
INT(10) |
Library Resource Permission ID | The unique ID of the Library Resource Permission | NO | ||||||
hua_library_resource_permission_last_modified | TIMESTAMP |
Library Resource Permission Last Modified | The date and time when the Library Resource Permission was last modified | NO | ||||||
hua_library_resource_permission_date_created | DATETIME |
Library Resource Permission Date Created | The date and time when the Library Resource Permission was created | NO | ||||||
hua_library_resource_permission_name | CHAR(255) |
Library Resource Permission Name | Name of the Library Resource Permission | NO |
Name: | HUA Library Resource Present Method |
Description: | Stores the presentation methods of the library resources entered in the Resources Management option of the Library Management section of the System Admin directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_present_method_id
Relationships for hua_library_resource_present_method_id
|
INT(10) |
Library Resource Present Method ID | The unique ID of the Library Resource Present Method | NO | ||||||
hua_library_resource_present_method_last_modified | TIMESTAMP |
Library Resource Present Method Last Modified | The date and time when the Library Resource Present Method was last modified | NO | ||||||
hua_library_resource_present_method_date_created | DATETIME |
Library Resource Present Method Date Created | The date and time when the Library Resource Present Method was created | NO | ||||||
hua_library_resource_present_method_name | CHAR(255) |
Library Resource Present Method Name | Name of the Library Resource Present Method | NO | ||||||
hua_library_resource_present_method_description | CHAR(255) |
Library Resource Present Method Description | A brief description of the Library Resource Present Method | NO |
Name: | HUA Library Resource Type |
Description: | Stores the library resources types entered in the Resources Management option of the Library Management section of the System Admin directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_type_id
Relationships for hua_library_resource_type_id
|
INT(11) |
Library Resource Type ID | The unique ID of the Library Resource Type | NO | ||||||
hua_library_resource_type_last_modified | TIMESTAMP |
Library Resource Type Last Modified | The date and time when the Library Resource Type was last modified | NO | ||||||
hua_library_resource_type_date_created | DATETIME |
Library Resource Type Date Created | The date and time when the Library Resource Type was created | NO | ||||||
hua_library_resource_type_name | CHAR(255) |
Library Resource Type Name | Name of the Library Resource Type | NO |
Name: | HUA Library Resource Waitlist |
Description: | Stores the library resources waitinglists data, which is managed in the Resource option of the Library Management section in the System Admin directory of the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_library_resource_waitlist_id | INT(11) |
Library Resource Waitlist ID | The unique ID of the Library Resource Waitlist | NO | |||||||||
hua_library_resource_waitlist_last_modified | TIMESTAMP |
Library Resource Waitlist Last Modified | The date and time when the Library Resource Waitlist was last modified | NO | |||||||||
hua_library_resource_waitlist_date_created | DATETIME |
Library Resource Waitlist Date Created | The date and time when the Library Resource Waitlist was created | NO | |||||||||
hua_library_resource_id
Relationships for hua_library_resource_id
|
INT(11) |
Library Resource ID | The unique ID of a related Library Resource | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_library_resource_waitlist_order | INT(11) |
Library Resource Waitlist Order | Numeric order value used for presenting the Library Resource Waitlist | NO | |||||||||
hua_library_resource_waitlist_remain | TINYINT(1) |
Library Resource Waitlist Remain | Wether the user wants to remain in the waitlist even after the library resource becomes available or not | NO | |||||||||
hua_library_resource_waitlist_entry_date | DATETIME |
Library Resource Waitlist Entry Date | The date when the user was added to the waiting list of the resource | NO |
Name: | HUA Location Group |
Description: | Stores Location Group information |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_location_group_id
Relationships for hua_location_group_id
|
INT(10) |
Location Group ID | The unique ID of the Location Group | NO | |||||||||||||||||||||
hua_location_group_last_modified | TIMESTAMP |
Location Group Last Modified | The date and time when the Location Group was last modified | NO | |||||||||||||||||||||
hua_location_group_date_created | TIMESTAMP |
Location Group Date Created | The date and time when the Location Group was created | NO | |||||||||||||||||||||
hua_location_group_name | VARCHAR(255) |
Location Group Name | Name of the Location Group | YES | |||||||||||||||||||||
hua_location_group_code | VARCHAR(255) |
Location Group Code | Code of the Location Group | NO | |||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Org Level ID | The unique ID of a related Org Level | NO | |||||||||||||||||||||
hua_country_id
Relationships for hua_country_id
|
INT(10) |
Country ID | The unique ID of a related Country | NO |
Name: | HUA Locations |
Description: | Stores Sites Locations/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_location_id
Relationships for hua_location_id
|
INT(11) |
Location ID | Unique Location ID | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_last_modified | TIMESTAMP |
Location Last Modified | The date and time when the Locations was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_date_created | TIMESTAMP |
Location Date Created | The date and time when the Locations was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_name | CHAR(255) |
Location Name | Location Name | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_code | CHAR(255) |
Location Code | User given Location Code | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_address_one | CHAR(255) |
First Location Address Line | First Location Address Line | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_address_two | CHAR(255) |
Second Location Address Line | Second Location Address Line | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_address_three | CHAR(255) |
Third Location Address Line | Third Location Address Line | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_city | CHAR(255) |
Location City | Location City | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_state_id
Relationships for hua_state_id
|
INT(10) |
State ID | System ID of the Location's State | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_zip | CHAR(255) |
Location Zip Code | Location Zip Code | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_country_id
Relationships for hua_country_id
|
INT(10) |
Country ID | System ID for the Location's Country | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_active | TINYINT(1) |
Location Active State | Whether the Location is Active or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_creator_id
Relationships for hua_location_creator_id
|
INT(10) |
Location Creator ID | System User ID of the Location's Creator | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_adhoc | TINYINT(1) |
Location Adhoc | Whether the Location was Created AdHoc or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Org Level ID | The unique ID of a related Org Level | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_time_zone_id
Relationships for hua_time_zone_id
|
INT(10) |
Time Zone ID | The unique ID of a related Time Zone | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_currency_id
Relationships for hua_currency_id
|
INT(10) |
Currency ID | The unique ID of a related Currency | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_group_id
Relationships for hua_location_group_id
|
INT(10) |
Location Group ID | The unique ID of a related Location Group | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_phone | VARCHAR(255) |
Location Phone | The phone number tied to this Location | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_fax | VARCHAR(255) |
Location Fax | The fax number tied to this Location | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_is_remote | INT(1) |
Location Is Remote | Whether this Location is remote or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
monster_location_id | INT(11) |
Monster Location ID | The unique Id of related Monster Location | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_latitude | FLOAT |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_longitude | FLOAT |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_business_partner_id | INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_is_outlet | TINYINT(1) |
NO |
Name: | HUA Login Failed Attempts |
Description: | Stores the users failed logins/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_login_failed_id | BIGINT(20) |
Login Failed ID | The unique ID of the Login Failed Attempts | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of the User who attempted to login. | NO | |||||||||
hua_user_login_date | DATETIME |
User Login Date | The date and time when the User attempted to login. | NO | |||||||||
hua_login_failed_attempts_system_flag | TINYINT(1) |
Login Failed Attempts System Flag | Whether this is a system generated Login Failed Attempts or not | NO |
Name: | HUA Map Service |
Description: | Stores the map services data/ Internal User Only |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_map_service_id | INT(11) |
Map Service ID | The unique ID of the Map Service | NO |
hua_map_service_last_modified | TIMESTAMP |
Map Service Last Modified | The date and time when the Map Service was last modified | NO |
hua_map_service_date_created | DATETIME |
Map Service Date Created | The date and time when the Map Service was created | NO |
hua_map_service_name | CHAR(255) |
Map Service Name | Name of the Map Service | NO |
hua_map_service_url | CHAR(255) |
Map Service Url | The URL of the map service | NO |
hua_map_service_icon | CHAR(255) |
Map Service Icon | The icon for the map service | NO |
hua_map_service_system_flag | TINYINT(1) |
Map Service System Flag | Whether this is a system generated Map Service or not | NO |
Name: | HUA Model Column |
Description: | Holds a list of models and their associated columns. Used by the validation system. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_model_column_id
Relationships for hua_model_column_id
|
INT(11) |
Model Column ID | The unique ID of the Model Column | NO | |||||||||
hua_model_column_last_modified | TIMESTAMP |
Model Column Last Modified | The date and time when the Model Column was last modified | NO | |||||||||
hua_model_column_date_created | DATETIME |
Model Column Date Created | The date and time when the Model Column was created | NO | |||||||||
hua_model_column_model | VARCHAR(255) |
Model Column Model | Stores the name of the database table/model | NO | |||||||||
hua_model_column_column | VARCHAR(255) |
Model Column Column | Stores the name of the column | NO |
Name: | HUA Model Column Validation Rule |
Description: | Holds a list of validation rules for the model columns in the application. Used by the validation system. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_model_column_validation_rule_id | INT(11) |
Model Column Validation Rule ID | The unique ID of the Model Column Validation Rule | NO | |||||||||
hua_model_column_validation_rule_last_modified | TIMESTAMP |
Model Column Validation Rule Last Modified | The date and time when the Model Column Validation Rule was last modified | NO | |||||||||
hua_model_column_validation_rule_date_created | DATETIME |
Model Column Validation Rule Date Created | The date and time when the Model Column Validation Rule was created | NO | |||||||||
hua_model_column_validation_rule_strategy | VARCHAR(255) |
Model Column Validation Rule Strategy | Holds the strategy used to validate a particular model column | NO | |||||||||
hua_model_column_validation_rule_parameters | TEXT |
Model Column Validation Rule Parameters | Serialized list of parameters supplied to the validation strategy during validation | NO | |||||||||
hua_model_column_id
Relationships for hua_model_column_id
|
INT(11) |
Model Column ID | The unique ID of a related Model Column | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(10) |
Feature ID | The ID of the Feature that controls the Model Column Validation Rule | NO |
Name: | HUA Module |
Description: | Stores the modules data/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_module_id
Relationships for hua_module_id
|
INT(10) |
Module ID | The unique ID of the Module | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_last_modified | TIMESTAMP |
Module Last Modified | The date and time when the Module was last modified | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_date_created | DATETIME |
Module Date Created | The date and time when the Module was created | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_name | VARCHAR(255) |
Module Name | Name of the Module | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_abbreviation | VARCHAR(20) |
Module Abbreviation | The module abbreviation (i.e. ATS, CDSP, etc ... ) | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_installed | TINYINT(1) |
Module Installed | Whether the module is installed or not | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_domain | VARCHAR(255) |
Module Domain | The domain path of the module | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_type | VARCHAR(255) |
Module Type | The module type (i.e internal or external) | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_image | VARCHAR(255) |
Module Image | The path to the module's image file | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_headline | TEXT |
Module Headline | The module's headline | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_base_group | INT(11) |
Module Base Group | The base group of the module | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_default_viewmenu | VARCHAR(255) |
Module Default Viewmenu | The default viewmenu of the module | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_version | VARCHAR(255) |
Module Version | The version number of the module | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_system_flag | TINYINT(1) |
Module System Flag | Whether this is a system generated Module or not | NO | |||||||||||||||||||||||||||||||||||||||
hua_module_level | INT(11) |
Module Level | The level of the module | NO |
Name: | HUA National Identifier |
Description: | Stores the known national identifier types in the application |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_national_identifier_id
Relationships for hua_national_identifier_id
|
INT(10) |
National Identifier ID | The unique ID of the National Identifier | NO | ||||||
hua_national_identifier_date_created | TIMESTAMP |
National Identifier Date Created | The date and time when the National Identifier was created | NO | ||||||
hua_national_identifier_last_modified | TIMESTAMP |
National Identifier Last Modified | The date and time when the National Identifier was last modified | NO | ||||||
hua_national_identifier_logical_value | VARCHAR(255) |
National Identifier Logical Value | Holds the logical value used to programmatically identify this national identifier | NO | ||||||
hua_national_identifier_label | VARCHAR(255) |
National Identifier Label | The text label for the national identifier | YES | ||||||
hua_national_identifier_format | VARCHAR(255) |
National Identifier Format | The format string for validating the national identifier | NO | ||||||
hua_national_identifier_help_text | VARCHAR(255) |
National Identifier Help Text | Help text for describing the national identifier | YES | ||||||
hua_national_identifier_insecure_mask | VARCHAR(255) |
National Identifier Insecure Mask | The string mask displayed when viewing the unsecured identifier. (e.g. ***-**-****) | NO | ||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
Country ID | The unique ID of a related Country | NO |
Name: | HUA Navitem |
Description: | Stores the navitems data/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_navitem_id
Relationships for hua_navitem_id
|
INT(11) |
Navitem ID | The unique ID of the Navitem | NO | |||||||||||||||
hua_navitem_date_created | DATETIME |
Navitem Date Created | The date and time when the Navitem was created | NO | |||||||||||||||
hua_navitem_last_modified | TIMESTAMP |
Navitem Last Modified | The date and time when the Navitem was last modified | NO | |||||||||||||||
hua_navitem_name | CHAR(255) |
Navitem Name | Name of the Navitem | NO | |||||||||||||||
hua_navitem_desc | CHAR(255) |
Navitem Desc | A brief description of the navitem | NO | |||||||||||||||
hua_navitem_url | CHAR(255) |
Navitem Url | The path to the corresponding script | NO | |||||||||||||||
hua_navitem_tier | TINYINT(3) |
Navitem Tier | The rank level of the navitem | NO | |||||||||||||||
hua_navitem_parent_id | INT(11) |
Navitem Parent ID | The unique ID of a related parent navitem | NO | |||||||||||||||
hua_navitem_order | TINYINT(3) |
Navitem Order | Numeric order value used for presenting the Navitem | NO | |||||||||||||||
hua_navitem_hidden | TINYINT(3) |
Navitem Hidden | Whether the Navitem is hidden or not | NO | |||||||||||||||
hua_navitem_shown_externally | TINYINT(3) |
Navitem Shown Externally | Whether the Navitem is shown externally or not | NO | |||||||||||||||
hua_navitem_system_flag | TINYINT(1) |
Navitem System Flag | Whether this is a system generated Navitem or not | NO | |||||||||||||||
module | VARCHAR(10) |
Module | The Module that this Navitem is tied to | NO | |||||||||||||||
controller | VARCHAR(50) |
Controller | The Controller of the Module that this Navitem is tied to | NO | |||||||||||||||
action | VARCHAR(100) |
Action | The Action of the Controller of the Module that this Navitem is tied to | NO | |||||||||||||||
params | VARCHAR(255) |
Params | Params sent to controller for this Navitem | NO | |||||||||||||||
hua_navitem_target | VARCHAR(50) |
NO | |||||||||||||||||
hua_navitem_column | INT(11) |
NO | |||||||||||||||||
hua_navitem_icon | VARCHAR(50) |
NO | |||||||||||||||||
hua_navitem_menu_category_id
Relationships for hua_navitem_menu_category_id
|
INT(10) |
NO |
Name: | HUA Notification Delivery Method |
Description: | Set of Notification Delivery Method/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_notification_delivery_method_id | INT(11) |
Notification Delivery Method ID | The unique ID of the Notification Delivery Method | NO | ||||||
hua_notification_delivery_method_last_modified | TIMESTAMP |
Notification Delivery Method Last Modified | The date and time when the Notification Delivery Method was last modified | NO | ||||||
hua_notification_delivery_method_date_created | DATETIME |
Notification Delivery Method Date Created | The date and time when the Notification Delivery Method was created | NO | ||||||
hua_notification_log_id
Relationships for hua_notification_log_id
|
INT(11) |
Notification Log ID | The unique ID of a related Notification Log | NO | ||||||
hua_notification_delivery_plugin_id
Relationships for hua_notification_delivery_plugin_id
|
INT(11) |
Notification Delivery Plugin ID | The unique ID of a related Notification Delivery Plugin | NO | ||||||
hua_notification_log_success | TINYINT(1) |
NO | ||||||||
hua_notification_log_error_info | VARCHAR(255) |
NO |
Name: | HUA Notification Delivery Plugin |
Description: | Set of Notification Delivery Plugin/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_notification_delivery_plugin_id
Relationships for hua_notification_delivery_plugin_id
|
INT(10) |
Notification Delivery Plugin ID | The unique ID of the Notification Delivery Plugin | NO | |||||||||
hua_notification_delivery_plugin_last_modified | TIMESTAMP |
Notification Delivery Plugin Last Modified | The date and time when the Notification Delivery Plugin was last modified | NO | |||||||||
hua_notification_delivery_plugin_date_created | DATETIME |
Notification Delivery Plugin Date Created | The date and time when the Notification Delivery Plugin was created | NO | |||||||||
hua_notification_delivery_plugin_name | VARCHAR(255) |
Notification Delivery Plugin Name | Name of the Notification Delivery Plugin | YES | |||||||||
hua_notification_delivery_plugin_description | VARCHAR(255) |
Notification Delivery Plugin Description | A brief description of the Notification Delivery Plugin | NO | |||||||||
hua_notification_delivery_plugin_short_name | VARCHAR(255) |
Notification Delivery Plugin Short Name | Name of the Notification Delivery Plugin | NO | |||||||||
hua_notification_delivery_plugin_default | TINYINT(1) |
Notification Delivery Plugin Default | Whether the Notification Delivery Plugin is set to Default or not | NO | |||||||||
hua_notification_delivery_plugin_disabled | TINYINT(1) |
Notification Delivery Plugin Disabled | Whether the Notification Delivery Plugin is disabled or not | NO |
Name: | HUA Notification Event |
Description: | Stores the notification events data created in the Notification Events option in the Notification Mangement section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_notification_event_id
Relationships for hua_notification_event_id
|
INT(10) |
Notification Event ID | The unique ID of the Notification Event | NO | ||||||||||||
hua_notification_event_last_modified | TIMESTAMP |
Notification Event Last Modified | The date and time when the Notification Event was last modified | NO | ||||||||||||
hua_notification_event_date_created | DATETIME |
Notification Event Date Created | The date and time when the Notification Event was created | NO | ||||||||||||
hua_notification_event_variable | VARCHAR(255) |
Notification Event Variable | The name of the notification event | NO | ||||||||||||
hua_notification_event_description | VARCHAR(140) |
Notification Event Description | A brief description of the Notification Event | NO | ||||||||||||
hua_notification_event_protected | TINYINT(3) |
Notification Event Protected | Wether this notification event is protected or not | NO | ||||||||||||
hua_notification_event_active | TINYINT(3) |
Notification Event Active | Whether the Notification Event is active or not | NO | ||||||||||||
hua_administration_category_id
Relationships for hua_administration_category_id
|
INT(10) |
Administration Category ID | The unique ID of a related Administration Category | NO | ||||||||||||
hua_notification_event_system_flag | TINYINT(3) |
Notification Event System Flag | Whether this is a system generated Notification Event or not | NO | ||||||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(10) |
Feature ID | The unique ID of a related Feature | NO | ||||||||||||
hua_notification_event_hidden | TINYINT(1) |
NO | ||||||||||||||
hua_notification_event_class | VARCHAR(255) |
NO | ||||||||||||||
hua_notification_event_allow_external_targets | TINYINT(1) |
NO | ||||||||||||||
hua_notification_event_cc | TEXT |
NO | ||||||||||||||
hua_notification_event_bcc | TEXT |
NO | ||||||||||||||
hua_notification_event_ccbcc_protected | TINYINT(3) |
NO |
Name: | HUA Notification Log |
Description: | Stores logs of the notification events |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_notification_log_id
Relationships for hua_notification_log_id
|
INT(11) |
Notification Log ID | The unique ID of the Notification Log | NO | |||||||||
hua_notification_log_last_modified | TIMESTAMP |
Notification Log Last Modified | The date and time when the Notification Log was last modified | NO | |||||||||
hua_notification_log_date_created | DATETIME |
Notification Log Date Created | The date and time when the Notification Log was created | NO | |||||||||
hua_notification_log_recipient | VARCHAR(255) |
Notification Log Recipient | Address of who will receive the Notification | NO | |||||||||
hua_notification_log_subject | VARCHAR(140) |
Notification Log Subject | Subject line of the notification | NO | |||||||||
hua_notification_log_body | MEDIUMTEXT |
Notification Log Body | Body of the notification (for example the email itself) | NO | |||||||||
hua_notification_log_action_url | VARCHAR(255) |
Notification Log Action Url | The URI to call the Action related to the Notification | NO | |||||||||
hua_notification_log_event_variable | VARCHAR(255) |
Notification Log Event Variable | The notification event variable being logged | NO | |||||||||
hua_notification_log_acknowledged | TINYINT(1) |
Notification Log Acknowledged | Whether the Notification was Acknowledged or not | NO | |||||||||
hua_notification_log_deleted | TINYINT(1) |
Notification Log Deleted | Whether the Notification Log was deleted or not | NO | |||||||||
hua_notification_log_date_sent | DATETIME |
Notification Log Date Sent | The date when the Notification was sent | NO | |||||||||
hua_notification_log_date_to_send | DATETIME |
Notification Log Date To Send | The date when the Notification Should been Send | NO | |||||||||
hua_notification_log_sender | VARCHAR(255) |
Notification Log Sender | Address of the Notification's Sender | NO |
Name: | HUA Notification Merge Code |
Description: | Stores the merge codes related to the notification events (internal use only) |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_notification_merge_code_id | INT(10) |
Notification Merge Code ID | The unique ID of the Notification Merge Code | NO | ||||||
hua_notification_merge_code_last_modified | TIMESTAMP |
Notification Merge Code Last Modified | The date and time when the Notification Merge Code was last modified | NO | ||||||
hua_notification_merge_code_date_created | DATETIME |
Notification Merge Code Date Created | The date and time when the Notification Merge Code was created | NO | ||||||
hua_notification_merge_code_code | VARCHAR(255) |
Notification Merge Code | The actual merge code | NO | ||||||
hua_notification_merge_code_field | VARCHAR(255) |
Notification Merge Code Field | The merge code field | NO | ||||||
hua_notification_event_id
Relationships for hua_notification_event_id
|
INT(10) |
Notification Event ID | The unique ID of a related Notification Event | NO | ||||||
hua_notification_merge_code_description | VARCHAR(255) |
Notification Merge Code Description | A brief description of the Notification Merge Code | NO | ||||||
hua_notification_merge_code_processing | VARCHAR(255) |
Notification Merge Code Processing | The merge code processing needed if any ( for example translate, date_format or currency - what processing needs to take place before the notification can be sent | NO | ||||||
hua_notification_merge_code_additional_information | TEXT |
NO |
Name: | HUA Notification Personalized Setting |
Description: | Set of Notification Personalized Settings per User created when a change is made using the Personalize this Page link above several tables in ATS. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_notification_personalized_setting_id | INT(10) |
Notification Personalized Setting ID | The unique ID of the Notification Personalized Setting | NO | |||||||||
hua_notification_personalized_setting_last_modified | TIMESTAMP |
Notification Personalized Setting Last Modified | The date and time when the Notification Personalized Setting was last modified | NO | |||||||||
hua_notification_personalized_setting_date_created | DATETIME |
Notification Personalized Setting Date Created | The date and time when the Notification Personalized Setting was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_administration_category_id
Relationships for hua_administration_category_id
|
INT(10) |
Administration Category ID | The unique ID of a related Administration Category | NO | |||||||||
hua_notification_delivery_plugin_id
Relationships for hua_notification_delivery_plugin_id
|
INT(10) |
Notification Delivery Plugin ID | The unique ID of a related Notification Delivery Plugin | NO |
Name: | HUA Notification Template |
Description: | Set of Notification Templates entered in the Notification Template section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_notification_template_id
Relationships for hua_notification_template_id
|
INT(10) |
Notification Template ID | The unique ID of the Notification Template | NO | |||||||||||||||
hua_notification_template_last_modified | TIMESTAMP |
Notification Template Last Modified | The date and time when the Notification Template was last modified | NO | |||||||||||||||
hua_notification_template_date_created | DATETIME |
Notification Template Date Created | The date and time when the Notification Template was created | NO | |||||||||||||||
hua_notification_template_name | VARCHAR(255) |
Notification Template Name | Name of the Notification Template | YES | |||||||||||||||
hua_notification_template_subject | VARCHAR(140) |
Notification Template Subject | Subject of the Notification Template | NO | |||||||||||||||
hua_notification_template_body | MEDIUMTEXT |
Notification Template Body | Body of the Notification Template | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of a related Language | NO | |||||||||||||||
hua_notification_template_system_update | TINYINT(3) |
Notification Template System Update Flag | Whether this is customized template or not. | NO | |||||||||||||||
hua_notification_template_system_flag | TINYINT(3) |
Notification Template System Flag | Whether this is a system generated Notification Template or not | NO | |||||||||||||||
hua_notification_template_microblog | TEXT |
NO | |||||||||||||||||
hua_notification_template_hidden | TINYINT(1) |
NO | |||||||||||||||||
hua_notification_event_id
Relationships for hua_notification_event_id
|
INT(11) |
NO |
Name: | HUA O*NET Import |
Description: | Stores the Onet imported data. Onet data is imported in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_onet_import_id | INT(10) |
Onet Import ID | The unique ID of the Onet Import | NO |
hua_onet_import_last_modified | TIMESTAMP |
Onet Import Last Modified | The date and time when the Onet Import was last modified | NO |
hua_onet_import_date_created | DATETIME |
Onet Import Date Created | The date and time when the Onet Import was created | NO |
hua_onet_import_hua_table | CHAR(100) |
Onet Import Hua Table | The table where the Onet data is imported to | NO |
hua_onet_import_hua_key | INT(11) |
Onet Import Hua Key | The key of the import_hua_table that is used to relate the Onet data | NO |
hua_onet_import_author_id | INT(11) |
Onet Import Author ID | The unique ID of the user who is the author of the import | NO |
onet_soc_code | CHAR(255) |
Onet Soc Code | The Onet soc (standard occupational class) code | NO |
element_id | CHAR(255) |
Element ID | The element-id in the onet_library_implementation | NO |
hua_onet_import_onet_table | CHAR(255) |
Onet Import Onet Table | The Onet table that is being imported from | NO |
Name: | HUA Organizational Impact |
Description: | Stores the Organizational Impact data( ie: Mission Critical, High Impact, Key Position). Data is entered in the Select List Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_organizational_impact_id
Relationships for hua_organizational_impact_id
|
INT(11) |
Organizational Impact ID | The unique ID of the Organizational Impact | NO | ||||||||||||
hua_organizational_impact_last_modified | TIMESTAMP |
Organizational Impact Last Modified | The date and time when the Organizational Impact was last modified | NO | ||||||||||||
hua_organizational_impact_date_created | DATETIME |
Organizational Impact Date Created | The date and time when the Organizational Impact was created | NO | ||||||||||||
hua_organizational_impact_name | CHAR(255) |
Organizational Impact Name | Name of the Organizational Impact | NO | ||||||||||||
hua_organizational_impact_value | INT(11) |
Organizational Impact Value | The value of the Organizational Impact | NO | ||||||||||||
hua_organizational_impact_system_flag | TINYINT(1) |
Organizational Impact System Flag | Whether this is a system generated Organizational Impact or not | NO | ||||||||||||
hua_organizational_impact_order | SMALLINT(5) |
Organizational Impact Order | Numeric order value used for presenting the Organizational Impact | NO | ||||||||||||
hua_organizational_impact_deactivated | TINYINT(1) |
Organizational Impact Deactivated | Whether the Organizational Impact is inactive or not | NO |
Name: | HUA Organizational Level |
Description: | Stores the org levels data (for example: by division, department) entered in the Company Structure option of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Org Level ID | The unique ID of the Org Level | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_last_modified | TIMESTAMP |
Org Level Last Modified | The date and time when the Org Level was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_date_created | DATETIME |
Org Level Date Created | The date and time when the Org Level was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_name | CHAR(255) |
Org Level Name | Name of the Org Level | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_parent_id | INT(10) |
Org Level Parent ID | The unique ID of a related parent org level | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_category_id | INT(10) |
Org Level Category ID | NOT USED | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_active | TINYINT(1) |
Org Level Active | Whether the Org Level is active or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_system_flag | TINYINT(1) |
Org Level System Flag | Whether this is a system generated Org Level or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_code | VARCHAR(255) |
Org Level Code | The unique code assigned to an Org Level | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_nv | BIGINT(20) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_dv | BIGINT(20) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_snv | BIGINT(20) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_sdv | BIGINT(20) |
NO |
Name: | HUA Page Option |
Description: | Stores the different Page Options available |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_page_option_id
Relationships for hua_page_option_id
|
INT(11) |
Page Option ID | The unique ID of the Page Option | NO | |||||||||
hua_page_option_last_modified | TIMESTAMP |
Page Option Last Modified | The date and time when the Page Option was last modified | NO | |||||||||
hua_page_option_date_created | DATETIME |
Page Option Date Created | The date and time when the Page Option was created | NO | |||||||||
hua_page_option_name | VARCHAR(255) |
Page Option Name | Name of the Page Option | NO | |||||||||
hua_page_option_description | VARCHAR(255) |
Page Option Description | A brief description of the Page Option | NO | |||||||||
hua_page_option_type | VARCHAR(50) |
Page Option Type | Type of the Page Option | NO | |||||||||
hua_page_option_custom_layout | TINYINT(1) |
NO |
Name: | HUA Personalized Data Table Sort |
Description: | Stores personalized sort settings related with users. The settings are created when a User sorts the search results column data .(internal use only) |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_personalized_datatable_sort_id | INT(10) |
Personalized Datatable Sort ID | The unique ID of the Personalized Datatable Sort | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_personalized_datatable_sort_page_url | VARCHAR(256) |
Personalized Datatable Sort Page Url | The URL of the table being personalized | NO | |||||||||
hua_personalized_datatable_sort_datatable_id | VARCHAR(256) |
Personalized Datatable Sort Datatable ID | The datatable_id of the table that is being personalized | NO | |||||||||
hua_personalized_datatable_sort_order | VARCHAR(900) |
Personalized Datatable Sort Order | Numeric order value used for presenting the Personalized Datatable Sort | NO |
Name: | HUA Phone |
Description: | Set of Phones data created in User Management in the Admin menu, Global directory. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_phone_id | INT(10) |
Phone ID | The unique ID of the Phone | NO | |||||||||
hua_phone_last_modified | TIMESTAMP |
Phone Last Modified | The date and time when the Phone was last modified | NO | |||||||||
hua_phone_date_created | DATETIME |
Phone Date Created | The date and time when the Phone was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_phone_name
Relationships for hua_phone_name
|
CHAR(30) |
Phone Name | Name of the Phone (for example: work, home, work cell) | NO | |||||||||
hua_phone_number | CHAR(30) |
Phone Number | Phone Number | NO | |||||||||
hua_phone_primary | TINYINT(1) |
Phone Primary | Whether the Phone is a Primary or not | NO | |||||||||
hua_phone_is_sms_enabled | TINYINT(1) |
NO | |||||||||||
hua_country_id
Relationships for hua_country_id
|
INT(10) |
NO |
Name: | HUA Position |
Description: | Set of Positions entered during the creation of positions for a job in the Job Management section of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_position_id
Relationships for hua_position_id
|
INT(10) |
Position ID | The unique ID of the Position | NO | |||||||||||||||
hua_position_last_modified | TIMESTAMP |
Position Last Modified | The date and time when the Position was last modified | NO | |||||||||||||||
hua_position_date_created | DATETIME |
Position Date Created | The date and time when the Position was created | NO | |||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | The unique ID of a related Location | NO | |||||||||||||||
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(10) |
Cost Center ID | The unique ID of a related Cost Center | NO | |||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of a related Job | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||||||||
hua_position_code | CHAR(255) |
Position Code | A code Identifying the Position | NO | |||||||||||||||
hua_position_salary | DECIMAL |
Position Salary | Salary | NO | |||||||||||||||
hua_position_key | TINYINT(1) |
Position Key | Whether the Position is considered Key or not | NO | |||||||||||||||
hua_position_start_date | DATETIME |
Position Start Date | The Date and Time when the position was fulfilled | NO | |||||||||||||||
hua_position_duration | INT(11) |
Position Duration | How long the Position lasts | NO | |||||||||||||||
hua_position_salary_currency_id | INT(10) |
Position Salary Currency ID | The Unique ID for the Currency of the Salary | NO | |||||||||||||||
hua_position_new_hire_exported | DATETIME |
NO | |||||||||||||||||
hua_position_hire_date | DATE |
NO |
Name: | HUA Position Changes |
Description: | Set of Position Changes entered when a position change is made. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_position_id
Relationships for hua_position_id
|
INT(10) |
Position ID | The unique ID of a related Position | NO | |||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | The unique ID of a related Location | NO | |||||||||
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(10) |
Cost Center ID | The unique ID of a related Cost Center | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of a related Job | NO | |||||||||
hua_changes_id
Relationships for hua_changes_id
|
INT(10) |
Changes ID | The unique ID of a related Changes | NO | |||||||||
hua_position_code | CHAR(255) |
Position Code | The Code Identifying the Position | NO | |||||||||
hua_position_salary | FLOAT |
Position Salary | Salary | NO | |||||||||
hua_position_key | TINYINT(1) |
Position Key | Whether the Position is considered Key or not | NO | |||||||||
hua_position_start_date | DATETIME |
Position Start Date | The date when the Position Started | NO | |||||||||
hua_changes_approval_id | INT(11) |
Changes Approval ID | NOT USED | NO | |||||||||
hua_position_changes_id | INT(10) |
NO |
Name: | HUA Report |
Description: | Stores the reports data created when a report is run. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_report_id | INT(10) |
Report ID | The unique ID of the Report | NO | ||||||
hua_report_last_modified | TIMESTAMP |
Report Last Modified | The date and time when the Report was last modified | NO | ||||||
hua_report_date_created | DATETIME |
Report Date Created | The date and time when the Report was created | NO | ||||||
hua_report_name | CHAR(255) |
Report Name | Name of the Report | NO | ||||||
hua_report_description | CHAR(255) |
Report Description | A brief description of the Report | NO | ||||||
hua_module_id
Relationships for hua_module_id
|
INT(10) |
Module ID | The unique ID of a related Module | NO | ||||||
hua_report_interface_script | CHAR(255) |
Report Interface Script | Name of the report interface script | NO | ||||||
hua_report_classname | CHAR(255) |
Report Classname | The classname for the report (internal use to know what php file to load for displaying report | NO | ||||||
hua_report_system_flag | TINYINT(1) |
Report System Flag | Flag to identify if system generated Report | NO | ||||||
hua_report_custom_report | TINYINT(1) |
NO | ||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
NO | ||||||||
hua_report_category_id
Relationships for hua_report_category_id
|
INT(11) |
NO | ||||||||
hua_navitem_id
Relationships for hua_navitem_id
|
INT(11) |
NO |
Name: | HUA Room |
Description: | Stores the room data entered when the room is created. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_room_id
Relationships for hua_room_id
|
INT(10) |
Room ID | The unique ID of the Room | NO | |||||||||||||||||||||
hua_room_last_modified | TIMESTAMP |
Room Last Modified | The date and time when the Room was last modified | NO | |||||||||||||||||||||
hua_room_date_created | DATETIME |
Room Date Created | The date and time when the Room was created | NO | |||||||||||||||||||||
hua_room_name | CHAR(255) |
Room Name | Name of the Room | YES | |||||||||||||||||||||
hua_room_number | CHAR(255) |
Room Number | Number of Room | NO | |||||||||||||||||||||
hua_building_id
Relationships for hua_building_id
|
INT(10) |
Building ID | The unique ID of a related Building | NO | |||||||||||||||||||||
hua_room_contact | INT(10) |
Room Contact | The unique ID of a related hua user contact | NO | |||||||||||||||||||||
hua_room_reserved | INT(11) |
Room Reserved | NOT USED | NO | |||||||||||||||||||||
hua_room_special_instructions | CHAR(255) |
Room Special Instructions | Special instructions related to the room | NO | |||||||||||||||||||||
hua_room_seats | INT(11) |
Room Seats | The number of seats in the room | NO | |||||||||||||||||||||
hua_room_disabled_comment | CHAR(255) |
Room Disabled Comment | Comment if the room is disabled | NO | |||||||||||||||||||||
OrganizationalUnit_oid | CHAR(38) |
OrganizationalUnit Oid | NOT USED | NO |
Name: | HUA Room Calendar |
Description: | Stores calendars related to rooms associated when the room is created. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_room_calendar_id | INT(11) |
Room Calendar ID | The unique ID of the Room Calendar | NO | ||||||
hua_room_calendar_last_modified | TIMESTAMP |
Room Calendar Last Modified | The date and time when the Room Calendar was last modified | NO | ||||||
hua_room_calendar_date_created | DATETIME |
Room Calendar Date Created | The date and time when the Room Calendar was created | NO | ||||||
hua_room_id
Relationships for hua_room_id
|
INT(11) |
Room ID | The unique ID of a related Room | NO | ||||||
hua_calendar_id
Relationships for hua_calendar_id
|
INT(11) |
Calendar ID | The unique ID of a related Calendar | NO |
Name: | HUA Room Reservation |
Description: | Set of Room Reservations Scheduled created by the system when the reservation is created. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_room_reservation_id
Relationships for hua_room_reservation_id
|
INT(11) |
Room Reservation ID | The unique ID of the Room Reservation | NO | ||||||
hua_room_reservation_last_modified | TIMESTAMP |
Room Reservation Last Modified | The date and time when the Room Reservation was last modified | NO | ||||||
hua_room_reservation_date_created | DATETIME |
Room Reservation Date Created | The date and time when the Room Reservation was created | NO | ||||||
hua_room_id
Relationships for hua_room_id
|
INT(11) |
Room ID | The unique ID of a related Room | NO |
Name: | HUA Room Reservation Time |
Description: | Set of Room Reservations Scheduled times entered when clicking the Manage Reservations of the Room Management option in the System Administration directory of the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_room_reservation_time_id
Relationships for hua_room_reservation_time_id
|
INT(11) |
Room Reservation Time ID | The unique ID of the Room Reservation Time | NO | ||||||
hua_room_reservation_time_last_modified | TIMESTAMP |
Room Reservation Time Last Modified | The date and time when the Room Reservation Time was last modified | NO | ||||||
hua_room_reservation_time_date_created | DATETIME |
Room Reservation Time Date Created | The date and time when the Room Reservation Time was created | NO | ||||||
hua_room_reservation_id
Relationships for hua_room_reservation_id
|
INT(11) |
Room Reservation ID | The unique ID of a related Room Reservation | NO | ||||||
hua_room_reservation_start_time | DATETIME |
Room Reservation Start Time | When the Reservation Starts | NO | ||||||
hua_room_reservation_end_time | DATETIME |
Room Reservation End Time | When the Reservation Ends | NO | ||||||
hua_room_reservation_time_name | CHAR(255) |
Room Reservation Time Name | Name of the Room Reservation Time (example- the class that is reserving the room for this time) | YES | ||||||
hua_room_reservation_time_description | CHAR(255) |
Room Reservation Time Description | Description provided from Reservation Request Form | YES |
Name: | HUA RSS Feed |
Description: | Set fo Rss Feeds / Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_rss_feed_id | INT(10) |
Rss Feed ID | The unique ID of the Rss Feed | NO | |||||||||
hua_rss_feed_date_created | DATE |
Rss Feed Date Created | The date and time when the Rss Feed was created | NO | |||||||||
hua_rss_feed_last_modified | TIMESTAMP |
Rss Feed Last Modified | The date and time when the Rss Feed was last modified | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_rss_feed_source | VARCHAR(255) |
Rss Feed Source | URI to fetch the Rss Feed | NO | |||||||||
hua_rss_feed_source_id | INT(10) |
Rss Feed Source ID | Unique ID of the Rss Feed | NO | |||||||||
hua_rss_feed_token | CHAR(32) |
Rss Feed Token | Token to recognize the Rss Feed in aHuman Readble way | NO |
Name: | HUA Salary Grade |
Description: | Stores the salary grade data entered in the Select List Management of the Global directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(10) |
Salary Grade ID | The unique ID of the Salary Grade | NO | ||||||||||||||||||||||||||||||
hua_salary_grade_last_modified | TIMESTAMP |
Salary Grade Last Modified | The date and time when the Salary Grade was last modified | NO | ||||||||||||||||||||||||||||||
hua_salary_grade_date_created | DATETIME |
Salary Grade Date Created | The date and time when the Salary Grade was created | NO | ||||||||||||||||||||||||||||||
hua_salary_grade | CHAR(255) |
Salary Grade | The name of the salary grade | YES | ||||||||||||||||||||||||||||||
hua_user_salary_grade_low_range | DOUBLE |
User Salary Grade Low Range | The lower limit of the salary grade range | NO | ||||||||||||||||||||||||||||||
hua_user_salary_grade_high_range | DOUBLE |
User Salary Grade High Range | The upper limit of the salary grade range | NO | ||||||||||||||||||||||||||||||
hua_salary_status | CHAR(30) |
Salary Status | The status of the salary grade (i.e. exempt or non exempt) | NO | ||||||||||||||||||||||||||||||
hua_salary_grade_deactivated | TINYINT(1) |
Salary Grade Deactivated | Whether the Salary Grade is inactive or not | NO | ||||||||||||||||||||||||||||||
hua_salary_grade_order | SMALLINT(5) |
Salary Grade Order | Numeric order value used for presenting the Salary Grade | NO |
Name: | HUA Scale |
Description: | Stores the hua scales data entered during the creation of the scale. General scale information from the initial screen in the Scale Management section of the Global directory in Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_scale_is_overall_scale | TINYINT(1) |
Scale Is Overall Scale | Wether the scale is overall scale or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(10) |
Scale ID | The unique ID of the Scale | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_last_modified | TIMESTAMP |
Scale Last Modified | The date and time when the Scale was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_date_created | DATETIME |
Scale Date Created | The date and time when the Scale was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_name | CHAR(255) |
Scale Name | Name of the Scale | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_type | ENUM |
Scale Type | The scale type (i.e. radio or slider) | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_increment | DOUBLE |
Scale Increment | The scale numerical increment | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_upper | DOUBLE |
Scale Upper | The lower limit of the scale | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_lower | DOUBLE |
Scale Lower | The upper limit of the scale | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_overall_module | VARCHAR(10) |
Scale Overall Module | Whether the Scale is a Module Overall Scale or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_display_option_employee | ENUM |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_display_option_manager | ENUM |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_display_option_appraiser | ENUM |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_scale_include_na | TINYINT(1) |
NO |
Name: | HUA Scale Value Name |
Description: | Stores all the information related to Scale Value as the lower and high ranges |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_scale_value_name_id
Relationships for hua_scale_value_name_id
|
INT(11) |
Scale Value Name ID | The unique ID of the Scale Value Name | NO | ||||||||||||||||||||||||||||||
hua_scale_id
Relationships for hua_scale_id
|
INT(10) |
Scale ID | The unique ID of a related Scale | NO | ||||||||||||||||||||||||||||||
hua_scale_value | DOUBLE |
Scale Value | Scale Value for the specific Scale Value Name | NO | ||||||||||||||||||||||||||||||
hua_scale_value_name | VARCHAR(100) |
Scale Value Name | Name of the Scale Value Name | YES | ||||||||||||||||||||||||||||||
hua_scale_value_description | TEXT |
Scale Value Description | A brief description of the Scale Value Name | YES | ||||||||||||||||||||||||||||||
hua_scale_value_low_range | DOUBLE |
Scale Value Low Range | The Low Range for the Scale Value Name | NO | ||||||||||||||||||||||||||||||
hua_scale_value_high_range | DOUBLE |
Scale Value High Range | The High Range for the Scale Value Name | NO | ||||||||||||||||||||||||||||||
hua_scale_value_comments_required | TINYINT(4) |
Scale Value Comments Required | Specifies if entering comment when using the Scale Value Name is required or not | NO | ||||||||||||||||||||||||||||||
hua_scale_value_name_date_created | DATETIME |
NO | ||||||||||||||||||||||||||||||||
hua_scale_value_name_last_modified | TIMESTAMP |
NO |
Name: | HUA Scriptpage |
Description: | Stores the scriptpages data / Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_scriptpage_id
Relationships for hua_scriptpage_id
|
INT(11) |
Scriptpage ID | The unique ID of the Scriptpage | NO | ||||||
hua_scriptpage_date_created | DATETIME |
Scriptpage Date Created | The date and time when the Scriptpage was created | NO | ||||||
hua_scriptpage_last_modified | TIMESTAMP |
Scriptpage Last Modified | The date and time when the Scriptpage was last modified | NO | ||||||
hua_scriptpage_url | CHAR(255) |
Scriptpage Url | The URL of the scriptpage | NO | ||||||
hua_scriptpage_system_flag | TINYINT(1) |
Scriptpage System Flag | Whether this is a system generated Scriptpage or not | NO |
Name: | HUA Setting Value |
Description: | Stores the setting values related with the System settings in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_setting_value_id | INT(11) |
Setting Value ID | The unique ID of the Setting Value | NO | ||||||
hua_setting_value_date_created | DATETIME |
Setting Value Date Created | The date and time when the Setting Value was created | NO | ||||||
hua_setting_value_last_modified | TIMESTAMP |
Setting Value Last Modified | The date and time when the Setting Value was last modified | NO | ||||||
hua_setting_id
Relationships for hua_setting_id
|
INT(11) |
Setting ID | The unique ID of a related Setting | NO | ||||||
hua_setting_value | CHAR(255) |
Setting Value | The actual setting value option | NO | ||||||
hua_setting_value_order | INT(10) |
Setting Value Order | Numeric order value used for presenting the Setting Value | NO |
Name: | HUA Settings |
Description: | Stores the hua_settings data |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_setting_id
Relationships for hua_setting_id
|
INT(11) |
Setting ID | The unique ID of the Setting | NO | |||||||||||||||
hua_setting_type | ENUM |
Setting Type | The type of setting (i.e. text, yesno, etc ...) | NO | |||||||||||||||
hua_setting_source | ENUM |
Setting Source | The source of the setting (i.e setting_value, table, method, etc ...) | NO | |||||||||||||||
hua_setting_date_created | DATETIME |
Setting Date Created | The date and time when the Setting was created | NO | |||||||||||||||
hua_setting_last_modified | TIMESTAMP |
Setting Last Modified | The date and time when the Setting was last modified | NO | |||||||||||||||
hua_setting_name | CHAR(255) |
Setting Name | Name of the Setting | NO | |||||||||||||||
hua_setting_description | CHAR(255) |
Setting Description | A brief description of the Setting | NO | |||||||||||||||
hua_setting_validation | ENUM |
Setting Validation | The setting validation (i.e. string, number, single_option, etc ...) | NO | |||||||||||||||
hua_setting_system_flag | TINYINT(4) |
Setting System Flag | Whether this is a system generated Setting or not | NO | |||||||||||||||
hua_setting_hidden | TINYINT(4) |
Setting Hidden | Whether the Setting is hidden or not | NO | |||||||||||||||
hua_setting_table_source | CHAR(255) |
Setting Table Source | The source table where this setting is related to | NO | |||||||||||||||
hua_setting_configurator_flag | TINYINT(1) |
NO | |||||||||||||||||
hua_setting_do_not_export | TINYINT(1) |
NO |
Name: | HUA Skill |
Description: | Houses Skills used throughout the system for appraising Competencies, Jobs, Requisitions and Resumes, matching Requisitions with Resumes, etc. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | The unique ID of the Skill | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_last_modified | TIMESTAMP |
Skill Last Modified | The date and time when the Skill was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_date_created | DATETIME |
Skill Date Created | The date and time when the Skill was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_category_id
Relationships for hua_skill_category_id
|
INT(10) |
Skill Category ID | The unique ID of the Category the Skill belongs to. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_name | CHAR(255) |
Skill Name | Name of the Skill | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_approved | DATETIME |
Skill Approved | Whether the Skill has been approved or not. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_approver | INT(10) |
Skill Approver | The unique User ID of the Skill Approver. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_suggested_by | INT(10) |
Skill Suggested By | The unique ID of the User who suggested the Skill. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_active | INT(1) |
Skill Active | Whether the Skill is active or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_system_flag | TINYINT(1) |
Skill System Flag | Whether this is a system generated Skill or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_skill_code | VARCHAR(255) |
NO |
Name: | HUA Skill Category |
Description: | Houses Categories for Skills entered in the Library/Skills Management section of the System Admin directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_skill_category_id
Relationships for hua_skill_category_id
|
INT(10) |
Skill Category ID | The unique ID of the Skill Category | NO | ||||||||||||||||||
hua_skill_category_last_modified | TIMESTAMP |
Skill Category Last Modified | The date and time when the Skill Category was last modified | NO | ||||||||||||||||||
hua_skill_category_date_created | DATETIME |
Skill Category Date Created | The date and time when the Skill Category was created | NO | ||||||||||||||||||
hua_skill_category_name | CHAR(255) |
Skill Category Name | The name of the Category. | YES | ||||||||||||||||||
hua_skill_category_parent_id | INT(10) |
Skill Category Parent ID | The unique ID of the Parent Category. | NO | ||||||||||||||||||
hua_skill_category_approved | DATETIME |
Skill Category Approved | Whether the Category has been approved or not. | NO | ||||||||||||||||||
hua_skill_category_approver | INT(10) |
Skill Category Approver | The unique ID of the User who approved the Skill Category. | NO | ||||||||||||||||||
hua_skill_category_suggested_by | INT(10) |
Skill Category Suggested By | The unique ID of the User who suggested the Skill Category. | NO | ||||||||||||||||||
hua_skill_category_active | INT(1) |
Skill Category Active | Whether the Skill Category is active or not | NO | ||||||||||||||||||
hua_skill_category_system_flag | TINYINT(1) |
Skill Category System Flag | Whether this is a system generated Skill Category or not | NO | ||||||||||||||||||
hua_skill_category_code | VARCHAR(255) |
NO |
Name: | HUA Skill Last Used |
Description: | Houses the time at which a given Skill was last used by a given User. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_skill_last_used_id
Relationships for hua_skill_last_used_id
|
INT(11) |
Skill Last Used ID | The unique ID of the Skill Last Used | NO | ||||||||||||
hua_skill_last_used_last_modified | TIMESTAMP |
Skill Last Used Last Modified | The date and time when the Skill Last Used was last modified | NO | ||||||||||||
hua_skill_last_used_date_created | DATETIME |
Skill Last Used Date Created | The date and time when the Skill Last Used was created | NO | ||||||||||||
hua_skill_last_used_name | CHAR(255) |
Skill Last Used Name | Name of the Skill Last Used | YES | ||||||||||||
hua_skill_last_used_order | SMALLINT(6) |
Skill Last Used Order | Numeric order value used for presenting the Skill Last Used | NO | ||||||||||||
hua_skill_last_used_lower | INT(11) |
Skill Last Used Lower | The lower end of the Skill Last Used range. | NO | ||||||||||||
hua_skill_last_used_upper | INT(11) |
Skill Last Used Upper | The upper end of the Skill Last Used range. | NO | ||||||||||||
hua_skill_last_used_deactivated | TINYINT(1) |
Skill Last Used Deactivated | Whether the Skill Last Used is inactive or not | NO | ||||||||||||
hua_skill_last_used_system_flag | TINYINT(1) |
Skill Last Used System Flag | Whether this is a system generated Skill Last Used or not | NO | ||||||||||||
hua_skill_last_used_code | VARCHAR(255) |
NO |
Name: | HUA Skill Level |
Description: | Stores Skill Level Options entered in the Select List management section of the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_skill_level_id
Relationships for hua_skill_level_id
|
INT(11) |
Skill Level ID | The unique ID of the Skill Level | NO | |||||||||||||||
hua_skill_level_last_modified | TIMESTAMP |
Skill Level Last Modified | The date and time when the Skill Level was last modified | NO | |||||||||||||||
hua_skill_level_date_created | DATETIME |
Skill Level Date Created | The date and time when the Skill Level was created | NO | |||||||||||||||
hua_skill_level_name | CHAR(255) |
Skill Level Name | Name of the Skill Level | YES | |||||||||||||||
hua_skill_level_order | SMALLINT(6) |
Skill Level Order | Numeric order value used for presenting the Skill Level | NO | |||||||||||||||
hua_skill_level_deactivated | TINYINT(1) |
Skill Level Deactivated | Whether the Skill Level is inactive or not | NO | |||||||||||||||
hua_skill_level_system_flag | TINYINT(1) |
Skill Level System Flag | Whether this is a system generated Skill Level or not | NO | |||||||||||||||
hua_skill_level_code | VARCHAR(255) |
Skill Level Code | Skill level unique identifier | NO |
Name: | HUA Skill Usage |
Description: | Store Skill Usage Options in years entered in the Select Management section of the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_skill_usage_id
Relationships for hua_skill_usage_id
|
INT(11) |
Skill Usage ID | The unique ID of the Skill Usage | NO | ||||||||||||
hua_skill_usage_last_modified | TIMESTAMP |
Skill Usage Last Modified | The date and time when the Skill Usage was last modified | NO | ||||||||||||
hua_skill_usage_date_created | DATETIME |
Skill Usage Date Created | The date and time when the Skill Usage was created | NO | ||||||||||||
hua_skill_usage_name | CHAR(255) |
Skill Usage Name | Name of the Skill Usage | YES | ||||||||||||
hua_skill_usage_order | SMALLINT(6) |
Skill Usage Order | Numeric order value used for presenting the Skill Usage | NO | ||||||||||||
hua_skill_usage_lower | INT(11) |
Skill Usage Lower | From value of the Skill Usage in years | NO | ||||||||||||
hua_skill_usage_upper | INT(11) |
Skill Usage Upper | To value of the Skill Usage in years | NO | ||||||||||||
hua_skill_usage_deactivated | TINYINT(1) |
Skill Usage Deactivated | Whether the Skill Usage is inactive or not | NO | ||||||||||||
hua_skill_usage_system_flag | TINYINT(1) |
Skill Usage System Flag | Whether this is a system generated Skill Usage or not | NO | ||||||||||||
hua_skill_usage_code | VARCHAR(255) |
Skill Usage Code | Skill usage unique identifier | NO |
Name: | HUA SOA Integration |
Description: | Stores all available Integrations |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
Soa Integration ID | The unique ID of the SOA Integration | NO | |||||||||||||||||||||
hua_soa_integration_last_modified | TIMESTAMP |
Soa Integration Last Modified | The date and time when the SOA Integration was last modified | NO | |||||||||||||||||||||
hua_soa_integration_date_created | DATETIME |
Soa Integration Date Created | The date and time when the SOA Integration was created | NO | |||||||||||||||||||||
hua_soa_integration_name | VARCHAR(255) |
Soa Integration Name | Name of the SOA Integration | NO | |||||||||||||||||||||
hua_soa_integration_type_id
Relationships for hua_soa_integration_type_id
|
INT(11) |
Soa Integration Type ID | The unique ID of a related SOA Integration Type | NO | |||||||||||||||||||||
hua_soa_integration_active | TINYINT(1) |
Soa Integration Active | Whether the SOA Integration is active or not | NO | |||||||||||||||||||||
soa_authentication_token | VARCHAR(255) |
Soa Authentication Token | Generated Token used by Clients to Authenticate | NO | |||||||||||||||||||||
hua_soa_integration_version | INT(11) |
NO | |||||||||||||||||||||||
hua_soa_integration_last_run | DATETIME |
NO |
Name: | HUA SOA Integration Information Request |
Description: | Stores the Information about the Request |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_soa_integration_information_request_id | INT(11) |
Soa Integration Information Request ID | The unique ID of the Soa Integration Information Request | NO | ||||||
hua_soa_integration_information_request_date_created | DATETIME |
Soa Integration Information Request Date Created | The date and time when the Soa Integration Information Request was created | NO | ||||||
hua_soa_integration_information_request_last_modified | TIMESTAMP |
Soa Integration Information Request Last Modified | The date and time when the Soa Integration Information Request was last modified | NO | ||||||
hua_soa_integration_type_id
Relationships for hua_soa_integration_type_id
|
INT(11) |
Soa Integration Type ID | The unique ID of a related Soa Integration Type | NO | ||||||
hua_soa_integration_request_id | INT(11) |
Soa Integration Request ID | Unique Request ID | NO | ||||||
hua_soa_integration_information_request_name | VARCHAR(255) |
Soa Integration Information Request Name | Name of the Soa Integration Information Request | NO | ||||||
hua_soa_integration_information_request_target | VARCHAR(255) |
Soa Integration Information Request Target | Target URL of the Integration Request | NO | ||||||
hua_soa_integration_information_request_xml | TEXT |
Soa Integration Information Request Xml | Body of the Request | NO |
Name: | HUA SOA Integration Link |
Description: | Abstracted Link to a Vendor System that Could Be a Link or Form Submission with Contained Hidden Fields |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_soa_integration_link_id
Relationships for hua_soa_integration_link_id
|
INT(11) |
NO | ||||||||||||||||||||
hua_soa_integration_link_last_modified | TIMESTAMP |
NO | ||||||||||||||||||||
hua_soa_integration_link_date_created | DATETIME |
NO | ||||||||||||||||||||
hua_soa_integration_link_image_url | VARCHAR(255) |
NO | ||||||||||||||||||||
hua_soa_integration_link_url | TEXT |
NO |
Name: | HUA SOA Integration Link Postvar |
Description: | Hidden Fields Contained in a Form Submission to a Vendor System |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_soa_integration_link_postvar_id | INT(11) |
Soa Integration Link Postvar ID | The unique ID of the Soa Integration Link Postvar | NO | ||||||
hua_soa_integration_link_postvar_last_modified | TIMESTAMP |
Soa Integration Link Postvar Last Modified | The date and time when the Soa Integration Link Postvar was last modified | NO | ||||||
hua_soa_integration_link_postvar_date_created | DATETIME |
Soa Integration Link Postvar Date Created | The date and time when the Soa Integration Link Postvar was created | NO | ||||||
hua_soa_integration_link_id
Relationships for hua_soa_integration_link_id
|
INT(11) |
Soa Integration Link ID | The unique ID of a related Soa Integration Link | NO | ||||||
hua_soa_integration_link_postvar_name | VARCHAR(255) |
Soa Integration Link Postvar Name | Name of the Soa Integration Link Postvar | NO | ||||||
hua_soa_integration_link_postvar_value | VARCHAR(255) |
Soa Integration Link Postvar Value | The Value of the Integration Link Postvar | NO |
Name: | HUA SOA Integration Type |
Description: | Stores all Integration Types |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_soa_integration_type_id
Relationships for hua_soa_integration_type_id
|
INT(11) |
Soa Integration Type ID | The unique ID of the Soa Integration Type | NO | |||||||||
hua_soa_integration_type_last_modified | TIMESTAMP |
Soa Integration Type Last Modified | The date and time when the Soa Integration Type was last modified | NO | |||||||||
hua_soa_integration_type_date_created | DATETIME |
Soa Integration Type Date Created | The date and time when the Soa Integration Type was created | NO | |||||||||
hua_soa_integration_type_name | VARCHAR(255) |
Soa Integration Type Name | Name of the Soa Integration Type | NO |
Name: | HUA Social Site |
Description: | Stores the list of social network sites configured in the application. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_social_site_id
Relationships for hua_social_site_id
|
INT(10) |
Social Site ID | The unique ID of the Social Site | NO | ||||||
hua_social_site_last_modified | TIMESTAMP |
Social Site Last Modified | The date and time when the Social Site was last modified | NO | ||||||
hua_social_site_date_created | DATETIME |
Social Site Date Created | The date and time when the Social Site was created | NO | ||||||
hua_social_site_name | VARCHAR(255) |
Social Site Name | Name of the Social Site | YES | ||||||
hua_social_site_url | VARCHAR(255) |
Social Site Url | Home URL of the social networking site | NO | ||||||
hua_social_site_searchable | TINYINT(1) |
Social Site Searchable | Flag to denote whether or not the social network site is searchable | NO | ||||||
hua_social_site_order | INT(10) |
Social Site Order | Numeric order value used for presenting the Social Site | NO | ||||||
hua_social_site_deactivated | TINYINT(1) |
Social Site Deactivated | Whether the Social Site is inactive or not | NO | ||||||
hua_social_site_system_flag | TINYINT(1) |
Social Site System Flag | Whether this is a system generated Social Site or not | NO |
Name: | HUA State |
Description: | Stores System States |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_state_id
Relationships for hua_state_id
|
INT(10) |
State ID | The unique ID of the State | NO | ||||||||||||||||||||||||
hua_state_last_modified | TIMESTAMP |
State Last Modified | The date and time when the State was last modified | NO | ||||||||||||||||||||||||
hua_state_date_created | DATETIME |
State Date Created | The date and time when the State was created | NO | ||||||||||||||||||||||||
hua_country_id
Relationships for hua_country_id
|
INT(10) |
Country ID | The unique ID of a related Country | NO | ||||||||||||||||||||||||
hua_state_name | CHAR(255) |
State Name | Name of the State | YES | ||||||||||||||||||||||||
hua_state_abbreviation | VARCHAR(255) |
State Abbreviation | Abbreviation used to refer the State | YES | ||||||||||||||||||||||||
hua_state_system_flag | TINYINT(1) |
State System Flag | Whether this is a system generated State or not | NO |
Name: | HUA Stopword |
Description: | Set of Words to be avoided when filling Database for Search Engines |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_stopword_id | INT(10) |
Stopword ID | The unique ID of the Stopword | NO | |||||||||||||||
hua_stopword_last_modified | TIMESTAMP |
Stopword Last Modified | The date and time when the Stopword was last modified | NO | |||||||||||||||
hua_stopword_date_created | DATETIME |
Stopword Date Created | The date and time when the Stopword was created | NO | |||||||||||||||
hua_stopword | CHAR(255) |
Stopword | Word to be avoided in the Search Engine words recollection | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of a related Language | NO | |||||||||||||||
hua_stopword_system_flag | TINYINT(1) |
Stopword System Flag | Whether this is a system generated Stopword or not | NO |
Name: | HUA Suggestion Box |
Description: | Set of Suggestion Boxes |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_suggestion_box_id | INT(11) |
Suggestion Box ID | The unique ID of the Suggestion Box | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_suggestion_box_text | MEDIUMTEXT |
Suggestion Box Text | Text to be displayed in the Suggestion Box | NO | |||||||||
hua_suggestion_box_page | VARCHAR(255) |
Suggestion Box Page | Title of the Suggestion Box | NO | |||||||||
hua_suggestion_box_full_url | VARCHAR(255) |
Suggestion Box Full Url | The complete URI of the Suggestion Box | NO | |||||||||
hua_suggestion_box_acknowledged | DATETIME |
Suggestion Box Acknowledged | The date and time when the Suggestion Box was acknowledged | NO | |||||||||
hua_suggestion_box_date_created | DATETIME |
Suggestion Box Date Created | The date and time when the Suggestion Box was created | NO | |||||||||
hua_suggestion_box_forward_hrsmart | DATETIME |
Suggestion Box Forward Hrsmart | Date when the Suggestion Box was Forward to HRsmart | NO | |||||||||
hua_suggestion_box_forward_hrsmart_note | TEXT |
Suggestion Box Forward Hrsmart Note | Note created when the Suggestion Box is Forward to HRsmart | NO |
Name: | HUA System Field |
Description: | Contains all Data related to System Fields/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_field_id
Relationships for hua_field_id
|
INT(10) |
Field ID | The unique ID of the Field | NO | |||||||||||||||||||||
hua_field_name | VARCHAR(255) |
Field Name | Name of the Field | NO | |||||||||||||||||||||
hua_field_label | VARCHAR(255) |
Field Label | Label to identify the field | YES | |||||||||||||||||||||
hua_field_active | TINYINT(1) |
Field Active | Whether the Field is active or not | NO | |||||||||||||||||||||
hua_field_required | TINYINT(2) |
Field Required | Whether the Field is requiered or not | NO | |||||||||||||||||||||
hua_field_multi_select | TINYINT(1) |
Field Multi Select | Whether the Field is fo the Multiselect kind or not | NO | |||||||||||||||||||||
hua_field_help_text | VARCHAR(255) |
Field Help Text | Text to be displayed as help for the Field | YES | |||||||||||||||||||||
hua_field_type | VARCHAR(255) |
Field Type | What Type the field is | NO | |||||||||||||||||||||
hua_field_rows | INT(10) |
Field Rows | How many Rows the Field has | NO | |||||||||||||||||||||
hua_field_cols | INT(10) |
Field Cols | How many Columns the Field has | NO | |||||||||||||||||||||
hua_field_size | INT(10) |
Field Size | Lenght of the field | NO | |||||||||||||||||||||
hua_field_maxlength | INT(10) |
Field Maxlength | Max Lenght accepted for the input data in the Field | NO | |||||||||||||||||||||
hua_field_system_field | TINYINT(1) |
Field System Field | Whether the field was generated by System or not | NO | |||||||||||||||||||||
hua_field_date_created | DATETIME |
Field Date Created | The date and time when the Field was created | NO | |||||||||||||||||||||
hua_field_last_modified | TIMESTAMP |
Field Last Modified | The date and time when the Field was last modified | NO | |||||||||||||||||||||
hua_field_system_flag | TINYINT(1) |
Field System Flag | Whether this is a system generated Field or not | NO | |||||||||||||||||||||
hua_form_type_id
Relationships for hua_form_type_id
|
INT(10) |
Form Type ID | The unique ID of a related Form Type | NO | |||||||||||||||||||||
hua_field_protected | TINYINT(1) |
Field Protected | Whether the Field is protected or not | NO | |||||||||||||||||||||
hua_field_restricted | TINYINT(1) |
Field Restricted | Whether the Field is Restrricted or not | NO | |||||||||||||||||||||
hua_field_is_repeatable | TINYINT(2) |
Field Is Repeatable | Whether the Field can be Repeated in a Form or not | NO | |||||||||||||||||||||
hua_field_is_translatable | TINYINT(1) |
NO |
Name: | HUA System Field Access |
Description: | Sets of data related to System Field Access/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_field_access_id | INT(11) |
Field Access ID | The unique ID of the Field Access | NO | ||||||
hua_field_access_last_modified | TIMESTAMP |
Field Access Last Modified | The date and time when the Field Access was last modified | NO | ||||||
hua_field_access_date_created | DATETIME |
Field Access Date Created | The date and time when the Field Access was created | NO | ||||||
hua_field_id
Relationships for hua_field_id
|
INT(11) |
Field ID | The unique ID of a related Field | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of a related Group | NO | ||||||
hua_field_permission | ENUM |
Field Permission | The fields specific permissions for a group to determine view only or edit or hidden generally | NO |
Name: | HUA System Field Block |
Description: | Stores Field Blocks, which are predefined combinations of Fields/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_field_block_id
Relationships for hua_field_block_id
|
INT(10) |
Field Block ID | The unique ID of the Field Block | NO | |||||||||
hua_form_type_id
Relationships for hua_form_type_id
|
INT(10) |
Form Type ID | The unique ID of a related Form Type | NO | |||||||||
hua_field_block_last_modified | TIMESTAMP |
Field Block Last Modified | The date and time when the Field Block was last modified | NO | |||||||||
hua_field_block_date_created | DATETIME |
Field Block Date Created | The date and time when the Field Block was created | NO | |||||||||
hua_field_block_name | VARCHAR(255) |
Field Block Name | Name of the Field Block | YES | |||||||||
hua_field_block_label | VARCHAR(255) |
Field Block Label | Label of the Field Block | YES | |||||||||
hua_field_block_help | VARCHAR(255) |
Field Block Help | Help Instructions of the Field Block usage | NO | |||||||||
hua_field_block_active | TINYINT(2) |
Field Block Active | Whether the Field Block is active or not | NO | |||||||||
hua_field_block_system_block | TINYINT(2) |
Field Block System Block | Whether the Field Block is a system Block or not | NO | |||||||||
hua_field_block_is_repeatable | TINYINT(2) |
Field Block Is Repeatable | Whether the Field Block can be repeated in a form or not | NO | |||||||||
hua_field_block_type | ENUM |
NO |
Name: | HUA System File |
Description: | Contains all data related to System Files/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of the File | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_name | VARCHAR(255) |
File Name | Name of the File | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_mimetype | CHAR(80) |
File Mimetype | Type of the File, to indentify it's format | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_module | CHAR(10) |
File Module | Module Name of the File | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_description | CHAR(255) |
File Description | A brief description of the File | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_last_modified | TIMESTAMP |
File Last Modified | The date and time when the File was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_date_created | DATETIME |
File Date Created | The date and time when the File was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_system_flag | TINYINT(1) |
File System Flag | Whether this is a system generated File or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_key_hash | VARCHAR(255) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_file_source_id
Relationships for hua_file_source_id
|
INT(11) |
NO |
Name: | HUA System Form |
Description: | Sets of Data related to System Forms/ Internal Use Only |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Form ID | The unique ID of the Form | NO | |||||||||||||||||||||||||||
hua_form_name | VARCHAR(255) |
Form Name | Name of the Form | YES | |||||||||||||||||||||||||||
hua_form_description | VARCHAR(255) |
Form Description | A brief description of the Form | YES | |||||||||||||||||||||||||||
hua_form_creator_id | INT(10) |
Form Creator ID | Unique User ID of the Form Creator | NO | |||||||||||||||||||||||||||
hua_form_active | TINYINT(1) |
Form Active | Whether the Form is active or not | NO | |||||||||||||||||||||||||||
hua_form_status | ENUM |
Form Status | Status of the Form | NO | |||||||||||||||||||||||||||
hua_form_date_created | DATETIME |
Form Date Created | The date and time when the Form was created | NO | |||||||||||||||||||||||||||
hua_form_last_modified | TIMESTAMP |
Form Last Modified | The date and time when the Form was last modified | NO | |||||||||||||||||||||||||||
hua_form_system_flag | TINYINT(1) |
Form System Flag | Whether this is a system generated Form or not | NO | |||||||||||||||||||||||||||
hua_form_type_id
Relationships for hua_form_type_id
|
INT(10) |
Form Type ID | The unique ID of a related Form Type | NO | |||||||||||||||||||||||||||
hua_form_internal_completion_only | TINYINT(1) |
NO |
Name: | HUA System Form Field |
Description: | Sets of Data related to System Forms Fields/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_form_field_id | INT(10) |
Form Field ID | The unique ID of the Form Field | NO | ||||||
hua_field_id
Relationships for hua_field_id
|
INT(10) |
Field ID | The unique ID of a related Field | NO | ||||||
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Form ID | The unique ID of a related Form | NO | ||||||
hua_form_page_id
Relationships for hua_form_page_id
|
INT(10) |
Form Page ID | The unique ID of a related Form Page | NO | ||||||
hua_form_field_creator_id | INT(10) |
Form Field Creator ID | Unique User ID of the Field Creator | NO | ||||||
hua_form_field_x_coordinate | INT(10) |
Form Field X Coordinate | Horizontal Position of the Field in the Form | NO | ||||||
hua_form_field_y_coordinate | INT(10) |
Form Field Y Coordinate | Vertical Position of the Field in the Form | NO | ||||||
hua_form_field_date_created | DATETIME |
Form Field Date Created | The date and time when the Form Field was created | NO | ||||||
hua_form_field_last_modified | TIMESTAMP |
Form Field Last Modified | The date and time when the Form Field was last modified | NO | ||||||
hua_form_field_system_flag | TINYINT(1) |
Form Field System Flag | Whether this is a system generated Form Field or not | NO | ||||||
hua_form_field_sort_order | INT(11) |
Form Field Sort Order | Numeric order value used for presenting the Form Field | NO | ||||||
hua_form_field_block_id
Relationships for hua_form_field_block_id
|
INT(10) |
Form Field Block ID | Unique ID of the Block where the Field was added | NO | ||||||
hua_form_field_is_repeatable | INT(1) |
Form Field Is Repeatable | Whether the Field is Repeatable or not | NO | ||||||
hua_form_field_minimum_repeats | INT(10) |
Form Field Minimum Repeats | Minimum number of times a Field can be repeated in the Form | NO | ||||||
hua_form_field_maximum_repeats | INT(10) |
Form Field Maximum Repeats | Maximum number of times a Field can be repeated in the Form | NO | ||||||
hua_form_field_active | TINYINT(1) |
NO | ||||||||
hua_form_field_required | TINYINT(1) |
NO |
Name: | HUA System Form Field Answer |
Description: | Stores User's Answers to the Form Fields |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_form_field_answer_id | INT(10) |
Form Field Answer ID | The unique ID of the Form Field Answer | NO | ||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | The unique ID of a related Dynamic Form | NO | ||||||
hua_form_field_answer_value | TEXT |
Form Field Answer Value | Value of the Form Field Answer | YES | ||||||
hua_form_field_answer_date_created | DATETIME |
Form Field Answer Date Created | The date and time when the Form Field Answer was created | NO | ||||||
hua_form_field_answer_last_modified | TIMESTAMP |
Form Field Answer Last Modified | The date and time when the Form Field Answer was last modified | NO | ||||||
hua_form_field_answer_system_flag | TINYINT(1) |
Form Field Answer System Flag | Whether this is a system generated Form Field Answer or not | NO | ||||||
hua_form_field_answer_repeat | INT(10) |
Form Field Answer Repeat | Number of times the Answer is repeated in a Form | NO | ||||||
hua_field_id
Relationships for hua_field_id
|
INT(11) |
Field ID | The unique ID of a related Field | NO |
Name: | HUA System Form Page |
Description: | Stores all data related to System Form Pages/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_form_page_id
Relationships for hua_form_page_id
|
INT(10) |
Form Page ID | The unique ID of the Form Page | NO | ||||||
hua_form_page_name | VARCHAR(255) |
Form Page Name | Name of the Form Page | YES | ||||||
hua_form_page_description | VARCHAR(255) |
Form Page Description | A brief description of the Form Page | YES | ||||||
hua_form_page_number | INT(10) |
Form Page Number | Number of the Page | NO | ||||||
hua_form_page_date_created | DATETIME |
Form Page Date Created | The date and time when the Form Page was created | NO | ||||||
hua_form_page_last_modified | TIMESTAMP |
Form Page Last Modified | The date and time when the Form Page was last modified | NO | ||||||
hua_form_page_system_flag | TINYINT(1) |
Form Page System Flag | Whether this is a system generated Form Page or not | NO |
Name: | HUA System Form Type |
Description: | Stores all data related to all Available Form Types/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_form_type_id
Relationships for hua_form_type_id
|
INT(10) |
Form Type ID | The unique ID of the Form Type | NO | ||||||||||||
hua_form_type_name | VARCHAR(255) |
Form Type Name | Name of the Form Type (ie: Requistion, Interview, etc) | YES | ||||||||||||
hua_form_type_date_created | DATETIME |
Form Type Date Created | The date and time when the Form Type was created | NO | ||||||||||||
hua_form_type_last_modified | TIMESTAMP |
Form Type Last Modified | The date and time when the Form Type was last modified | NO | ||||||||||||
hua_form_type_parent_id | INT(11) |
Form Type Parent ID | Parent form Type, used organized Types | NO | ||||||||||||
hua_module_id
Relationships for hua_module_id
|
INT(11) |
NO |
Name: | HUA System Group |
Description: | Sets of Data related to System's Groups/ Internal Use Only |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of the Group | NO | ||||||||||||||||||||||||||||||
hua_group_date_created | DATETIME |
Group Date Created | The date and time when the Group was created | NO | ||||||||||||||||||||||||||||||
hua_group_last_modified | TIMESTAMP |
Group Last Modified | The date and time when the Group was last modified | NO | ||||||||||||||||||||||||||||||
hua_module_id
Relationships for hua_module_id
|
INT(11) |
Module ID | The unique ID of a related Module | NO | ||||||||||||||||||||||||||||||
hua_group_name | CHAR(255) |
Group Name | Name of the Group | YES | ||||||||||||||||||||||||||||||
hua_group_module_default | TINYINT(1) |
Group Module Default | Whether this is the Default Group for the parent Module or not | NO | ||||||||||||||||||||||||||||||
hua_group_protected | TINYINT(1) |
Group Protected | Whether the Group is write protected or not | NO | ||||||||||||||||||||||||||||||
hua_group_exclude_from_billing | TINYINT(1) |
Group Exclude From Billing | Whether the Group should be considered for billing or not | NO | ||||||||||||||||||||||||||||||
hua_group_system_flag | TINYINT(1) |
Group System Flag | Whether this is a system generated Group or not | NO |
Name: | HUA System Personalized Setting |
Description: | This table contains a record of all available personalization settings in the system. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_personalized_setting_id
Relationships for hua_personalized_setting_id
|
INT(11) |
Personalized Setting ID | The unique ID of the Personalized Setting | NO | |||||||||
hua_personalized_setting_last_modified | TIMESTAMP |
Personalized Setting Last Modified | The date and time when the Personalized Setting was last modified | NO | |||||||||
hua_personalized_setting_date_created | DATETIME |
Personalized Setting Date Created | The date and time when the Personalized Setting was created | NO | |||||||||
hua_personalized_setting_variable | VARCHAR(255) |
Personalized Setting Variable | The unique variable used to identify this personalization setting throughout the system. | NO | |||||||||
hua_personalized_setting_name | VARCHAR(255) |
Personalized Setting Name | Name of the Personalized Setting | NO | |||||||||
hua_personalized_setting_description | VARCHAR(255) |
Personalized Setting Description | A brief description of the Personalized Setting | NO | |||||||||
hua_personalized_setting_type | VARCHAR(255) |
Personalized Setting Type | The type of the personalization setting (e.g. select box, yes/no, etc.) | NO | |||||||||
hua_personalized_setting_option_source | VARCHAR(255) |
Personalized Setting Option Source | The name of the function from where this setting obtains its data. Internal use only | NO | |||||||||
hua_personalized_setting_enabled | TINYINT(1) |
Personalized Setting Enabled | A flag to determine if this personalization setting is enabled. | NO | |||||||||
hua_personalized_setting_visible | TINYINT(1) |
Personalized Setting Visible | A flag to determine if a personalization setting is visible to the user. | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of a related Feature | NO | |||||||||
hua_personalized_setting_system_flag | TINYINT(1) |
Personalized Setting System Flag | Whether this is a system generated Personalized Setting or not | NO |
Name: | HUA System Personalized Setting Option |
Description: | This table contains the list of valid, available options for some personalization settings in the system. Please note that some settings may be populated from other data sources and will not have any rows in this table. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_personalized_setting_option_id | INT(11) |
Personalized Setting Option ID | The unique ID of the Personalized Setting Option | NO | ||||||
hua_personalized_setting_option_last_modified | TIMESTAMP |
Personalized Setting Option Last Modified | The date and time when the Personalized Setting Option was last modified | NO | ||||||
hua_personalized_setting_option_date_created | DATETIME |
Personalized Setting Option Date Created | The date and time when the Personalized Setting Option was created | NO | ||||||
hua_personalized_setting_id
Relationships for hua_personalized_setting_id
|
INT(11) |
Personalized Setting ID | The unique ID of a related Personalized Setting | NO | ||||||
hua_personalized_setting_option_name | VARCHAR(255) |
Personalized Setting Option Name | Name of the Personalized Setting Option | NO | ||||||
hua_personalized_setting_option_value | VARCHAR(255) |
Personalized Setting Option Value | The value of this personalization setting option | NO | ||||||
hua_personalized_setting_option_order | SMALLINT(5) |
Personalized Setting Option Order | Numeric order value used for presenting the Personalized Setting Option | NO | ||||||
hua_personalized_setting_option_system_flag | TINYINT(1) |
Personalized Setting Option System Flag | Whether this is a system generated Personalized Setting Option or not | NO |
Name: | HUA System User Personalized Setting Option |
Description: | This table contains the personalization selections for users in the system. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_personalized_setting_option_id | INT(11) |
User Personalized Setting Option ID | The unique ID of the User Personalized Setting Option | NO | |||||||||
hua_user_personalized_setting_option_last_modified | TIMESTAMP |
User Personalized Setting Option Last Modified | The date and time when the User Personalized Setting Option was last modified | NO | |||||||||
hua_user_personalized_setting_option_date_created | DATETIME |
User Personalized Setting Option Date Created | The date and time when the User Personalized Setting Option was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User. If this value is zero, the row serves as the "default" value for a personalization setting. | NO | |||||||||
hua_personalized_setting_id
Relationships for hua_personalized_setting_id
|
INT(11) |
Personalized Setting ID | The unique ID of a related Personalized Setting | NO | |||||||||
hua_user_personalized_setting_option_value | VARCHAR(255) |
User Personalized Setting Option Value | The selected value for the personalization setting. It may be the unique ID of the hua_personalized_setting_option row or it might directly represent the value depending on the nature of the personalization setting. | NO | |||||||||
hua_user_personalized_setting_option_system_flag | TINYINT(1) |
User Personalized Setting Option System Flag | Whether this is a system generated User Personalized Setting Option or not | NO |
Name: | HUA Template |
Description: | Stores the templates data |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_template_id
Relationships for hua_template_id
|
INT(10) |
Template ID | The unique ID of the Template | NO | |||||||||||||||
hua_template_last_modified | TIMESTAMP |
Template Last Modified | The date and time when the Template was last modified | NO | |||||||||||||||
hua_template_date_created | DATETIME |
Template Date Created | The date and time when the Template was created | NO | |||||||||||||||
hua_template_source_id | INT(10) |
Template Source ID | Template from which this Template inherits | NO | |||||||||||||||
hua_template_name | VARCHAR(255) |
Template Name | Name of the Template | YES | |||||||||||||||
hua_template_text | TEXT |
Template Text | Text to be displayed when using the Template | NO | |||||||||||||||
hua_template_protected | TINYINT(3) |
Template Protected | Whether the Template is Protected or not | NO | |||||||||||||||
hua_module_id
Relationships for hua_module_id
|
INT(10) |
Module ID | The unique ID of a related Module | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of a related Language | NO | |||||||||||||||
hua_template_active | TINYINT(1) |
Template Active | Whether the Template is active or not | NO | |||||||||||||||
hua_template_module_group_id | INT(10) |
Template Module Group ID | The unique ID of a related hua group | NO | |||||||||||||||
hua_template_notification_class | VARCHAR(255) |
Template Notification Class | NOT USED | NO | |||||||||||||||
hua_template_subject | VARCHAR(255) |
Template Subject | The subject of the template | NO | |||||||||||||||
hua_template_system_flag | TINYINT(1) |
Template System Flag | Whether this is a system generated Template or not | NO |
Name: | HUA Template Value |
Description: | Stores the templates values related with the templates |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_template_value_id | INT(11) |
Template Value ID | The unique ID of the Template Value | NO | ||||||
hua_template_value_last_modified | TIMESTAMP |
Template Value Last Modified | The date and time when the Template Value was last modified | NO | ||||||
hua_template_value_date_created | DATETIME |
Template Value Date Created | The date and time when the Template Value was created | NO | ||||||
hua_template_id
Relationships for hua_template_id
|
INT(11) |
Template ID | The unique ID of a related Template | NO | ||||||
hua_template_value | CHAR(255) |
Template Value | Name of the template value | NO | ||||||
hua_template_value_description | CHAR(255) |
Template Value Description | A brief description of the Template Value | NO | ||||||
hua_template_value_system_flag | TINYINT(1) |
Template Value System Flag | Whether this is a system generated Template Value or not | NO |
Name: | HUA Terms Of Use |
Description: | Stores the record of each terms of use group in the application |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_terms_of_use_id
Relationships for hua_terms_of_use_id
|
INT(10) |
Terms Of Use ID | The unique ID of the Terms Of Use | NO | |||||||||||||||
hua_terms_of_use_last_modified | TIMESTAMP |
Terms Of Use Last Modified | The date and time when the Terms Of Use was last modified | NO | |||||||||||||||
hua_terms_of_use_date_created | TIMESTAMP |
Terms Of Use Date Created | The date and time when the Terms Of Use was created | NO | |||||||||||||||
hua_terms_of_use_primary | TINYINT(1) |
Terms Of Use Primary | NO | ||||||||||||||||
hua_terms_of_use_label | CHAR(255) |
NO |
Name: | HUA Terms Of Use Translation |
Description: | Stores the detailed information about each terms of use translation in the application. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_terms_of_use_translation_id
Relationships for hua_terms_of_use_translation_id
|
INT(10) |
Terms Of Use Translation ID | The unique ID of the Terms Of Use Translation | NO | |||||||||||||||
hua_terms_of_use_translation_last_modified | TIMESTAMP |
Terms Of Use Translation Last Modified | The date and time when the Terms Of Use Translation was last modified | NO | |||||||||||||||
hua_terms_of_use_translation_date_created | TIMESTAMP |
Terms Of Use Translation Date Created | The date and time when the Terms Of Use Translation was created | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of a related Language | NO | |||||||||||||||
hua_terms_of_use_translation_active | TINYINT(1) |
Terms Of Use Translation Active | Whether the Terms Of Use Translation is active or not | NO | |||||||||||||||
hua_terms_of_use_translation_default | TINYINT(1) |
Terms Of Use Translation Default | Flag to determine if this is the default translation for the terms of use group | NO | |||||||||||||||
hua_terms_of_use_version_id
Relationships for hua_terms_of_use_version_id
|
INT(11) |
NO | |||||||||||||||||
hua_terms_of_use_translation_last_updated_by_id | INT(11) |
NO | |||||||||||||||||
hua_terms_of_use_translation_created_by_id | INT(11) |
NO |
Name: | HUA Test Answer |
Description: | Stores the Test Answers data |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_test_answer_id | INT(11) |
Test Answer ID | The unique ID of the Test Answer | NO | ||||||
hua_test_answer_last_modified | TIMESTAMP |
Test Answer Last Modified | The date and time when the Test Answer was last modified | NO | ||||||
hua_test_answer_date_created | DATETIME |
Test Answer Date Created | The date and time when the Test Answer was created | NO | ||||||
hua_test_question_id
Relationships for hua_test_question_id
|
INT(11) |
Test Question ID | The unique ID of a related Test Question | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||
hua_test_answer_order | SMALLINT(6) |
Test Answer Order | Numeric order value used for presenting the Test Answer | NO | ||||||
hua_test_answer | VARCHAR(255) |
Test Answer | The actual answer of the related test question | YES | ||||||
hua_test_answer_scale | VARCHAR(255) |
Test Answer Scale | The scale of the test answer | NO | ||||||
hua_test_answer_value | SMALLINT(6) |
Test Answer Value | The value that this answer has in the test grade | NO | ||||||
hua_test_answer_is_correct | TINYINT(1) |
Test Answer Is Correct | Flag that states if the test answer is correct | NO | ||||||
hua_test_answer_if_correct | INT(11) |
Test Answer If Correct | The unique ID of a related test question that would be the next one if the current one is correct | NO | ||||||
hua_test_answer_if_wrong | INT(11) |
Test Answer If Wrong | The unique ID of a related test question that would be the next one if the current one is wrong | NO | ||||||
hua_test_answer_child | INT(11) |
Test Answer Child | The unique ID of the next test question | NO | ||||||
hua_test_answer_flag | TINYINT(1) |
Test Answer Flag | Flag that states what is the match type ( 'contains' or 'exactly matches' ) | NO |
Name: | HUA Test Data |
Description: | Stores the Tests data |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of the Test | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_last_modified | TIMESTAMP |
Test Last Modified | The date and time when the Test was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_date_created | DATETIME |
Test Date Created | The date and time when the Test was created | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_name | CHAR(255) |
Test Name | Name of the Test | YES | ||||||||||||||||||||||||||||||||||||||||||
hua_test_owner_id | INT(11) |
Test Owner ID | The unique user ID of the related test owner | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_start_date | DATE |
Test Start Date | The date the test starts | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_end_date | DATE |
Test End Date | The date the test ends | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_status | CHAR(255) |
Test Status | The status the test is in | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_instructions | CHAR(255) |
Test Instructions | The instructions for taking the test | YES | ||||||||||||||||||||||||||||||||||||||||||
hua_test_total_time | INT(11) |
Test Total Time | The total time available for taking the test | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_start_message | CHAR(255) |
Test Start Message | The start message for the test | YES | ||||||||||||||||||||||||||||||||||||||||||
hua_test_final_message | CHAR(255) |
Test Final Message | the final message for the test | YES | ||||||||||||||||||||||||||||||||||||||||||
hua_test_minimum_score | DOUBLE |
Test Minimum Score | The minimum possible score of the test | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_maximum_score | DOUBLE |
Test Maximum Score | The maximum possible score of the test | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_template | INT(11) |
Test Template | Whether the test is saved as a template or not | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_survey | INT(11) |
Test Survey | Whether the test is a survey or not | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_clone_id
Relationships for hua_test_clone_id
|
INT(10) |
Test Clone ID | The unique ID of a related clone test | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_test_parent_id
Relationships for hua_test_parent_id
|
INT(11) |
NO |
Name: | HUA Test Question |
Description: | Set of Questions to be included in the Tests |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_test_question_id
Relationships for hua_test_question_id
|
INT(11) |
Test Question ID | The unique ID of the Test Question | NO | ||||||||||||
hua_test_question_last_modified | TIMESTAMP |
Test Question Last Modified | The date and time when the Test Question was last modified | NO | ||||||||||||
hua_test_question_date_created | DATETIME |
Test Question Date Created | The date and time when the Test Question was created | NO | ||||||||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||||||||
hua_test_question_type | CHAR(255) |
Test Question Type | The type of question ( true-false , mcsa, essay, keyword, etc) | NO | ||||||||||||
hua_test_question | TEXT |
Test Question | The actual test question | YES | ||||||||||||
hua_test_question_image | CHAR(255) |
Test Question Image | Path to the test question image if available | NO | ||||||||||||
hua_test_question_instructions | CHAR(255) |
Test Question Instructions | The instructions for answering the question | YES | ||||||||||||
hua_test_question_string_beginning | CHAR(255) |
Test Question String Beginning | The portion of the test question before the fill in the blank | NO | ||||||||||||
hua_test_question_string_end | CHAR(255) |
Test Question String End | The portion of the test question after the fill in the blank | NO | ||||||||||||
hua_test_question_comments | INT(1) |
Test Question Comments | Flag that states if the question has comments or not | NO | ||||||||||||
hua_test_question_optional | INT(11) |
Test Question Optional | Flag that states if the question is required or not | NO | ||||||||||||
hua_test_question_order | INT(11) |
Test Question Order | Numeric order value used for presenting the Test Question | NO | ||||||||||||
hua_test_question_default_child | INT(11) |
Test Question Default Child | The unique ID of the default following question | NO | ||||||||||||
hua_test_question_min_choices | INT(11) |
Test Question Min Choices | Quantity of how many Choices should be selected as least | NO | ||||||||||||
hua_test_question_max_choices | INT(11) |
Test Question Max Choices | Quantity of how many Choices should be selected as top | NO | ||||||||||||
hua_test_question_page_number | INT(11) |
Test Question Page Number | Number of the page where the Question is Displayed | NO | ||||||||||||
hua_test_question_parent_id | INT(11) |
Test Question Parent ID | Unique Id of the Test Question who this one follow up | NO | ||||||||||||
hua_test_question_category_group | INT(11) |
Test Question Category Group | Number of the Category Group to which the Question belongs | NO | ||||||||||||
hua_document_id
Relationships for hua_document_id
|
INT(11) |
Document ID | The unique ID of a related Document | NO |
Name: | HUA Test Taker |
Description: | Set of Test Takers |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_test_taker_id
Relationships for hua_test_taker_id
|
INT(11) |
Test Taker ID | The unique ID of the Test Taker | NO | ||||||||||||||||||
hua_test_taker_last_modified | TIMESTAMP |
Test Taker Last Modified | The date and time when the Test Taker was last modified | NO | ||||||||||||||||||
hua_test_taker_date_created | DATETIME |
Test Taker Date Created | The date and time when the Test Taker was created | NO | ||||||||||||||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | ||||||||||||||||||
hua_test_taker_started | DATETIME |
Test Taker Started | The date and time at which the Taker started the Test. | NO | ||||||||||||||||||
hua_test_taker_ended | DATETIME |
Test Taker Ended | The date and time at which the Taker finished the Test. | NO | ||||||||||||||||||
hua_test_taker_final_comment | TEXT |
Test Taker Final Comment | The final comment entered by the Taker. | NO | ||||||||||||||||||
hua_test_taker_calculated_score | DOUBLE |
Test Taker Calculated Score | The Score of the test calculated by the system. | NO | ||||||||||||||||||
hua_test_taker_overriden_score | DOUBLE |
Test Taker Overriden Score | The Score of the test overridden by a User with privileges to do so. | NO | ||||||||||||||||||
hua_test_taker_overriden_comment | TEXT |
Test Taker Overriden Comment | The comment entered by the User who overrode the Score when doing so. | NO | ||||||||||||||||||
hua_test_taker_overriden_by | INT(11) |
Test Taker Overriden By | The User who Overrode the Test Taker Score | NO | ||||||||||||||||||
hua_test_taker_selected | TINYINT(1) |
Test Taker Selected | Whether the Test Taker was Selected or not | NO | ||||||||||||||||||
hua_test_current_question_id | INT(11) |
Test Current Question ID | The Unique ID of the Current Question | NO |
Name: | HUA Test Taker Answer |
Description: | Relates the test questions, answers and test takers |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_test_taker_answer_id | INT(11) |
Test Taker Answer ID | The unique ID of the Test Taker Answer | NO | ||||||
hua_test_taker_answer_last_modified | TIMESTAMP |
Test Taker Answer Last Modified | The date and time when the Test Taker Answer was last modified | NO | ||||||
hua_test_taker_answer_date_created | DATETIME |
Test Taker Answer Date Created | The date and time when the Test Taker Answer was created | NO | ||||||
hua_test_taker_id
Relationships for hua_test_taker_id
|
INT(11) |
Test Taker ID | The unique ID of a related Test Taker | NO | ||||||
hua_test_taker_question_id
Relationships for hua_test_taker_question_id
|
INT(11) |
Test Taker Question ID | The unique ID of a related Test Taker Question | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||
hua_answer_id | INT(11) |
Answer ID | The unique ID of a related Answer | NO | ||||||
hua_test_taker_answer | TEXT |
Test Taker Answer | The Asnwer selected by the Test Taker | NO | ||||||
hua_test_taker_answer_ignore | INT(11) |
Test Taker Answer Ignore | Wether the test taker answer is ignored | NO | ||||||
hua_test_taker_answer_value | SMALLINT(6) |
Test Taker Answer Value | The value that this question will add to the overall grade | NO |
Name: | HUA Test Taker Question |
Description: | Stores data about test taker question |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_test_taker_question_id
Relationships for hua_test_taker_question_id
|
INT(11) |
Test Taker Question ID | The unique ID of the Test Taker Question | NO | ||||||
hua_test_taker_question_last_modified | TIMESTAMP |
Test Taker Question Last Modified | The date and time when the Test Taker Question was last modified | NO | ||||||
hua_test_taker_question_date_created | DATETIME |
Test Taker Question Date Created | The date and time when the Test Taker Question was created | NO | ||||||
hua_test_taker_id
Relationships for hua_test_taker_id
|
INT(11) |
Test Taker ID | The unique ID of a related Test Taker | NO | ||||||
hua_test_question_id
Relationships for hua_test_question_id
|
INT(11) |
Test Question ID | The unique ID of a related Test Question | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||
hua_test_taker_question_start | DATETIME |
Test Taker Question Start | Starting time of the test taker question | NO | ||||||
hua_test_taker_question_end | DATETIME |
Test Taker Question End | Ending time of the test taker question | NO | ||||||
hua_test_taker_question_review | TINYINT(1) |
Test Taker Question Review | NOT USED | NO | ||||||
hua_test_taker_question_comments | TEXT |
Test Taker Question Comments | Allows the responder to enter additional comments for the question | NO |
Name: | HUA Theme Color |
Description: | Color selection for the Themes |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_theme_color_id | INT(10) |
NO | ||
hua_theme_color_date_created | TIMESTAMP |
NO | ||
hua_theme_color_last_modified | TIMESTAMP |
NO | ||
hua_theme_color_name | VARCHAR(255) |
NO | ||
hua_theme_color_logical_value | VARCHAR(255) |
NO | ||
hua_theme_color_deactivated | TINYINT(1) |
NO | ||
hua_theme_color_order | SMALLINT(2) |
NO |
Name: | HUA Time Format |
Description: | Stores the available Time Formats |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_time_format_id | INT(11) |
Time Format ID | The unique ID of the Time Format | NO |
hua_time_format_value | CHAR(255) |
Time Format Value | The name of the Time Format | YES |
hua_time_format_pattern | CHAR(255) |
Time Format Pattern | The actual pattern of the Time Format | NO |
hua_time_format_order | INT(11) |
Time Format Order | Numeric order value used for presenting the Time Format | NO |
hua_time_format_date_created | DATETIME |
Time Format Date Created | The date and time when the Time Format was created | NO |
hua_time_format_last_modified | TIMESTAMP |
Time Format Last Modified | The date and time when the Time Format was last modified | NO |
Name: | HUA Time Zones |
Description: | System Time Zones |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_time_zone_id
Relationships for hua_time_zone_id
|
INT(11) |
Time Zone ID | Unique Time Zone System ID | NO | ||||||
hua_time_zone_date_created | DATETIME |
NO | ||||||||
hua_time_zone_last_modified | TIMESTAMP |
NO | ||||||||
hua_time_zone_value | CHAR(255) |
YES | ||||||||
hua_time_zone_abbreviation | CHAR(255) |
Time Zone Abbreviation | Abbreviation according to time zone conventions | NO | ||||||
hua_time_zone_code | CHAR(255) |
NO | ||||||||
hua_time_zone_order | INT(11) |
NO |
Name: | HUA Travel Availability |
Description: | Used in the User's Profile to indicate the Travel Availability |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
Travel ID | Unique Travel Availability ID | NO | ||||||||||||||||||||||||
hua_travel_last_modified | TIMESTAMP |
Travel Last Modified | Last Time the Travel Availaility was modified | NO | ||||||||||||||||||||||||
hua_travel_date_created | DATETIME |
Travel Date Created | Date when the Travel Availability was created | NO | ||||||||||||||||||||||||
hua_travel_name | CHAR(255) |
Travel Availability | Name of the Travel Availability | YES | ||||||||||||||||||||||||
hua_travel_order | SMALLINT(5) |
Travel Availability Order | Order in the Dropdown each option will be displayed | NO | ||||||||||||||||||||||||
hua_travel_deactivated | TINYINT(1) |
Travel Deactivated | If this option is enabled, the Travel Availability Option will no longer be used | NO | ||||||||||||||||||||||||
hua_travel_system_flag | TINYINT(1) |
Travel Availability System Flag | Indicates whatever the option is part of the system default options or not | NO |
Name: | HUA User |
Description: | List of all Active and Inactive Users in the System |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System ID for the User | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_last_modified | TIMESTAMP |
User Last Modified | Date when the User was Last Modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_date_created | DATETIME |
User Date Created | Date when the User Row was Created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_state_id
Relationships for hua_state_id
|
INT(10) |
State ID | System ID of the User's State | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_email | VARCHAR(255) |
User E-mail Address | The user's e-mail address. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_password | VARCHAR(255) |
User Password | Encrypted User Password | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_firstname | VARCHAR(255) |
User Firstname | The User's first name. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_middlename | VARCHAR(255) |
User Middlename | The User's middle name initial. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_lastname | VARCHAR(255) |
User Lastname | The User's last name. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_city | VARCHAR(100) |
User City | User City Address | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_address_one | VARCHAR(255) |
User Address One | First row of the User Address | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_address_two | VARCHAR(255) |
User Address Two | Second row of the User Address | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_address_three | VARCHAR(255) |
User Address Three | Third row of the User Address | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_zipcode | VARCHAR(20) |
User Zipcode | The User's zip code. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_dob | DATE |
User Day of Birth | The User's date of birth. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_added | DATETIME |
User Added Date | Date when the User was Added | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_lockedout | DATETIME |
User Lockedout State | This field indicates if the User was lockout after several Wrong Passwords Attempts | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_login | VARCHAR(100) |
User Login | User alternative Login Field. This field will be used as login if it was defined in the settings. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_country | INT(10) |
User Country ID | System ID of the User's Country | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_county_municipality | VARCHAR(255) |
User County Municipality | The County/Municipality of user. Currently this is set only on the user edit account page available from the badge. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
User Location ID | System ID for the User's Location | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
Job Family ID | The unique ID of the User's Job Family. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_status_id
Relationships for hua_user_status_id
|
INT(11) |
User Status ID | System ID for the User's Status | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_hire_date | DATE |
User Hire Date | The date the User was hired. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_manager_id | INT(10) |
Manager ID | The Manager's User System ID | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_extracurricular | VARCHAR(255) |
User Extracurricular Activities | User Extracurricular Activities | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_employee_id | VARCHAR(255) |
User Employee ID | Internal Employee ID | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_time_zone_id | INT(11) |
User Time Zone ID | System ID for the User's Time Zone | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_secret_question | VARCHAR(255) |
User Secret Question | Secret Question used to recover the User Password | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_secret_answer | VARCHAR(255) |
User Secret Answer | Correct Answer for the User Secret Question, used to recover the User Password | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_firsttime | DATETIME |
User First Time Login | Date when the User Login for the First Time | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OrganizationalUnit_oid | VARCHAR(38) |
OrganizationalUnit Oid | Not used. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_is_hrsmart | TINYINT(1) |
HRsmart User Flag | Indicates if the User is part of the HRsmart Staff | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_terminated | DATETIME |
User Terminated Date | Date when the User was Terminated and removed from the system | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_password_last_changed | DATETIME |
User Password Last Changed Date | Date when the User Password was changed by the last time | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_is_external | TINYINT(1) |
External User Flag | This flag indicates if the User is a Company External User | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
Company/Division ID | System ID for the Company/Division the User belongs | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_start_date | DATETIME |
User Start Date | Date when the user Start with the Company | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_system_flag | TINYINT(1) |
User System Flag | Whether the User is system generated or not. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_internal_number | VARCHAR(30) |
User Internal Number | ID Number Assign Internally by the Company | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_termination_reason | ENUM |
User Termination Reason | Reason why the User was Terminated | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_enroll_new_hire_curriculum | TINYINT(1) |
User Enroll New Hire Curriculum Flag | This flag indicates if the User was Enrolled in a New Hire Curriculum | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_facebook_id | INT(10) |
User Facebook ID | User's Facebook ID Code, used to connect with Facebook | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_new_hire_exported | DATETIME |
User New Hire Exported | Date in which the user was exported. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_deactivated | TINYINT(1) |
User Deactivated | Whether the User is inactive or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_skipped_approver | TINYINT(1) |
User Skipped Approver | A flag used to specify if the user will be skipped when he is within an approval chain. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_original_email | VARCHAR(255) |
User Original Email | User Original Email. This field will be used to retain the jobseekers original email address | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_rehire_eligibility_id
Relationships for hua_user_rehire_eligibility_id
|
INT(10) |
User Rehire Eligibility ID | The ID of a related User Rehire Eligibility | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_do_not_hire | TINYINT(1) |
User Do Not Hire | Whether to hire the user or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_is_former_employee | TINYINT(1) |
User Is Former Employee | Whether the User is a Former Employee or not | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_separation_comments | MEDIUMTEXT |
User Separation Comments | Comment specified when Separation takes place | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_send_career_center_login_notification | TINYINT(1) |
User Send Career Center Login Notification | This indicates whether or not the user will receive a notification with login details upon separation from the company. This would allow the user to reapply for a job and continue to use the external portal of the ATS while still benefiting from the infor | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_education_level_id | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_force_password_change | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_deleted | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_last_activity | DATETIME |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_do_not_email | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_force_email_change | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_force_verify_email | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_hash | VARCHAR(255) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_hash_date_created | DATETIME |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_separation_date | DATETIME |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_taxable_entity_id
Relationships for hua_taxable_entity_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_terminated_by | INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_accepted_dlz_terms | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_password_verification_code | VARCHAR(255) |
NO |
Name: | HUA User Address |
Description: | Stores the User's addresses |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_address_id | INT(10) |
User Address ID | The unique ID of the User Address | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_address_last_modified | TIMESTAMP |
User Address Last Modified | The date and time when the User Address was last modified | NO | |||||||||
hua_user_address_date_created | DATETIME |
User Address Date Created | The date and time when the User Address was created | NO | |||||||||
hua_user_address_current | TINYINT(1) |
User Address Current | Current address of the User | NO | |||||||||
hua_user_address_line_1 | VARCHAR(255) |
User Address Line 1 | First line of the User address | NO | |||||||||
hua_user_address_line_2 | VARCHAR(255) |
User Address Line 2 | Second line of the User address | NO | |||||||||
hua_user_address_line_3 | VARCHAR(255) |
NO | |||||||||||
hua_user_address_city | VARCHAR(255) |
User Address City | City of the User address | NO | |||||||||
hua_user_address_state
Relationships for hua_user_address_state
|
INT(10) |
User Address State | State of the User address | NO | |||||||||
hua_user_address_zip | VARCHAR(255) |
User Address Zip | Zip code of the User adderess | NO | |||||||||
hua_user_address_country | INT(10) |
User Address Country | Country of the User address | NO | |||||||||
hua_user_country_municipality | VARCHAR(255) |
NO | |||||||||||
hua_user_address_latitude | FLOAT |
NO | |||||||||||
hua_user_address_longitude | FLOAT |
NO |
Name: | HUA User Association |
Description: | Stores the users associations in regards to professional associations (development profile) |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_association_id | INT(10) |
User Association ID | The unique ID of the User Association | NO | |||||||||
hua_user_association_last_modified | TIMESTAMP |
User Association Last Modified | The date and time when the User Association was last modified | NO | |||||||||
hua_user_association_date_created | DATETIME |
User Association Date Created | The date and time when the User Association was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_association_name | CHAR(255) |
User Association Name | Name of the User Association (Used in the development profile for professional association) | YES | |||||||||
hua_user_association_since | DATE |
User Association Since | Date when the Association is effective from | NO |
Name: | HUA User Certificates |
Description: | Stores User Skill's Certificates |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_cert_id | INT(10) |
User Certificate ID | The unique ID of the User Certificate | NO | |||||||||
hua_user_cert_last_modified | TIMESTAMP |
User Certificate Last Modified | The date and time when the User Certificate was last modified | NO | |||||||||
hua_user_cert_date_created | DATETIME |
User Certificate Date Created | The date and time when the User Certificate was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_cert_name | CHAR(255) |
User Certificate Name | Name of the User Certificate | YES | |||||||||
hua_user_cert_description | CHAR(255) |
User Certificate Description | A brief description of the User Certificate | YES | |||||||||
hua_user_skill_id
Relationships for hua_user_skill_id
|
INT(10) |
User Skill ID | The unique ID of a related User Skill | NO |
Name: | HUA User Diversity |
Description: | Stores User Diversity Selections |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_diversity_id | INT(11) |
User Diversity ID | The unique ID of the User Diversity | NO | |||||||||
hua_user_diversity_last_modified | TIMESTAMP |
User Diversity Last Modified | The date and time when the User Diversity was last modified | NO | |||||||||
hua_user_diversity_date_created | DATETIME |
User Diversity Date Created | The date and time when the User Diversity was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_diversity_category_value_id
Relationships for hua_diversity_category_value_id
|
INT(11) |
Diversity Category Value ID | The unique ID of a related Diversity Category Value | NO | |||||||||
hua_user_diversity_type | ENUM |
NO | |||||||||||
hua_diversity_category_id
Relationships for hua_diversity_category_id
|
INT(11) |
NO | |||||||||||
hua_user_diversity_additional_info | VARCHAR(250) |
NO |
Name: | HUA User Education History |
Description: | Stores the User education History |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_education_history_id
Relationships for hua_user_education_history_id
|
INT(10) |
User Education History ID | The unique ID of the User Education History | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_education_history_last_modified | TIMESTAMP |
User Education History Last Modified | The date and time when the User Education History was last modified | NO | |||||||||
hua_user_education_history_date_created | DATETIME |
User Education History Date Created | The date and time when the User Education History was created | NO | |||||||||
hua_user_education_history_institution_id | INT(10) |
User Education History Institution ID | External ID of the education history institution entry | NO | |||||||||
hua_user_education_history_institution_name | VARCHAR(255) |
User Education History Institution Name | Name of the User Education History | NO | |||||||||
hua_user_education_history_area_of_study | VARCHAR(255) |
User Education History Area Of Study | Area of study of the education history entry | NO | |||||||||
hua_user_education_history_certificate_earned_id | INT(10) |
User Education History Certificate Earned ID | External ID of the education history certificate entry | NO | |||||||||
hua_user_education_history_certificate_earned_name | VARCHAR(255) |
User Education History Certificate Earned Name | Name of the User Education History entry | NO | |||||||||
hua_user_education_history_start_date | DATETIME |
User Education History Start Date | Start date of the education history entry | NO | |||||||||
hua_user_education_history_end_date | DATETIME |
User Education History End Date | End date of the education history entry | NO | |||||||||
hua_user_education_history_expiration_date | DATETIME |
User Education History Expiration Date | Expiration date of the education history entry | NO | |||||||||
hua_user_education_history_details | TEXT |
User Education History Details | Details of the education history entry | NO |
Name: | HUA User Education History Pending |
Description: | Stores the User Education History records that are pending approval |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_education_history_pending_id | INT(10) |
User Education History Pending ID | The unique ID of the User Education History Pending | NO | |||||||||
hua_user_education_history_id
Relationships for hua_user_education_history_id
|
INT(10) |
User Education History ID | The unique ID of a related User Education History | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_education_history_pending_institution_id | INT(10) |
User Education History Pending Institution ID | External ID of the education history institution entry | NO | |||||||||
hua_user_education_history_pending_institution_name | VARCHAR(255) |
User Education History Pending Institution Name | Name of the User Education History Pending | NO | |||||||||
hua_user_education_history_pending_area_of_study | VARCHAR(255) |
User Education History Pending Area Of Study | Area of study of the education history entry | NO | |||||||||
hua_user_education_history_pending_certificate_earned_id | INT(10) |
User Education History Pending Certificate Earned ID | External ID of the education history certificate entry | NO | |||||||||
hua_user_education_history_pending_certificate_earned_name | VARCHAR(255) |
User Education History Pending Certificate Earned Name | Name of the certificate earned | NO | |||||||||
hua_user_education_history_pending_start_date | DATETIME |
User Education History Pending Start Date | Start date of the education record | NO | |||||||||
hua_user_education_history_pending_end_date | DATETIME |
User Education History Pending End Date | End date of the education record | NO | |||||||||
hua_user_education_history_pending_expiration_date | DATETIME |
User Education History Pending Expiration Date | Date the certificate/degree expires | NO | |||||||||
hua_user_education_history_pending_details | TEXT |
User Education History Pending Details | Details of the education history entry | NO | |||||||||
hua_user_education_history_pending_last_modified | TIMESTAMP |
User Education History Pending Last Modified | The date and time when the User Education History Pending was last modified | NO | |||||||||
hua_user_education_history_pending_date_created | DATETIME |
User Education History Pending Date Created | The date and time when the User Education History Pending was created | NO |
Name: | HUA User Job History |
Description: | Relates Users with Jobs building the User's Job History |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_job_history_id | INT(11) |
User Job History ID | The unique ID of the User Job History | NO | |||||||||
hua_user_job_history_last_modified | TIMESTAMP |
User Job History Last Modified | The date and time when the User Job History was last modified | NO | |||||||||
hua_user_job_history_date_created | DATETIME |
User Job History Date Created | The date and time when the User Job History was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO |
Name: | HUA User Language |
Description: | Languages the Users have any level of Proficiency entered in the User Prefenences section of the User menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_language_id | INT(10) |
User Language ID | The unique ID of the User Language | NO | |||||||||
hua_user_language_last_modified | TIMESTAMP |
User Language Last Modified | The date and time when the User Language was last modified | NO | |||||||||
hua_user_language_date_created | DATETIME |
User Language Date Created | The date and time when the User Language was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_language | CHAR(255) |
User Language | Language Known by the User | YES | |||||||||
hua_user_language_proficiency | CHAR(255) |
User Language Proficiency | Language Skill Level | NO |
Name: | HUA User Last Log In |
Description: | Stores information about the most recent logins for each user |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_lastlogin_id | INT(11) |
User Lastlogin ID | The unique ID of the User Lastlogin | NO | |||||||||
hua_user_lastlogin_last_modified | TIMESTAMP |
User Lastlogin Last Modified | The date and time when the User Lastlogin was last modified | NO | |||||||||
hua_user_lastlogin_date_created | DATETIME |
User Lastlogin Date Created | The date and time when the User Lastlogin was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_lastlogin_session_id | VARCHAR(64) |
User Lastlogin Session ID | The session ID generated when the user last logged in | NO | |||||||||
hua_user_lastlogin | DATETIME |
User Lastlogin | The date and time when the user last logged into the system | NO | |||||||||
hua_user_lastlogin_browser_info | VARCHAR(255) |
User Lastlogin Browser Info | The browser the user last used to log into the system | NO | |||||||||
hua_user_prev_login_date | DATETIME |
NO |
Name: | HUA User Mydictionary Word List |
Description: | Stores Word's List for feature Mydictionary. With this feature the user can add Words that will be ignore by the Spellcheck. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_mydictionary_id | INT(10) |
User Mydictionary ID | The unique ID of the User Mydictionary | NO | |||||||||
hua_word | CHAR(255) |
Word | The Word included to the User's Dictionary | NO | |||||||||
hua_word_length | INT(11) |
Word Length | Length of the Word | NO | |||||||||
hua_word_metaphone | CHAR(255) |
Word Metaphone | Metaphone is a phonetic representation for the Word, used to find Spellcheck recommendations | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO |
Name: | HUA User Password History |
Description: | Stores the Users password histories |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_password_history_id | INT(10) |
User Password History ID | The unique ID of the User Password History | NO | |||||||||
hua_user_password_history_date_created | DATETIME |
User Password History Date Created | The date and time when the User Password History was created | NO | |||||||||
hua_user_password_history_last_modified | TIMESTAMP |
User Password History Last Modified | The date and time when the User Password History was last modified | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_password | VARCHAR(255) |
User Password | The password of the User (encrypted) | NO | |||||||||
hua_user_password_history_depth | SMALLINT(2) |
User Password History Depth | The depth of the User password history | NO |
Name: | HUA User Picture |
Description: | Stores the Users pictures data |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_picture_id | INT(10) |
User Picture ID | The unique ID of the User Picture | NO | |||||||||
hua_user_picture_last_modified | TIMESTAMP |
User Picture Last Modified | The date and time when the User Picture was last modified | NO | |||||||||
hua_user_picture_date_created | DATETIME |
User Picture Date Created | The date and time when the User Picture was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_picture_normal_file_id | INT(11) |
User Picture Normal File ID | The unique ID of the Normal size User's picture file | NO | |||||||||
hua_user_picture_large_file_id | INT(11) |
User Picture Large File ID | The unique ID of the Large size User's picture file | NO | |||||||||
hua_user_picture_system_flag | TINYINT(1) |
User Picture System Flag | Whether this is a system generated User Picture or not | NO |
Name: | HUA User Preference |
Description: | Stores the user preferences |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_preference_id | INT(10) |
User Preference ID | The unique ID of the User Preference | NO | |||||||||
hua_user_preference_last_modified | TIMESTAMP |
User Preference Last Modified | The date and time when the User Preference was last modified | NO | |||||||||
hua_user_preference_date_created | DATETIME |
User Preference Date Created | The date and time when the User Preference was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_preference_domestic_relocation | VARCHAR(255) |
User Preference Domestic Relocation | Wether the user accepts to be relocated domestically or not | NO | |||||||||
hua_user_preference_international_relocation | VARCHAR(255) |
User Preference International Relocation | Wether the user accepts to be relocated internationally or not | NO | |||||||||
hua_user_relocation_comments | VARCHAR(255) |
User Relocation Comments | User comments about the relocation preferences | NO | |||||||||
hua_user_preference_special_needs | VARCHAR(255) |
User Preference Special Needs | User comments about any special needs | NO | |||||||||
hua_user_preference_medical_insurance | VARCHAR(255) |
User Preference Medical Insurance | Medical insurance preference ( i.e. Personal, Family or None) | NO | |||||||||
hua_user_preference_available_date | DATETIME |
User Preference Available Date | Date when the user will be available | NO | |||||||||
hua_user_preference_availability | VARCHAR(255) |
User Preference Availability | User comments about his/her availability | NO | |||||||||
hua_user_preference_preferred_job_location | VARCHAR(255) |
User Preference Preferred Job Location | User preferred job location | NO | |||||||||
hua_user_preference_intro_blurb | VARCHAR(255) |
User Preference Intro Blurb | Learning profile About Me comments | NO | |||||||||
hua_user_preference_pic_file_id | INT(11) |
User Preference Pic File ID | User preference pic file ID | NO | |||||||||
hua_preference_id | INT(10) |
Preference ID | The unique ID of a related Preference | NO | |||||||||
hua_user_preference_value | VARCHAR(255) |
User Preference Value | NOT USED | NO |
Name: | HUA User Preference Job Category |
Description: | Stores the job preferences categories related to the user |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_preference_job_category_id | INT(10) |
User Preference Job Category ID | The unique ID of the User Preference Job Category | NO | |||||||||
hua_user_preference_job_category_last_modified | TIMESTAMP |
User Preference Job Category Last Modified | The date and time when the User Preference Job Category was last modified | NO | |||||||||
hua_user_preference_job_category_date_created | DATETIME |
User Preference Job Category Date Created | The date and time when the User Preference Job Category was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_job_category_id
Relationships for hua_job_category_id
|
INT(10) |
Job Category ID | The unique ID of a related Job Category | NO |
Name: | HUA User Preference Job Type |
Description: | Stores the job preferences related to the hua users, entered on the User preferences form. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_preference_job_type_id | INT(10) |
User Preference Job Type ID | The unique ID of the User Preference Job Type | NO | |||||||||
hua_user_preference_job_type_last_modified | TIMESTAMP |
User Preference Job Type Last Modified | The date and time when the User Preference Job Type was last modified | NO | |||||||||
hua_user_preference_job_type_date_created | DATETIME |
User Preference Job Type Date Created | The date and time when the User Preference Job Type was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
Job Type ID | The unique ID of a related Job Type | NO |
Name: | HUA User Reason for Voluntary Termination |
Description: | Stores the type of termination of a user and the reason |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of the User Separation Reason | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_reason_id | INT(10) |
User Reason ID | The unique ID of the User Separation Reason | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_separation_type | ENUM |
User Separation Type | Type of User Separation | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_separation_reason_date_created | DATETIME |
User Separation Reason Date Created | The date and time when the User Separation Reason was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_user_separation_reason_last_modified | TIMESTAMP |
User Separation Reason Last Modified | The date and time when the User Separation Reason was last modified | NO |
Name: | HUA User Rehire Eligibility |
Description: | Stores all list of rehire Eligibility choices |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_rehire_eligibility_id
Relationships for hua_user_rehire_eligibility_id
|
INT(10) |
User Rehire Eligibility ID | The unique ID of the User Rehire Eligibility | NO | ||||||
hua_user_rehire_eligibility_value | VARCHAR(255) |
User Rehire Eligibility Value | Value of the User Rehire Eligibility | YES | ||||||
hua_user_rehire_eligibility_logical_value | ENUM |
User Rehire Eligibility Logical Value | The Logic Value of the User Rehire Eligibility | NO | ||||||
hua_user_rehire_eligibility_order | INT(10) |
User Rehire Eligibility Order | Numeric order value used for presenting the User Rehire Eligibility | NO | ||||||
hua_user_rehire_eligibility_date_created | DATETIME |
User Rehire Eligibility Date Created | The date and time when the User Rehire Eligibility was created | NO | ||||||
hua_user_rehire_eligibility_last_modified | TIMESTAMP |
User Rehire Eligibility Last Modified | The date and time when the User Rehire Eligibility was last modified | NO | ||||||
hua_user_rehire_eligibility_deactivated | TINYINT(1) |
User Rehire Eligibility Deactivated | Whether the User Rehire Eligibility is inactive or not | NO |
Name: | HUA User Relocation |
Description: | Set of Relocations entered in User Preferences |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_relocation_id | INT(10) |
User Relocation ID | The unique ID of the User Relocation | NO | |||||||||
hua_user_relocation_last_modified | TIMESTAMP |
User Relocation Last Modified | The date and time when the User Relocation was last modified | NO | |||||||||
hua_user_relocation_date_created | DATETIME |
User Relocation Date Created | The date and time when the User Relocation was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_relocation_type | ENUM |
User Relocation Type | User Relocation Type (Domestic or International) | NO | |||||||||
hua_state_id
Relationships for hua_state_id
|
INT(10) |
State ID | The unique ID of a related State | NO | |||||||||
hua_country_id
Relationships for hua_country_id
|
INT(10) |
Country ID | The unique ID of a related Country | NO |
Name: | HUA User Skill |
Description: | Set of Skills that Users can have |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_skill_id
Relationships for hua_user_skill_id
|
INT(10) |
User Skill ID | The unique ID of the User Skill | NO | |||||||||
hua_user_skill_last_modified | TIMESTAMP |
User Skill Last Modified | The date and time when the User Skill was last modified | NO | |||||||||
hua_user_skill_date_created | DATETIME |
User Skill Date Created | The date and time when the User Skill was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
Skill ID | The unique ID of a related Skill | NO | |||||||||
hua_skill_level_id
Relationships for hua_skill_level_id
|
INT(11) |
Skill Level ID | The unique ID of a related Skill Level | NO | |||||||||
hua_skill_usage_id
Relationships for hua_skill_usage_id
|
INT(11) |
Skill Usage ID | The unique ID of a related Skill Usage | NO | |||||||||
hua_skill_last_used_id
Relationships for hua_skill_last_used_id
|
INT(11) |
Skill Last Used ID | The unique ID of a related Skill Last Used | NO | |||||||||
hua_user_skill_endorsed | TINYINT(9) |
User Skill Endorsed | Whether the Skill is Endorsed or not | NO | |||||||||
hua_user_skill_valid_from | DATE |
NO |
Name: | HUA User Social Profile |
Description: | Stores the association of an individual user to the social networking sites |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_social_profile_id | INT(10) |
User Social Profile ID | The unique ID of the User Social Profile | NO | |||||||||
hua_user_social_profile_last_modified | TIMESTAMP |
User Social Profile Last Modified | The date and time when the User Social Profile was last modified | NO | |||||||||
hua_user_social_profile_date_created | DATETIME |
User Social Profile Date Created | The date and time when the User Social Profile was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_social_site_id
Relationships for hua_social_site_id
|
INT(10) |
Social Site ID | The unique ID of a related Social Site | NO | |||||||||
hua_user_social_profile_url | TEXT |
User Social Profile Url | The URL of the user's social profile on the specified network | NO |
Name: | HUA User Status |
Description: | Store User Status Options |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_status_id
Relationships for hua_user_status_id
|
INT(11) |
User Status ID | The unique ID of the User Status | NO | |||||||||
hua_user_status_last_modified | TIMESTAMP |
User Status Last Modified | The date and time when the User Status was last modified | NO | |||||||||
hua_user_status_date_created | DATETIME |
User Status Date Created | The date and time when the User Status was created | NO | |||||||||
hua_user_status_name | CHAR(255) |
User Status Name | Name of the User Status | YES | |||||||||
hua_user_status_sort | SMALLINT(6) |
User Status Sort | Numeric order value used for presenting the User Status | NO | |||||||||
hua_user_status_system_flag | TINYINT(1) |
User Status System Flag | Whether this is a system generated User Status or not | NO |
Name: | HUA User Termination |
Description: | Set of Terminations |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_termination_id | INT(10) |
User Termination ID | The unique ID of the User Termination | NO | |||||||||
hua_user_termination_last_modified | TIMESTAMP |
User Termination Last Modified | The date and time when the User Termination was last modified | NO | |||||||||
hua_user_termination_date_created | DATETIME |
User Termination Date Created | The date and time when the User Termination was created | NO | |||||||||
hua_position_id
Relationships for hua_position_id
|
INT(10) |
Position ID | The unique ID of the related Position | NO | |||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | The unique ID of the related Location | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of the related Job | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of the related User | NO | |||||||||
hua_position_code | CHAR(255) |
Position Code | Code of the Last User Position | NO | |||||||||
hua_organizational_impact_id
Relationships for hua_organizational_impact_id
|
INT(11) |
Organizational Impact ID | The unique ID of the related Organizational Impact | NO | |||||||||
hua_user_termination_system_flag | TINYINT(1) |
User Termination System Flag | Whether this is a system generated User Termination or not | NO | |||||||||
hua_user_termination_date | DATETIME |
User Termination Date | Date of user termination | NO | |||||||||
hua_manager_id | INT(10) |
Manager ID | The manager ID of the related user | NO | |||||||||
hua_position_start_date | DATETIME |
Position Start Date | User Start date in the position | NO | |||||||||
hua_user_separation_date | DATETIME |
NO |
Name: | HUA User To Group |
Description: | Relates Users to Groups |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_to_group_id | INT(11) |
User To Group ID | The unique ID of the User To Group | NO | |||||||||
hua_user_to_group_date_created | DATETIME |
User To Group Date Created | The date and time when the User To Group was created | NO | |||||||||
hua_user_to_group_last_modified | TIMESTAMP |
User To Group Last Modified | The date and time when the User To Group was last modified | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of the related User | NO | |||||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of the related Group | NO | |||||||||
hua_user_to_group_system_flag | TINYINT(1) |
User To Group System Flag | Whether this is a system generated User To Group or not | NO |
Name: | HUA User To National Identifier |
Description: | Stores the association between a user and a national identifier |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_to_national_identifier_id | INT(10) |
User To National Identifier ID | The unique ID of the User To National Identifier | NO | |||||||||
hua_national_identifier_id
Relationships for hua_national_identifier_id
|
INT(10) |
National Identifier ID | The unique ID of a related National Identifier | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_to_national_identifier_date_created | TIMESTAMP |
User To National Identifier Date Created | The date and time when the User To National Identifier was created | NO | |||||||||
hua_user_to_national_identifier_last_modified | TIMESTAMP |
User To National Identifier Last Modified | The date and time when the User To National Identifier was last modified | NO | |||||||||
hua_user_to_national_identifier_code | VARCHAR(255) |
User To National Identifier Code | Stores information about the user's specific national identifier | NO | |||||||||
hua_user_to_national_identifier_hash_code | VARCHAR(255) |
User To National Identifier Hash Code | Stores hash value about the user's specific national identifier | NO |
Name: | HUA User To Terms Of Use Translation |
Description: | Stores the association between a user and a terms of use statement |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_to_terms_of_use_translation_id | INT(10) |
User To Terms Of Use Translation ID | The unique ID of the User To Terms Of Use Translation | NO | |||||||||
hua_user_to_terms_of_use_translation_last_modified | TIMESTAMP |
User To Terms Of Use Translation Last Modified | The date and time when the User To Terms Of Use Translation was last modified | NO | |||||||||
hua_user_to_terms_of_use_translation_date_created | TIMESTAMP |
User To Terms Of Use Translation Date Created | The date and time when the User To Terms Of Use Translation was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_terms_of_use_translation_id
Relationships for hua_terms_of_use_translation_id
|
INT(10) |
Terms Of Use Translation ID | The unique ID of a related Terms Of Use Translation | NO |
Name: | HUA User Travel |
Description: | Relates User with Travel Avaibility |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_travel_id | INT(10) |
User Travel ID | The unique ID of the User Travel | NO | |||||||||
hua_user_travel_last_modified | TIMESTAMP |
User Travel Last Modified | The date and time when the User Travel was last modified | NO | |||||||||
hua_user_travel_date_created | DATETIME |
User Travel Date Created | The date and time when the User Travel was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of the related User | NO | |||||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
Travel ID | The unique ID of the related Travel | NO |
Name: | HUA User Work History |
Description: | Stores the Users Work History |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_work_history_id
Relationships for hua_user_work_history_id
|
INT(10) |
User Work History ID | The unique ID of the User Work History | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_work_history_last_modified | TIMESTAMP |
User Work History Last Modified | The date and time when the User Work History was last modified | NO | |||||||||
hua_user_work_history_date_created | DATETIME |
User Work History Date Created | The date and time when the User Work History was created | NO | |||||||||
hua_user_work_history_company_name | VARCHAR(255) |
User Work History Company Name | Name of the User's Company Work History | NO | |||||||||
hua_user_work_history_job_title | VARCHAR(255) |
User Work History Job Title | The job title of the user work history entry | NO | |||||||||
hua_user_work_history_start_date | DATETIME |
User Work History Start Date | Start date of the user work history entry | NO | |||||||||
hua_user_work_history_end_date | DATETIME |
User Work History End Date | End date of the user work history entry | NO | |||||||||
hua_user_work_history_duties | TEXT |
User Work History Duties | The duties of the user work history entry | NO | |||||||||
hua_user_work_history_contact_employer | INT(2) |
User Work History Contact Employer | The Contact of the contact employer of the user work history entry | NO | |||||||||
hua_user_work_history_contact_name | VARCHAR(255) |
User Work History Contact Name | The Name of the contact employer of the user work history entry | NO | |||||||||
hua_user_work_history_contact_phone | VARCHAR(255) |
User Work History Contact Phone | The Phone of the contact employer of the user work history entry | NO |
Name: | HUA User Work History Pending |
Description: | Stores the user's work history records that are pending approval |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_work_history_pending_id | INT(10) |
User Work History Pending ID | The unique ID of the User Work History Pending | NO | |||||||||
hua_user_work_history_id
Relationships for hua_user_work_history_id
|
INT(10) |
User Work History ID | The unique ID of a related User Work History | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | The unique ID of a related User | NO | |||||||||
hua_user_work_history_pending_company_name | VARCHAR(255) |
User Work History Pending Company Name | Name of the User's Company Work History | NO | |||||||||
hua_user_work_history_pending_job_title | VARCHAR(255) |
User Work History Pending Job Title | The job title of the user work history entry | NO | |||||||||
hua_user_work_history_pending_start_date | DATETIME |
User Work History Pending Start Date | Start date of the user work history entry | NO | |||||||||
hua_user_work_history_pending_end_date | DATETIME |
User Work History Pending End Date | End date of the user work history entry | NO | |||||||||
hua_user_work_history_pending_duties | TEXT |
User Work History Pending Duties | The duties of the user work history entry | NO | |||||||||
hua_user_work_history_pending_contact_employer | INT(2) |
User Work History Pending Contact Employer | The Contact of the contact employer of the user work history entry | NO | |||||||||
hua_user_work_history_pending_contact_name | VARCHAR(255) |
User Work History Pending Contact Name | The Name of the contact employer of the user work history entry | NO | |||||||||
hua_user_work_history_pending_contact_phone | VARCHAR(255) |
User Work History Pending Contact Phone | The Phone of the contact employer of the user work history entry | NO | |||||||||
hua_user_work_history_pending_last_modified | TIMESTAMP |
User Work History Pending Last Modified | The date and time when the User Work History Pending was last modified | NO | |||||||||
hua_user_work_history_pending_date_created | DATETIME |
User Work History Pending Date Created | The date and time when the User Work History Pending was created | NO |
Name: | HUA Validation |
Description: | Stores the validation data (internal use only - provides type of validation for all the forms and fields) |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_validation_id | INT(11) |
Validation ID | The unique ID of the Validation | NO | ||||||
hua_validation_last_modified | TIMESTAMP |
Validation Last Modified | The date and time when the Validation was last modified | NO | ||||||
hua_validation_date_created | DATETIME |
Validation Date Created | The date and time when the Validation was created | NO | ||||||
hua_module_id
Relationships for hua_module_id
|
INT(11) |
Module ID | The unique ID of a related Module | NO | ||||||
hua_validation_form | CHAR(255) |
Validation Form | Form to Which the Validation applies to | NO | ||||||
hua_validation_field_name | CHAR(255) |
Validation Field Name | Field to which the Validation applies to | NO | ||||||
hua_validation_mask | CHAR(255) |
Validation Mask | Regex mask used for validation | NO | ||||||
hua_validation_min_length | INT(11) |
Validation Min Length | Minimum length of the field name | NO | ||||||
hua_validation_max_length | INT(11) |
Validation Max Length | Maximum length of the field name | NO | ||||||
hua_validation_system_flag | TINYINT(1) |
Validation System Flag | Whether this is a system generated Validation or not | NO |
Name: | HUA Validation Rule |
Description: | Stores validation rules for model attributes |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_validation_rule_id | INT(11) |
Validation Rule ID | The unique ID of the Validation Rule | NO | |||||||||
hua_validation_rule_last_modified | TIMESTAMP |
Validation Rule Last Modified | The date and time when the Validation Rule was last modified | NO | |||||||||
hua_validation_rule_date_created | DATETIME |
Validation Rule Date Created | The date and time when the Validation Rule was created | NO | |||||||||
hua_validation_rule_form_id | VARCHAR(255) |
Validation Rule Form ID | Form Name on which the validation is done. | NO | |||||||||
hua_model_column_id
Relationships for hua_model_column_id
|
INT(11) |
Model Column ID | The ID of a related Model Column | NO | |||||||||
hua_validation_rule_form_field | VARCHAR(255) |
NO | |||||||||||
hua_validation_rule_strategy | VARCHAR(255) |
Validation Rule Strategy | Strategy used for validation | NO | |||||||||
hua_validation_rule_parameters | TEXT |
Validation Rule Parameters | Parameters used with the Strategy (serialized array) | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(10) |
Feature ID | The ID of Feature that controls the validation | NO |
Name: | HUA Widget Parameters |
Description: | Parameters used to Configure the Widgets |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_widget_param_widget_id | INT(10) |
Widget Parameter Widget ID | The unique ID of the Widget Parameter | NO |
hua_widget_param_user_id | INT(10) |
Widget Parameter User ID | The unique ID of the Widget Parameter | NO |
hua_widget_param_date_created | DATETIME |
Widget Parameter Date Created | The date and time when the Widget Parameter was created | NO |
hua_widget_param_last_modified | TIMESTAMP |
Widget Parameter Last Modified | The date and time when the Widget Parameter was last modified | NO |
hua_widget_param_type | ENUM |
Widget Parameter Type | Type of the Widget Parameter | NO |
hua_widget_param_name | CHAR(255) |
Widget Parameter Name | The unique ID of the Widget Parameter | NO |
hua_widget_param_value | CHAR(255) |
Widget Parameter Value | Value of the Widget Parameter | NO |
hua_widget_param_system_flag | TINYINT(1) |
Widget Parameter System Flag | Whether this is a system generated Widget Parameter or not | NO |
Name: | HUA Widgets |
Description: | Stores a list of small AddOns that can be used in the HUA Homepage |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_widget_id
Relationships for hua_widget_id
|
INT(10) |
Widget ID | The unique ID of the Widget | NO | |||||||||
hua_widget_date_created | DATETIME |
Widget Date Created | The date and time when the Widget was created | NO | |||||||||
hua_widget_last_modified | TIMESTAMP |
Widget Last Modified | The date and time when the Widget was last modified | NO | |||||||||
hua_widget_name | CHAR(255) |
Widget Name | Name of the Widget | YES | |||||||||
hua_widget_description | CHAR(255) |
Widget Description | A brief description of the Widget | YES | |||||||||
hua_widget_script_name | CHAR(255) |
Widget Script Name | Name of the script to create the widget | NO | |||||||||
hua_widget_system_flag | TINYINT(1) |
Widget System Flag | Whether this is a system generated Widget or not | NO | |||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | The unique ID of a related Feature | NO | |||||||||
hua_widget_width | TINYINT(3) |
Widget Width | The unit width of a widget. | NO |
Name: | HUA Wizard |
Description: | stores all information related to wizards as Apply process, requisition |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_wizard_id
Relationships for hua_wizard_id
|
INT(11) |
Wizard ID | The unique ID of the Wizard | NO | ||||||||||||
hua_wizard_last_modified | TIMESTAMP |
Wizard Last Modified | The date and time when the Wizard was last modified | NO | ||||||||||||
hua_wizard_date_created | DATETIME |
Wizard Date Created | The date and time when the Wizard was created | NO | ||||||||||||
hua_wizard_name | VARCHAR(255) |
Wizard Name | Name of the Wizard | NO | ||||||||||||
hua_wizard_key | VARCHAR(255) |
Wizard Key | The key that specifies the information needed for specific wizard | NO | ||||||||||||
hua_wizard_creator_id | INT(11) |
Wizard Creator ID | The user Id that is the creator of the wizard | NO | ||||||||||||
hua_wizard_target_id | INT(11) |
Wizard Target ID | The user Id to which the wizard belongs to | NO | ||||||||||||
hua_wizard_position | INT(11) |
Wizard Position | Step that Wizard is currently on | NO | ||||||||||||
hua_wizard_highest_position | INT(11) |
Wizard Highest Position | The highest Position the Wizard can get to | NO | ||||||||||||
hua_wizard_previous_position | INT(10) |
Wizard Previous Position | The previous position the Wizard was on | NO |
Name: | HUA Wizard Context |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_wizard_context_id | INT(11) |
Wizard Context ID | The unique ID of the Wizard Context | NO | ||||||
hua_wizard_context_last_modified | TIMESTAMP |
Wizard Context Last Modified | The date and time when the Wizard Context was last modified | NO | ||||||
hua_wizard_context_date_created | DATETIME |
Wizard Context Date Created | The date and time when the Wizard Context was created | NO | ||||||
hua_wizard_id
Relationships for hua_wizard_id
|
INT(11) |
Wizard ID | The unique ID of a related Wizard | NO | ||||||
hua_wizard_context_name | VARCHAR(255) |
Wizard Context Name | Name of the Wizard Context | NO | ||||||
hua_wizard_context_value | TEXT |
Wizard Context Value | The value of the Wizard Context | NO |
Name: | HUA Wizard Data |
Description: | Stores all data related to Wizard |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_wizard_data_id | INT(11) |
Wizard Data ID | The unique ID of the Wizard Data | NO | ||||||
hua_wizard_data_last_modified | TIMESTAMP |
Wizard Data Last Modified | The date and time when the Wizard Data was last modified | NO | ||||||
hua_wizard_data_date_created | DATETIME |
Wizard Data Date Created | The date and time when the Wizard Data was created | NO | ||||||
hua_wizard_id
Relationships for hua_wizard_id
|
INT(11) |
Wizard ID | The unique ID of a related Wizard | NO | ||||||
hua_wizard_data_name | VARCHAR(255) |
Wizard Data Name | Name of the Wizard Data | NO | ||||||
hua_wizard_data_value | MEDIUMTEXT |
Wizard Data Value | Sanitized Value of the Wizard Data | NO |
Name: | HUA Wizard Step |
Description: | Stores information related to Wizard Step |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_wizard_step_id | INT(11) |
Wizard Step ID | The unique ID of the Wizard Step | NO | ||||||
hua_wizard_step_last_modified | TIMESTAMP |
Wizard Step Last Modified | The date and time when the Wizard Step was last modified | NO | ||||||
hua_wizard_step_date_created | DATETIME |
Wizard Step Date Created | The date and time when the Wizard Step was created | NO | ||||||
hua_wizard_id
Relationships for hua_wizard_id
|
INT(11) |
Wizard ID | The unique ID of a related Wizard | NO | ||||||
hua_wizard_step_name | VARCHAR(255) |
Wizard Step Name | Name of the Wizard Step | NO | ||||||
hua_wizard_step_position | INT(11) |
Wizard Step Position | The Position of the Wizard step | NO |
Name: | HUA Word |
Description: | List of the Word used with the Spellcheck Feature |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_word_id | INT(11) |
Word ID | The unique ID of the Word | NO | |||||||||||||||
hua_word | VARCHAR(255) |
Word | Word | NO | |||||||||||||||
hua_word_length | INT(11) |
Word Length | Character Length of the Word | NO | |||||||||||||||
hua_word_metaphone | VARCHAR(255) |
Word Metaphone | Phonetic Word representation | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | The unique ID of a related Language | NO | |||||||||||||||
hua_word_system_flag | TINYINT(1) |
Word System Flag | Whether this is a system generated Word or not | NO |
Name: | hua_ad_hoc_report |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_ad_hoc_report_id | INT(11) |
Ad Hoc Report ID | Unique system value for identifying an Ad Hoc report. | NO |
hua_ad_hoc_report_last_modified | TIMESTAMP |
Ad Hoc Report Last Modified | Date and time when an Ad Hoc report was last revised by an authorized user. | NO |
hua_ad_hoc_report_date_created | DATETIME |
Ad Hoc Report Creation Date | Date and time when an Ad Hoc report was created by an authorized user. | NO |
hua_ad_hoc_report_name | VARCHAR(255) |
Ad Hoc Report Name | Translation of the unique system value into a word or phrase for identifying an ad hoc report. | NO |
hua_ad_hoc_report_force_family | INT(11) |
Ad Hoc Report Default Type (Force Family) | Indication on which type will display in the ad hoc report execution if more than one type (e.g., applicant or employee) occurs in the results. | NO |
hua_ad_hoc_report_xml | TEXT |
Ad Hoc Report XML | Contains the criteria used to generate the ad hoc report results in an XML format (used to construct database queries). | NO |
hua_ad_hoc_report_desc | TEXT |
Ad Hoc Report Description | Phrases compiled to describe the purpose, reason, or responsibility for an ad hoc report. | NO |
Name: | hua_ad_hoc_report_db_field |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_ad_hoc_report_db_field_id | INT(11) |
NO | ||||||||
hua_ad_hoc_report_db_field_last_modified | TIMESTAMP |
NO | ||||||||
hua_ad_hoc_report_db_field_date_created | DATETIME |
NO | ||||||||
hua_ad_hoc_report_field_id
Relationships for hua_ad_hoc_report_field_id
|
INT(11) |
NO | ||||||||
hua_ad_hoc_report_db_field_family | INT(11) |
NO | ||||||||
hua_ad_hoc_report_db_field_table_name | VARCHAR(255) |
NO | ||||||||
hua_ad_hoc_report_db_field_return_statement | VARCHAR(700) |
NO | ||||||||
hua_ad_hoc_report_db_field_group_statement | VARCHAR(255) |
NO | ||||||||
hua_ad_hoc_report_db_field_filter_statement | VARCHAR(500) |
NO | ||||||||
hua_ad_hoc_report_db_field_order_by_statement | VARCHAR(255) |
NO |
Name: | hua_ad_hoc_report_field |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_ad_hoc_report_field_id
Relationships for hua_ad_hoc_report_field_id
|
INT(11) |
Ad Hoc Report Field ID | Unique system value for identifying a field that contains options for an ad hoc report. | NO | ||||||
hua_ad_hoc_report_field_last_modified | TIMESTAMP |
Ad Hoc Report Field Last Modified | Date and time when an ad hoc report field was last revised by an authorized user. | NO | ||||||
hua_ad_hoc_report_field_date_created | DATETIME |
Ad Hoc Report Field Creation Date | Date and time when an ad hoc report field was created by an authorized user. | NO | ||||||
hua_ad_hoc_report_field_name | VARCHAR(255) |
Ad Hoc Report Field Name | Translation of the unique system value into a word or phrase for identifying an ad hoc report field. | NO | ||||||
hua_ad_hoc_report_field_can_group_by | TINYINT(1) |
Ad Hoc Field Allowed Grouping | Indication on whether or not a field in an ad hoc report is valid for grouping. | NO | ||||||
hua_ad_hoc_report_field_family | INT(11) |
Ad Hoc Report Field Classification | Indication in which family classification a field in an ad hoc report belongs (e.g., Male, Female, and N/A belong to Diversity group). | NO | ||||||
hua_ad_hoc_report_field_filter_type | VARCHAR(255) |
Ad Hoc Report Field Filter Type | Indication of the filter type (e.g., text, date, numeric) for a field in an ad hoc report. | NO | ||||||
hua_ad_hoc_report_field_count_if_group_by | INT(11) |
Ad Hoc Report Field Include In Count | If a field in an ad hoc is valid for grouping, value indicates if field is included in a count (e.g., Status value may count how many of each status occurs). | NO | ||||||
hua_ad_hoc_report_field_desc | TEXT |
Ad Hoc Report Field Description | Phrases compiled to describe the purpose, reason, or responsibility for an ad hoc report field. | NO |
Name: | hua_assessment_package_to_type |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_assessment_package_to_type_id | INT(11) |
NO | ||||||||
hua_assessment_type_id
Relationships for hua_assessment_type_id
|
INT(11) |
NO | ||||||||
hua_assessment_package_id
Relationships for hua_assessment_package_id
|
INT(11) |
NO | ||||||||
hua_assessment_package_to_type_last_modified | TIMESTAMP |
NO | ||||||||
hua_assessment_package_to_type_date_created | DATETIME |
NO |
Name: | hua_cron |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_cron_id | INT(11) |
Cron Job ID | Unique Cron Job ID | NO | ||||||
hua_cron_last_modified | TIMESTAMP |
Cron Job Last Modified | Time when the Cron Job register was Last Modified | NO | ||||||
hua_cron_date_created | DATETIME |
Cron Job Date Created | Date when the Cron Job register was Created | NO | ||||||
hua_module_id
Relationships for hua_module_id
|
INT(10) |
Module ID | System flag of the Cron Job's Module | NO | ||||||
hua_cron_module_sequence | INT(10) |
Cron Job Module Order | Order of execution for the Jobs in a Module | NO | ||||||
hua_cron_script | VARCHAR(255) |
Cron Job Script | The Script is an executable file that runs the Job Action | NO | ||||||
hua_cron_hour | TINYINT(11) |
Cron Job Hour Interval | How many hours must pass between executions | NO | ||||||
hua_cron_day | TINYINT(11) |
Cron Job Day Interval | How many days must pass between executions | NO | ||||||
hua_cron_date | TINYINT(11) |
Cron Job Date | Not used | NO | ||||||
hua_cron_owner | VARCHAR(255) |
Cron Job Owner | System User ID for the Cron Job's Owner | NO | ||||||
hua_cron_last_run | DATETIME |
Cron Job Last Run | Date when the Cron Job was run by the Last Time | NO | ||||||
hua_cron_output | MEDIUMTEXT |
Cron Job Output | Stores the Output of the Last Cron Job Execution | NO | ||||||
hua_cron_active | TINYINT(1) |
Cron Job Active State | Whether this is an Active Job or not | NO | ||||||
hua_cron_notify_owner | TINYINT(1) |
Cron Job Notify Owner | Wheter the Owner will be Notified or not | NO | ||||||
hua_cron_description | VARCHAR(255) |
Cron Job Description | Cron Job Description | NO | ||||||
hua_cron_system_flag | TINYINT(1) |
Cron Job System Flag | Wheter this is a System Cron Job or not | NO | ||||||
hua_cron_always_run | TINYINT(1) |
Cron Job Always Run | Wheter this will be run Allways no matter time intervals or not | NO |
Name: | hua_dashboard |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_dashboard_user_id | INT(10) |
Dashboard User ID | Unique system value for identifying a user who configured his or her dashboard. | NO |
hua_dashboard_widget_id | INT(10) |
Dashboard Widget ID | System generated foreign key providing a connection between a dashboard user and a specific dashboard widget. | NO |
hua_dashboard_date_created | DATETIME |
Dashboard Creation Date | Date and time when a user in the system created a personalized dashboard layout. | NO |
hua_dashboard_last_modified | TIMESTAMP |
Dashboard Last Modified | Date and time when the dashboard layout for a user was last revised by the user. | NO |
hua_dashboard_system_flag | TINYINT(1) |
Dashboard System Flag | Indication on whether or not the dashboard layout was system generated (i.e., default layout). | NO |
hua_dashboard_start_x | SMALLINT(5) |
Dashboard Start X-Axis | Numeric value representing the position of a widget on the x-axis for the dashboard layout. | NO |
hua_dashboard_start_y | SMALLINT(5) |
Dashboard Start Y-Axis | Numeric value representing the position of a widget on the y-axis for the dashboard layout. | NO |
Name: | hua_data_privacy_setting |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_data_privacy_setting_id | INT(11) |
NO | ||||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
NO | ||||||||
hua_data_privacy_setting_value | SMALLINT(5) |
NO | ||||||||
hua_data_privacy_date_created | DATETIME |
NO | ||||||||
hua_data_privacy_last_modified | TIMESTAMP |
NO |
Name: | hua_definition |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_definition_id | INT(10) |
Drop Down List ID | Unique system value for identifying a definition list category (e.g., Contact Type, Salary Grade). | NO |
hua_definition_date_created | DATETIME |
Drop Down List Creation Date | Date and time when a drop down list category was created by an authorized user. | NO |
hua_definition_last_modified | TIMESTAMP |
Drop Down List Last Modified | Date and time when a definition category for a drop down list was revised by an authorized user. | NO |
hua_definition_name | VARCHAR(255) |
Drop Down List Name | Translation of the unique system value into a word or phrase for identifying a drop down list category. | NO |
hua_definition_description | VARCHAR(255) |
Drop Down List Description | Phrases compiled to describe the purpose, reason, or responsibility of a drop down list category. | NO |
hua_definition_table | VARCHAR(255) |
Drop Down List Table | Indication in which table (e.g., ats_jobseeker_status) the definitions for a drop down list category are stored. | NO |
hua_definition_variable | VARCHAR(255) |
Drop Down List Variable | Term used by the system to internally identify a drop down list category. | NO |
hua_definition_type | ENUM |
Drop Down List Type | Indication of the drop down list category type (e.g., text, numbers, or range of variables). | NO |
hua_definition_hidden | TINYINT(1) |
Drop Down List Hidden | Indication on whether or not a drop down list category is hidden from view when managing lists. | NO |
hua_definition_default | INT(11) |
Drop Down List Default Value | Indication on whether an option in a drop down list is checked as the default value and is selected when a user views that category in a form. | NO |
hua_definition_alphabetic_order | TINYINT(1) |
Drop Down List Sorting Selection | Indication on which sorting preference is chosen for a drop down list: alphabetical order, manual drag and drop, or when an option was created. | NO |
hua_definition_with_parenting | TINYINT(1) |
Drop Down Definition Secondary Selection | Indication on whether or not a drop down list category allows second level choices (e.g., primary reason for leaving and a secondary reason leaving). | NO |
Name: | hua_email_verification |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_email_verification_id
Relationships for hua_email_verification_id
|
INT(10) |
NO | ||||||||||||||
hua_email_verification_date_created | DATETIME |
NO | ||||||||||||||
hua_email_verification_last_modified | TIMESTAMP |
NO | ||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
NO | ||||||||||||||
hua_email_verification_password | VARCHAR(255) |
NO | ||||||||||||||
hua_email_verification_first_sent | DATETIME |
NO | ||||||||||||||
hua_email_verification_last_sent | DATETIME |
NO |
Name: | hua_email_verification_ip_address |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_email_verification_ip_address_id | INT(10) |
NO | ||||||||
hua_email_verification_ip_address_date_created | DATETIME |
NO | ||||||||
hua_email_verification_ip_address_last_modified | TIMESTAMP |
NO | ||||||||
hua_email_verification_ip_address | VARCHAR(255) |
NO | ||||||||
hua_email_verification_id
Relationships for hua_email_verification_id
|
INT(10) |
NO |
Name: | hua_email_verification_key |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_email_verification_key_id | INT(10) |
NO | ||||||||
hua_email_verification_key_date_created | DATETIME |
NO | ||||||||
hua_email_verification_key_last_modified | TIMESTAMP |
NO | ||||||||
hua_email_verification_key | VARCHAR(255) |
NO | ||||||||
hua_email_verification_key_valid | TINYINT(1) |
NO | ||||||||
hua_email_verification_id
Relationships for hua_email_verification_id
|
INT(10) |
NO |
Name: | hua_employee_change_record |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_change_record_id
Relationships for hua_employee_change_record_id
|
INT(10) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(10) |
NO | ||||||||
hua_employee_change_record_date_created | DATETIME |
NO | ||||||||
hua_employee_change_record_last_modified | TIMESTAMP |
NO | ||||||||
hua_employee_change_record_field | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_old_value | TEXT |
NO | ||||||||
hua_employee_change_record_new_value | TEXT |
NO | ||||||||
hua_employee_change_record_effective_date | DATE |
NO | ||||||||
hua_employee_change_record_reason_for_the_change | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_changed_by | INT(10) |
NO | ||||||||
thr_self_service_id
Relationships for thr_self_service_id
|
INT(10) |
NO | ||||||||
hua_employee_change_record_status | ENUM |
NO | ||||||||
hua_employee_change_record_additional_data_1 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_2 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_3 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_4 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_5 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_6 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_7 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_8 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_new_value_id | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_converted_eff_date | DATETIME |
NO | ||||||||
hua_employee_change_record_additional_data_9 | VARCHAR(255) |
NO | ||||||||
hua_employee_change_record_additional_data_10 | VARCHAR(255) |
NO |
Name: | hua_employee_citizen_type |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_citizen_type_id | INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
hua_employee_citizen_type_modified | TIMESTAMP |
NO | ||||||||
hua_employee_citizen_type_date_created | DATETIME |
NO | ||||||||
hua_citizen_type_id | INT(11) |
NO | ||||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
NO | ||||||||
hua_employee_citizen_type_expiration | DATETIME |
NO |
Name: | hua_employee_emergency_contact |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_emergency_contact_id
Relationships for hua_employee_emergency_contact_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
hua_employee_emergency_contact_modified | TIMESTAMP |
NO | ||||||||
hua_employee_emergency_contact_date_created | DATETIME |
NO | ||||||||
hua_employee_emergency_contact_firstname | VARCHAR(255) |
NO | ||||||||
hua_employee_emergency_contact_lastname | VARCHAR(255) |
NO | ||||||||
thr_relationship_id
Relationships for thr_relationship_id
|
INT(11) |
NO | ||||||||
hua_employee_emergency_contact_primary | TINYINT(1) |
NO |
Name: | hua_employee_emergency_contact_phone |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_emergency_contact_phone_id | INT(11) |
NO | ||||||||
hua_employee_emergency_contact_id
Relationships for hua_employee_emergency_contact_id
|
INT(11) |
NO | ||||||||
hua_employee_emergency_contact_phone_modified | TIMESTAMP |
NO | ||||||||
hua_employee_emergency_contact_phone_date_created | DATETIME |
NO | ||||||||
hua_phone_type_id
Relationships for hua_phone_type_id
|
INT(11) |
NO | ||||||||
hua_employee_emergency_contact_phone_number | VARCHAR(255) |
NO | ||||||||
hua_employee_emergency_contact_phone_primary | TINYINT(1) |
NO | ||||||||
hua_employee_emergency_contact_phone_is_sms_enabled | TINYINT(1) |
NO | ||||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
NO |
Name: | hua_employee_employment_period |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_employee_employment_period_id
Relationships for hua_employee_employment_period_id
|
INT(11) |
NO | |||||||||||
hua_employee_employment_period_last_modified | TIMESTAMP |
NO | |||||||||||
hua_employee_employment_period_date_created | TIMESTAMP |
NO | |||||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(10) |
NO | |||||||||||
hua_employee_employment_period_start | DATE |
NO | |||||||||||
hua_employee_employment_period_end | DATE |
NO |
Name: | hua_employee_mailing_address |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_mailing_address_id | INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
hua_employee_mailing_address_last_modified | TIMESTAMP |
NO | ||||||||
hua_employee_mailing_address_date_created | DATETIME |
NO | ||||||||
hua_employee_mailing_address_line_1 | VARCHAR(255) |
NO | ||||||||
hua_employee_mailing_address_line_2 | VARCHAR(255) |
NO | ||||||||
hua_employee_mailing_address_line_3 | VARCHAR(255) |
NO | ||||||||
hua_employee_mailing_address_city | VARCHAR(255) |
NO | ||||||||
hua_employee_mailing_address_state | INT(11) |
NO | ||||||||
hua_employee_mailing_address_zip | VARCHAR(255) |
NO | ||||||||
hua_employee_mailing_address_country | INT(11) |
NO | ||||||||
hua_employee_mailing_country_municipality | VARCHAR(255) |
NO | ||||||||
hua_employee_mailing_address_latitude | FLOAT |
NO | ||||||||
hua_employee_mailing_address_longitude | FLOAT |
NO |
Name: | hua_employee_termination_record |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_termination_record_id | INT(10) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(10) |
NO | ||||||||
hua_employee_termination_date | DATETIME |
NO | ||||||||
hua_employee_termination_record_date_created | TIMESTAMP |
NO | ||||||||
hua_employee_termination_record_last_modified | TIMESTAMP |
NO | ||||||||
hua_employee_termination_record_last_day_worked | DATE |
NO | ||||||||
hua_employee_termination_record_last_day_paid | DATE |
NO | ||||||||
hua_employee_termination_record_exit_interviewer | INT(10) |
NO | ||||||||
hua_employee_termination_record_termination_reason | INT(10) |
NO | ||||||||
hua_employee_termination_record_termination_type | VARCHAR(255) |
NO | ||||||||
hua_employee_termination_record_rehire_eligibility | INT(10) |
NO | ||||||||
hua_employee_termination_record_comments | MEDIUMTEXT |
NO | ||||||||
hua_employee_termination_record_career_center_login_notif | TINYINT(1) |
NO |
Name: | hua_employee_to_union |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_to_union_id | INT(11) |
NO | ||||||||
hua_union_id
Relationships for hua_union_id
|
INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
hua_employee_to_union_seniority_date | DATETIME |
NO | ||||||||
hua_employee_to_union_seniority_hrs | INT(11) |
NO | ||||||||
hua_employee_to_union_employee_class | VARCHAR(50) |
NO | ||||||||
hua_employee_to_union_local | VARCHAR(10) |
NO | ||||||||
hua_employee_to_union_seniority_ranking | SMALLINT(5) |
NO | ||||||||
hua_employee_to_union_seniority_ranking_1 | SMALLINT(5) |
NO | ||||||||
hua_employee_to_union_seniority_ranking_2 | SMALLINT(5) |
NO | ||||||||
hua_employee_to_union_date_created | TIMESTAMP |
NO | ||||||||
hua_employee_to_union_last_modified | TIMESTAMP |
NO |
Name: | hua_employee_veteran_information |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_veteran_information_id | INT(11) |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
hua_employee_veteran_information_modified | TIMESTAMP |
NO | ||||||||
hua_employee_veteran_information_created | DATETIME |
NO | ||||||||
hua_employee_veteran_information_status | ENUM |
NO | ||||||||
hua_employee_veteran_information_separation_date | DATETIME |
NO |
Name: | hua_employee_work_information |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_employee_work_information_id | INT(10) |
NO | ||||||||
hua_employee_work_information_date_created | TIMESTAMP |
NO | ||||||||
hua_employee_work_information_last_modified | TIMESTAMP |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(10) |
NO | ||||||||
hua_employee_work_information_job_type_id | INT(10) |
NO | ||||||||
hua_employee_work_information_job_level_id | INT(10) |
NO | ||||||||
hua_employee_work_information_flsa_status | INT(11) |
NO | ||||||||
hua_employee_work_information_soc_job_code_id | INT(10) |
NO | ||||||||
hua_employee_work_information_work_hours | DECIMAL |
NO | ||||||||
hua_employee_work_information_pay_frequency_id | INT(10) |
NO | ||||||||
hua_employee_work_information_payroll_id | VARCHAR(255) |
NO | ||||||||
hua_employee_work_information_seniority_date | DATETIME |
NO | ||||||||
thr_employee_class_id
Relationships for thr_employee_class_id
|
INT(11) |
NO |
Name: | hua_file_source |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_file_source_id
Relationships for hua_file_source_id
|
INT(11) |
NO | ||||||||
hua_file_source_date_created | DATETIME |
NO | ||||||||
hua_file_source_last_modified | TIMESTAMP |
NO | ||||||||
hua_file_source_name | VARCHAR(255) |
NO |
Name: | hua_functional_area |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_functional_area_id
Relationships for hua_functional_area_id
|
INT(10) |
NO | ||||||||
hua_functional_area_date_created | DATETIME |
NO | ||||||||
hua_functional_area_last_modified | TIMESTAMP |
NO | ||||||||
hua_functional_area_name | VARCHAR(255) |
NO |
Name: | hua_global_notification |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_global_notification_id
Relationships for hua_global_notification_id
|
INT(10) |
NO | ||||||||
hua_global_notification_date_created | DATETIME |
NO | ||||||||
hua_global_notification_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
hua_global_notification_title | VARCHAR(255) |
NO | ||||||||
hua_global_notification_content | VARCHAR(255) |
NO | ||||||||
hua_global_notification_is_published | TINYINT(1) |
NO |
Name: | hua_global_notification_acknowledged |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_global_notification_acknowledged_id | INT(10) |
NO | ||||||||
hua_global_notification_acknowledged_date_created | DATETIME |
NO | ||||||||
hua_global_notification_id
Relationships for hua_global_notification_id
|
INT(10) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO |
Name: | hua_job_competency_gained |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_competency_gained_id | INT(11) |
NO | ||||||||
hua_job_competency_gained_last_modified | TIMESTAMP |
NO | ||||||||
hua_job_competency_gained_date_created | DATETIME |
NO | ||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
NO | ||||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
NO | ||||||||
hua_scale_value_name_id
Relationships for hua_scale_value_name_id
|
INT(11) |
NO |
Name: | hua_job_history_competency_gained |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_history_competency_gained_id | INT(11) |
NO | ||||||||
hua_job_history_competency_gained_last_modified | TIMESTAMP |
NO | ||||||||
hua_job_history_competency_gained_date_created | DATETIME |
NO | ||||||||
hua_job_history_id
Relationships for hua_job_history_id
|
INT(11) |
NO | ||||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
NO | ||||||||
hua_job_history_competency_gained_score | FLOAT |
NO |
Name: | hua_location_translation_index |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_location_id
Relationships for hua_location_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_name | VARCHAR(255) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_location_city | VARCHAR(255) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
time_to_live | INT(5) |
NO |
Name: | hua_navitem_menu_category |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_navitem_menu_category_id
Relationships for hua_navitem_menu_category_id
|
INT(10) |
NO | |||||||||||
hua_navitem_menu_category_date_created | DATETIME |
NO | |||||||||||
hua_navitem_menu_category_last_modified | TIMESTAMP |
NO | |||||||||||
hua_navitem_menu_category_name | VARCHAR(255) |
NO |
Name: | hua_news_announcements |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_news_announcements_id
Relationships for hua_news_announcements_id
|
INT(10) |
NO | ||||||||
hua_news_announcements_date_created | DATETIME |
NO | ||||||||
hua_news_announcements_last_modified | TIMESTAMP |
NO | ||||||||
hua_news_announcements_title | VARCHAR(255) |
NO | ||||||||
hua_news_announcements_category_id
Relationships for hua_news_announcements_category_id
|
INT(10) |
NO | ||||||||
hua_news_announcements_start | DATETIME |
NO | ||||||||
hua_news_announcements_end | DATETIME |
NO | ||||||||
hua_news_announcements_content | VARCHAR(255) |
NO | ||||||||
hua_news_announcements_allow_dismiss | TINYINT(1) |
NO | ||||||||
hua_news_announcements_active | TINYINT(1) |
NO | ||||||||
hua_news_announcements_system_flag | TINYINT(1) |
NO |
Name: | hua_news_announcements_category |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_news_announcements_category_id
Relationships for hua_news_announcements_category_id
|
INT(10) |
NO | ||||||||
hua_news_announcements_category_date_created | DATETIME |
NO | ||||||||
hua_news_announcements_category_last_modified | TIMESTAMP |
NO | ||||||||
hua_news_announcements_category_name | VARCHAR(255) |
NO | ||||||||
hua_news_announcements_category_deactivated | TINYINT(1) |
NO | ||||||||
hua_news_announcements_category_order | SMALLINT(5) |
NO | ||||||||
hua_news_announcements_category_system_flag | TINYINT(1) |
NO |
Name: | hua_news_announcements_dismissed |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_news_announcements_dismissed_id | INT(10) |
NO | ||||||||
hua_news_announcements_dismissed_date_created | DATETIME |
NO | ||||||||
hua_news_announcements_dismissed_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
hua_news_announcements_id
Relationships for hua_news_announcements_id
|
INT(10) |
NO | ||||||||
hua_news_announcements_dismissed_system_flag | TINYINT(1) |
NO |
Name: | hua_org_level_translation_index |
Description: |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(11) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_name | VARCHAR(255) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||
time_to_live | INT(5) |
NO |
Name: | hua_report_category |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_report_category_id
Relationships for hua_report_category_id
|
INT(11) |
NO | ||||||||
hua_report_category_last_modified | TIMESTAMP |
NO | ||||||||
hua_report_category_date_created | DATETIME |
NO | ||||||||
hua_report_category_name | VARCHAR(255) |
NO | ||||||||
hua_report_category_desc | VARCHAR(255) |
NO | ||||||||
hua_report_category_parent_id | INT(11) |
NO | ||||||||
hua_navitem_id
Relationships for hua_navitem_id
|
INT(11) |
NO | ||||||||
hua_module_id
Relationships for hua_module_id
|
INT(11) |
NO | ||||||||
hua_navitem_menu_category_id
Relationships for hua_navitem_menu_category_id
|
INT(11) |
NO | ||||||||
hua_report_category_order | INT(10) |
NO | ||||||||
hua_report_category_column | INT(10) |
NO |
Name: | hua_security_clearance |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_security_clearance_id | INT(11) |
NO | ||
hua_security_clearance_name | VARCHAR(255) |
YES | ||
hua_security_clearance_code | VARCHAR(255) |
NO | ||
hua_security_clearance_description | VARCHAR(255) |
YES | ||
hua_security_clearance_level | VARCHAR(64) |
NO | ||
hua_security_clearance_hierarchy | MEDIUMINT(5) |
NO | ||
hua_security_clearance_order | SMALLINT(5) |
NO | ||
hua_security_clearance_deactivated | TINYINT(1) |
NO | ||
hua_security_clearance_date_created | TIMESTAMP |
NO | ||
hua_security_clearance_last_modified | TIMESTAMP |
NO |
Name: | hua_sent_letter_template |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_sent_letter_template_id | INT(11) |
NO | ||||||||
hua_sent_letter_template_last_modified | TIMESTAMP |
NO | ||||||||
hua_sent_letter_template_date_created | DATETIME |
NO | ||||||||
hua_sent_letter_template_sender_id | INT(11) |
NO | ||||||||
hua_sent_letter_template_recipient_id | INT(11) |
NO | ||||||||
hua_letter_template_category_id
Relationships for hua_letter_template_category_id
|
INT(11) |
NO | ||||||||
hua_sent_letter_template_subject | MEDIUMTEXT |
NO | ||||||||
hua_sent_letter_template_text | MEDIUMTEXT |
NO | ||||||||
hua_sent_letter_template_archived | TINYINT(1) |
NO | ||||||||
hua_sent_letter_template_recipient_email | VARCHAR(255) |
NO | ||||||||
hua_sent_letter_template_attachments | BLOB |
NO | ||||||||
hua_letter_template_id
Relationships for hua_letter_template_id
|
INT(10) |
NO | ||||||||
hua_sent_letter_template_header_id | INT(11) |
NO | ||||||||
hua_sent_letter_template_footer_id | INT(11) |
NO |
Name: | hua_soa_integration_setting |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_soa_integration_setting_id | INT(10) |
NO | ||
hua_soa_integration_setting_key | VARCHAR(255) |
NO | ||
hua_soa_integration_setting_desc | VARCHAR(255) |
NO | ||
hua_soa_integration_setting_date_created | TIMESTAMP |
NO | ||
hua_soa_integration_setting_last_modified | TIMESTAMP |
NO |
Name: | hua_soa_integration_setting_value |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_soa_integration_setting_id | INT(10) |
NO | ||
hua_soa_integration_setting_value | VARCHAR(255) |
NO | ||
hua_soa_integration_setting_value_date_created | TIMESTAMP |
NO | ||
hua_soa_integration_setting_value_last_modified | TIMESTAMP |
NO |
Name: | hua_sso_metadata_refresh |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_sso_metadata_refresh_id | INT(11) |
NO | ||
hua_sso_metadata_refresh_date_last_modified | TIMESTAMP |
NO | ||
hua_sso_metadata_refresh_date_created | DATETIME |
NO | ||
hua_sso_metadata_refresh_dirname | VARCHAR(255) |
NO | ||
hua_sso_metadata_refresh_url | VARCHAR(255) |
NO | ||
hua_sso_metadata_refresh_type | VARCHAR(12) |
NO | ||
hua_sso_metadata_refresh_config | ENUM |
NO | ||
hua_sso_metadata_refresh_last_run | DATETIME |
NO | ||
hua_sso_metadata_refresh_active | TINYINT(3) |
NO |
Name: | hua_system_notification_to_user |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_system_notification_to_user_id | INT(11) |
NO | ||||||||
hua_system_notification_to_user_last_modified | TIMESTAMP |
NO | ||||||||
hua_system_notification_to_user_date_created | DATETIME |
NO | ||||||||
hua_system_notification_title | VARCHAR(255) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
NO |
Name: | hua_task |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_task_id
Relationships for hua_task_id
|
INT(10) |
NO | ||||||||||||||
hua_task_date_created | DATETIME |
NO | ||||||||||||||
hua_task_date_modified | TIMESTAMP |
NO | ||||||||||||||
hua_task_created_by | INT(10) |
NO | ||||||||||||||
hua_task_modified_by | INT(10) |
NO | ||||||||||||||
hua_task_description | TEXT |
NO | ||||||||||||||
hua_task_status | ENUM |
NO | ||||||||||||||
hua_task_status_user | INT(10) |
NO | ||||||||||||||
hua_task_status_change_date | DATETIME |
NO | ||||||||||||||
hua_task_activity_type | VARCHAR(255) |
NO | ||||||||||||||
hua_task_activity_id | INT(10) |
NO | ||||||||||||||
hua_task_datetime_due | DATETIME |
NO | ||||||||||||||
hua_task_is_required | TINYINT(1) |
NO | ||||||||||||||
hua_task_is_private | TINYINT(1) |
NO | ||||||||||||||
hua_task_category_id
Relationships for hua_task_category_id
|
INT(11) |
NO |
Name: | hua_task_category |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_task_category_id
Relationships for hua_task_category_id
|
INT(11) |
NO | ||||||||
hua_task_category_last_modified | TIMESTAMP |
NO | ||||||||
hua_task_category_date_created | TIMESTAMP |
NO | ||||||||
hua_task_category_name | CHAR(255) |
NO | ||||||||
hua_task_category_logical_value | CHAR(255) |
NO |
Name: | hua_task_history |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_task_history_id | INT(10) |
NO | ||||||||
hua_task_history_date_created | DATETIME |
NO | ||||||||
hua_task_history_date_modified | TIMESTAMP |
NO | ||||||||
hua_task_history_created_by | INT(10) |
NO | ||||||||
hua_task_id
Relationships for hua_task_id
|
INT(10) |
NO | ||||||||
hua_task_history_change_type | VARCHAR(255) |
NO | ||||||||
hua_task_history_data | MEDIUMTEXT |
NO |
Name: | hua_task_stakeholder |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_task_stakeholder_id | INT(10) |
NO | ||||||||
hua_task_stakeholder_date_created | DATETIME |
NO | ||||||||
hua_task_stakeholder_date_modified | TIMESTAMP |
NO | ||||||||
hua_task_stakeholder_created_by | INT(10) |
NO | ||||||||
hua_task_stakeholder_modified_by | INT(10) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
hua_task_id
Relationships for hua_task_id
|
INT(10) |
NO | ||||||||
hua_task_stakeholder_role | ENUM |
NO | ||||||||
hua_task_stakeholder_added_by | INT(10) |
NO | ||||||||
hua_task_stakeholder_is_external_user | TINYINT(1) |
NO | ||||||||
hua_task_stakeholder_mute_reminders | TINYINT(1) |
NO | ||||||||
hua_task_stakeholder_email | VARCHAR(255) |
NO |
Name: | hua_taxable_entity |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_taxable_entity_id
Relationships for hua_taxable_entity_id
|
INT(11) |
NO | |||||||||||
hua_taxable_entity_last_modified | TIMESTAMP |
NO | |||||||||||
hua_taxable_entity_date_created | DATETIME |
NO | |||||||||||
hua_taxable_entity_name | CHAR(255) |
NO | |||||||||||
hua_taxable_entity_order | SMALLINT(5) |
NO | |||||||||||
hua_taxable_entity_deactivated | TINYINT(1) |
NO | |||||||||||
hua_taxable_entity_code | CHAR(255) |
NO |
Name: | hua_temporary_attachment |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_temporary_attachment_id | INT(11) |
NO | ||||||||
hua_temporary_attachment_date_created | DATETIME |
NO | ||||||||
hua_temporary_attachment_last_modified | TIMESTAMP |
NO | ||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
NO | ||||||||
hua_temporary_attachment_creator_id | INT(11) |
NO | ||||||||
hua_temporary_attachment_name | VARCHAR(255) |
NO | ||||||||
hua_temporary_attachment_tmp_path | VARCHAR(255) |
NO | ||||||||
hua_temporary_attachment_size | INT(11) |
NO | ||||||||
hua_temporary_attachment_process_name | VARCHAR(255) |
NO | ||||||||
hua_temporary_attachment_identifier | VARCHAR(255) |
NO | ||||||||
hua_temporary_attachment_session_id | VARCHAR(255) |
NO |
Name: | hua_terms_of_use_version |
Description: |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_terms_of_use_version_id
Relationships for hua_terms_of_use_version_id
|
INT(11) |
NO | |||||||||||||||||
hua_terms_of_use_id
Relationships for hua_terms_of_use_id
|
INT(11) |
NO | |||||||||||||||||
hua_terms_of_use_version | SMALLINT(5) |
NO | |||||||||||||||||
hua_terms_of_use_statement | VARCHAR(255) |
NO | |||||||||||||||||
hua_terms_of_use_version_created_by_id | INT(11) |
NO | |||||||||||||||||
hua_terms_of_use_version_date_created | DATETIME |
NO | |||||||||||||||||
hua_terms_of_use_version_date_modified | TIMESTAMP |
NO |
Name: | hua_trigger |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_trigger_id
Relationships for hua_trigger_id
|
INT(11) |
Trigger ID | The unique ID of the Trigger | NO | |||||||||
hua_trigger_last_modified | TIMESTAMP |
Trigger Last Modified | The date and time when the Trigger was last modified | NO | |||||||||
hua_trigger_date_created | DATETIME |
Trigger Date Created | The date and time when the Trigger was created | NO | |||||||||
hua_trigger_class | VARCHAR(45) |
NO | |||||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
NO | |||||||||||
hua_trigger_active | TINYINT(1) |
NO |
Name: | hua_trigger_action |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_trigger_action_id
Relationships for hua_trigger_action_id
|
INT(11) |
Trigger Action ID | Unique system value for identifying a trigger action (e.g., candidate status changes, job seeker submits resume). | NO | ||||||
hua_trigger_action_date_created | DATETIME |
Trigger Action Creation Date | Date and time when a trigger action was created by an authorized user. | NO | ||||||
hua_trigger_action_last_modified | TIMESTAMP |
Trigger Action Last Modified | Date and time when a trigger action was last revised by an authorized user. | NO | ||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(11) |
Feature ID | System generated foreign key providing a connection between a trigger action and a specific feature. | NO | ||||||
hua_trigger_action_active | TINYINT(1) |
Trigger Action Active | Indication on whether or not the trigger action is active in the system or deactivated from use. | NO | ||||||
hua_trigger_action_class | VARCHAR(45) |
NO |
Name: | hua_trigger_configured_action |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_trigger_configured_action_id
Relationships for hua_trigger_configured_action_id
|
INT(11) |
Trigger Configured Action ID | Unique system value for configuring a trigger and an action with a specific functional area. | NO | |||||||||
hua_trigger_configured_action_date_created | DATETIME |
Trigger Configured Action Creation Date | Date and time when a trigger configured action was created by an authorized user. | NO | |||||||||
hua_trigger_configured_action_last_modified | TIMESTAMP |
Trigger Configured Action Last Modified | Date and time when a trigger configured action was last revised by an authorized user. | NO | |||||||||
hua_trigger_id
Relationships for hua_trigger_id
|
INT(11) |
Trigger ID | System generated foreign key providing a connection between a trigger configured action and a specific trigger. | NO | |||||||||
hua_trigger_action_id
Relationships for hua_trigger_action_id
|
INT(11) |
Trigger Action ID | System generated foreign key providing a connection between a trigger configured action and a specific trigger action (e.g., candidate status change). | NO | |||||||||
hua_trigger_configured_action_functional_area | VARCHAR(45) |
Trigger Configured Action Functional Area | Functional area (e.g., notifications, classes) associated with a trigger configured action. | NO | |||||||||
hua_trigger_configured_action_target_id | INT(11) |
Trigger Configured Action Target ID | System generated foreign key providing a connection between a trigger configured action and a specific action associated with the trigger. | NO |
Name: | hua_trigger_configured_action_data |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_trigger_configured_action_data_id | INT(11) |
Trigger Configured Action Data ID | Unique system value for identifying data (e.g., letter to send) associated with a trigger configured action. | NO | ||||||
hua_trigger_configured_action_data_date_created | DATETIME |
Trigger Configured Action Data Creation Date | Date and time when data for a trigger configured action was added to the database by an authorized user. | NO | ||||||
hua_trigger_configured_action_data_last_modified | TIMESTAMP |
Trigger Configured Action Data Last Modified | Date and time when data for a trigger configured action was revised by an authorized user. | NO | ||||||
hua_trigger_configured_action_id
Relationships for hua_trigger_configured_action_id
|
INT(11) |
Trigger Configured Action ID | System generated foreign key providing a connection between trigger configured action data and a specific trigger configured action. | NO | ||||||
hua_trigger_configured_action_data_name | VARCHAR(45) |
Trigger Configured Action Data Name | Translation of the unique system value into a word or phrase for identifying data for a trigger configured action. | NO | ||||||
hua_trigger_configured_action_data_value | VARCHAR(255) |
Trigger Configured Action Data Value | Indication of the term displayed in the database for properties prior to the execution of the trigger configured action. | NO |
Name: | hua_trigger_queue |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_trigger_queue_id
Relationships for hua_trigger_queue_id
|
INT(11) |
Trigger Queue ID | Unique system value for identifying a trigger in a queue configured to run at a later date. | NO | ||||||
hua_trigger_queue_date_created | DATETIME |
Trigger Queue Creation Date | Date and time when a trigger queue was created by an authorized user. | NO | ||||||
hua_trigger_queue_last_modified | TIMESTAMP |
Trigger Queue Last Modified | Date and time when a trigger queue was last revised by an authorized user. | NO | ||||||
hua_trigger_configured_action_id
Relationships for hua_trigger_configured_action_id
|
INT(11) |
Trigger Configured Action ID | System generated foreign key providing a connection between a trigger queue and a specific trigger configured action. | NO | ||||||
hua_trigger_queue_action_date | DATETIME |
Trigger Queue Action Date | Date when a trigger action is queued to execute when the applicable cron (i.e., nightly maintenance script) runs. | NO | ||||||
hua_trigger_queue_last_executed | DATETIME |
Trigger Queue Last Executed | Indication on whether or not a trigger queue has been executed, and if so, the date when it was run. | NO | ||||||
hua_trigger_queue_active | TINYINT(1) |
Trigger Queue Active | Indication on whether or not the trigger queue is active in the system or deactivated from use. | NO |
Name: | hua_trigger_queue_data |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_trigger_queue_data_id | INT(11) |
Trigger Queue Data ID | Unique system value for identifying data (e.g., letter to send) associated with a trigger queue. | NO | ||||||
hua_trigger_queue_data_date_created | DATETIME |
Trigger Queue Data Creation Date | Date and time when data for a trigger queue was added by an authorized user. | NO | ||||||
hua_trigger_queue_data_last_modified | TIMESTAMP |
Trigger Queue Data Last Modified | Date and time when data in a trigger queue was last revised by an authorized user. | NO | ||||||
hua_trigger_queue_id
Relationships for hua_trigger_queue_id
|
INT(11) |
Trigger Queue ID | System generated foreign key providing a connection between data in a trigger queue and a specific trigger queue. | NO | ||||||
hua_trigger_queue_data_name | VARCHAR(45) |
Trigger Queue Data Name | Translation of the unique system value into a word or phrase for identifying data associated with a trigger queue. | NO | ||||||
hua_trigger_queue_data_value | VARCHAR(255) |
Trigger Queue Data Value | Indication of the term displayed in the database for properties prior to the execution of the trigger queue. | NO |
Name: | hua_two_factored_authentication |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_two_factored_authentication_id | INT(10) |
NO | ||||||||
hua_two_factored_authentication_date_created | DATETIME |
NO | ||||||||
hua_two_factored_authentication_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
hua_two_factored_authentication_issuer | VARCHAR(255) |
NO | ||||||||
hua_two_factored_authentication_secret | VARCHAR(255) |
NO |
Name: | hua_union |
Description: |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_union_id
Relationships for hua_union_id
|
INT(10) |
NO | |||||||||||||||||
hua_union_name | VARCHAR(255) |
YES | |||||||||||||||||
hua_union_description | VARCHAR(255) |
YES | |||||||||||||||||
hua_union_date_created | TIMESTAMP |
NO | |||||||||||||||||
hua_union_last_modified | TIMESTAMP |
NO | |||||||||||||||||
hua_union_deactivated | TINYINT(1) |
NO | |||||||||||||||||
hua_union_order | SMALLINT(5) |
NO |
Name: | hua_user_duplicate_account |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_duplicate_account_id | INT(11) |
NO | ||||||||
hua_controller_to_page_option_id
Relationships for hua_controller_to_page_option_id
|
INT(11) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
NO | ||||||||
hua_user_secondary_id | INT(11) |
NO | ||||||||
hua_user_duplicate_account_criteria | TEXT |
NO | ||||||||
hua_user_duplicate_account_date_created | DATETIME |
NO | ||||||||
hua_user_duplicate_account_last_modified | TIMESTAMP |
NO |
Name: | hua_user_duplicate_account_detection |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_duplicate_account_detection_id | INT(11) |
NO | ||||||||
hua_user_duplicate_account_detection_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_duplicate_account_detection_date_created | DATETIME |
NO | ||||||||
hua_user_duplicate_account_detection_criteria | TEXT |
NO | ||||||||
hua_controller_to_page_option_value_id
Relationships for hua_controller_to_page_option_value_id
|
INT(11) |
NO |
Name: | hua_user_link |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_link_id | INT(11) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
NO | ||||||||
hua_user_secondary_id | INT(11) |
NO | ||||||||
hua_user_linked_by | INT(11) |
NO | ||||||||
hua_user_link_duplicate_criteria | TEXT |
NO | ||||||||
hua_user_link_date_created | DATETIME |
NO | ||||||||
hua_user_link_last_modified | TIMESTAMP |
NO |
Name: | hua_user_masquerading_security |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_user_masquerading_security_id | INT(11) |
NO | ||
hua_user_masquerading_security_last_modified | TIMESTAMP |
NO | ||
hua_user_masquerading_security_date_created | DATETIME |
NO | ||
hua_user_masquerading_security_target_user | INT(11) |
NO | ||
hua_user_masquerading_security_source_ip | INT(11) |
NO | ||
hua_user_masquerading_security_key | VARCHAR(255) |
NO |
Name: | hua_user_passport |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_passport_id | INT(10) |
NO | ||||||||
hua_user_passport_date_created | DATETIME |
NO | ||||||||
hua_user_passport_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_passport_id_number | VARCHAR(255) |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
NO | ||||||||
hua_country_id
Relationships for hua_country_id
|
INT(11) |
NO | ||||||||
hua_user_passport_hash_code | VARCHAR(255) |
NO | ||||||||
hua_user_passport_expiration | DATE |
NO |
Name: | hua_user_relationship |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_user_relationship_id | INT(11) |
NO | ||
hua_user_relationship_last_modified | TIMESTAMP |
NO | ||
hua_user_relationship_date_created | DATETIME |
NO | ||
hua_user_relationship_target_id | INT(11) |
NO | ||
hua_user_relationship_owner_id | INT(11) |
NO | ||
hua_user_relationship_type | ENUM |
NO |
Name: | hua_user_to_dlz_product |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_to_dlz_product_id | INT(10) |
NO | ||||||||
hua_user_to_dlz_product_created | DATETIME |
NO | ||||||||
hua_user_to_dlz_product_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
dlz_product_id
Relationships for dlz_product_id
|
INT(10) |
NO |
Name: | hua_user_to_dlz_role |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_to_dlz_role_id | INT(10) |
NO | ||||||||
hua_user_to_dlz_role_created | DATETIME |
NO | ||||||||
hua_user_to_dlz_role_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
dlz_role_id
Relationships for dlz_role_id
|
INT(10) |
NO |
Name: | hua_user_twitter |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_twitter_id | INT(10) |
NO | ||||||||
hua_user_twitter_date_created | DATETIME |
NO | ||||||||
hua_user_twitter_last_modified | TIMESTAMP |
NO | ||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO | ||||||||
hua_user_twitter_auth_token | VARCHAR(255) |
NO |
Name: | hua_video |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_video_id
Relationships for hua_video_id
|
INT(10) |
NO | |||||||||||
hua_video_date_created | DATETIME |
NO | |||||||||||
hua_video_last_modified | TIMESTAMP |
NO | |||||||||||
hua_video_title | VARCHAR(255) |
NO | |||||||||||
hua_video_description | VARCHAR(255) |
NO | |||||||||||
hua_video_amazon_link | VARCHAR(255) |
NO | |||||||||||
hua_functional_area_id
Relationships for hua_functional_area_id
|
INT(10) |
NO | |||||||||||
hua_module_id
Relationships for hua_module_id
|
INT(10) |
NO | |||||||||||
hua_feature_id
Relationships for hua_feature_id
|
INT(10) |
NO | |||||||||||
hua_video_deactived | TINYINT(1) |
NO |
Name: | hua_video_language |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_video_language_id | INT(10) |
NO | ||||||||
hua_video_language_date_created | DATETIME |
NO | ||||||||
hua_video_language_last_modified | TIMESTAMP |
NO | ||||||||
hua_video_id
Relationships for hua_video_id
|
INT(10) |
NO | ||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
NO |
Name: | hua_video_page |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_video_page_id | INT(10) |
NO | ||||||||
hua_video_page_date_created | DATETIME |
NO | ||||||||
hua_video_page_last_modified | TIMESTAMP |
NO | ||||||||
hua_video_id
Relationships for hua_video_id
|
INT(10) |
NO | ||||||||
hua_video_page_url | VARCHAR(255) |
NO |
Name: | Integration Job Board Job Seeker |
Description: | Stores all the data relating a job board integration with a job seeker. Information includes identifying the SOA integration and the identification of the job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_integration_jobboard_jobseeker_id | INT(11) |
Job Board Integration Job Seeker ID | Unique system value for relating a job seeker with a job board integration. | NO | ||||||
ats_integration_jobboard_jobseeker_date_created | DATETIME |
Job Board Integration Creation Date | Date when the job board integration for a job seeker was created. | NO | ||||||
ats_integration_jobboard_jobseeker_last_modified | TIMESTAMP |
Job Board Integration Last Modified | Date when the job board integration for a job seeker was last changed. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between an integration job board job seeker with a specific job seeker. | NO | ||||||
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
SOA Integration ID | System generated foreign key providing a connection between an integration job board job seeker and a specific SOA integration. | NO | ||||||
ats_jobboard_jobseeker_id | INT(11) |
Job Board Job Seeker ID | System generated foreign key providing a connection between an integration job board job seeker with a specific job seeker on a job board. | NO |
Name: | Integration Job Board Requisition |
Description: | Stores all the data relating a requisition with a job board integration. Information includes the requisition identification, when the relationship between the job board and the requisition was created, and when it was last updated. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_integration_jobboard_requisition_id | INT(11) |
Integration Job Board Requisition ID | Unique system value for identifying a requisition in a job board integration. | NO | |||||||||||||||
ats_integration_jobboard_requisition_date_created | DATETIME |
Integration Job Board Requisition Creation Date | Date when the requisition for the job board integration was created. | NO | |||||||||||||||
ats_integration_jobboard_requisition_last_modified | TIMESTAMP |
Integration Job Board Requisition Last Modified | Date when the requisition for the job board integration was last revised. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | Unique system value for relating a job board integration with a requisition. | NO | |||||||||||||||
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
SOA Integration ID | Unique system value for identifying a SOA integration. | NO | |||||||||||||||
ats_jobboard_requisition_id | INT(11) |
Job Board Requisition ID | Unique system value for relating a job board with a requisition. | NO |
Name: | Integration Job Board User |
Description: | Stores all the data relating a user with a job board integration. Information includes the identification of the user, when the relationship was created, and when it was last modified. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_integration_jobboard_user_id | INT(11) |
Integration Job Board User ID | Unique system value for identifying a user with a job board integration. | NO | ||||||
ats_integration_jobboard_user_date_created | DATETIME |
Integration Job Board User Creation Date | Date when the user for the job board integration was added. | NO | ||||||
ats_integration_jobboard_user_last_modified | TIMESTAMP |
Integration Job Board User Last Modified | Date when the user for the job board integration was last revised. | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | Unique system value for identifying a user in the site. | NO | ||||||
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
SOA Integration ID | Unique system value for identifying a SOA integration. | NO | ||||||
hua_jobboard_user_id | INT(11) |
Job Board User ID | Unique system value identifying a user of a job board. | NO |
Name: | Integration Monster Location |
Description: | Stores all the data related to locations used for job seeker searches created by the Monster integration. Information includes the identification of the location and if the location is actively used in the site. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_integration_monster_location_id | INT(11) |
Integration Monster Location ID | Unique system value for identifying a location used for job seeker searches created through Monster integration. | NO |
ats_integration_monster_location_active | TINYINT(4) |
Integration Monster Location Active | Indication on whether or not a location used for job seeker searches created through Monster integration is active in the site or deactivated from use. | NO |
Name: | Integration Monster Users |
Description: | Stores all the data related to individuals authorized to use Monster integration services. Information includes the CAT (Company Access Ticket) ID for each authorized user, whether Sixth Sense is enabled for the user, whether SeeMore is enabled for the user, and the identification of the Monster channel. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_integration_monster_users_id
Relationships for ats_integration_monster_users_id
|
INT(11) |
Integration Monster Users ID | Unique system value for identifying an authorized user of Monster integration services. | NO | |||||||||
ats_integration_monster_users_updated | TIMESTAMP |
Integration Monster Users Last Modified | Date when an authorized user of the Monster integration services was last revised by an administrator in the site. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a Monster integration and a specific user in the database. | NO | |||||||||
cat | VARCHAR(255) |
CAT (Company Access Ticket) | Unique system value provided by Monster granting access to Monster functionality. | NO | |||||||||
ats_integration_monster_users_sixth_sense_enabled | TINYINT(1) |
Integration Monster Users Sixth Sense Enabled | Indication on whether or not an individual has authorization to search for job seekers using Monster Sixth Sense. | NO | |||||||||
ats_integration_monster_users_seemore_enabled | TINYINT(1) |
Integration Monster Users SeeMore Enabled | Indication on whether or not an individual has authorization to search job seekers using Monster SeeMore. | NO | |||||||||
ats_integration_monster_channel_id | INT(10) |
Integration Monster Channel ID | System generated foreign key providing a connection between a Monster integration and a specific Monster channel value. | NO | |||||||||
india_cat | VARCHAR(255) |
NO |
Name: | Integration Parameters |
Description: | Stores all the data relating to the parameters for the applicant tracking integration. These parameters are set up by the implementation manager during the integration. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_integration_parameter_id | INT(11) |
Integration Parameter ID | Unique system value identifying a parameter for an integration. | NO | ||||||
ats_integration_parameter_created | DATETIME |
Integration Parameter Creation Date | Date when the parameters of the integration were created. | NO | ||||||
ats_integration_parameter_last_modified | TIMESTAMP |
Integration Parameter Last Modified | Date when the parameters of the integration were last updated. | NO | ||||||
ats_integration_id
Relationships for ats_integration_id
|
INT(11) |
Integration ID | System generated foreign key providing a connection between an integration parameter and a specific integration. | NO | ||||||
ats_integration_parameter_name | VARCHAR(255) |
Integration Parameter Name | Name of the parameter integration. | NO | ||||||
ats_integration_parameter_value | VARCHAR(255) |
Integration Parameter Value | Numerical or textual term given for the parameter for the integration. | NO | ||||||
ats_integration_parameter_description | VARCHAR(255) |
Integration Parameter Description | Description of the parameter for the integration. | NO |
Name: | Interview |
Description: | Stores all the data relating to the interview with a candidate or job seeker. Information includes identification of any requisition associated with the interview and which letter template was used to send the interview request. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_interview_id
Relationships for ats_interview_id
|
INT(11) |
Interview ID | Unique system value for identifying the interview. | NO | |||||||||||||||
ats_interview_last_modified | TIMESTAMP |
Interview Last Modified | Date when the interview with a candidate or job seeker was last revised. | NO | |||||||||||||||
ats_interview_date_created | DATETIME |
Interview Date Created | Date when the interview with the candidate or job seeker was created. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between an interview and for which requisition a candidate or job seeker are interviewing. | NO | |||||||||||||||
ats_letter_template_id
Relationships for ats_letter_template_id
|
INT(11) |
Letter Template ID | System generated foreign key providing a connection between an interview and the letter template used to create the interview request for a candidate or job seeker. | NO | |||||||||||||||
ats_letter_template_creator_id
Relationships for ats_letter_template_creator_id
|
INT(11) |
Letter Template Creator ID | System generated foreign key providing a connection between an interview and the individual who created the interview request with a letter template. | NO |
Name: | Interview Schedule |
Description: | Stores all the data relating to the interview schedule including the number of interview slots created, the duration of the interview slots, when the interview schedule was created, and when it was last modified. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_interview_schedule_id
Relationships for ats_interview_schedule_id
|
INT(11) |
Interview Schedule ID | Unique system value for identifying the schedule for an interview. | NO | |||||||||||||||
ats_interview_schedule_last_modified | TIMESTAMP |
Interview Schedule Last Modified | Date when the interview schedule was last revised. | NO | |||||||||||||||
ats_interview_schedule_date_created | DATETIME |
Interview Schedule Creation Date | Date when the interview schedule was created. | NO | |||||||||||||||
ats_interview_schedule_creator_id | INT(11) |
Interview Schedule Creator ID | Unique system value for identifying the creator of the interview schedule. | NO | |||||||||||||||
ats_interview_schedule_slot_duration | INT(11) |
Interview Schedule Slot Duration | Numeric value given to determine the length of a scheduled interview time slot. | NO | |||||||||||||||
ats_interview_schedule_type | ENUM |
Interview Schedule Type | Indicator of the interview schedule type (e.g., single event, slots, group event). | NO | |||||||||||||||
ats_interview_schedule_available_spaces | SMALLINT(5) |
Interview Schedule Available Spaces | Numeric value given to determine the number of scheduled slots to create for the interview schedule. | NO |
Name: | Interview Schedule Invitation |
Description: | Stores all the data relating to the interview schedule invitation including the candidates who received the invitation and how many rejected the invitation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_interview_schedule_invitation_id | INT(11) |
Interview Schedule Invitation ID | Unique system value for identifying the invitation to an interview schedule. | NO | ||||||
ats_interview_schedule_invitation_last_modified | TIMESTAMP |
Interview Schedule Invitation Last Modified | Date when the invitation to the interview schedule was last revised. | NO | ||||||
ats_interview_schedule_invitation_date_created | DATETIME |
Interview Schedule Invitation Creation Date | Date when the invitation to the interview schedule was created. | NO | ||||||
ats_interview_schedule_invitation_date_last_notified | DATETIME |
Interview Schedule Invitation Date Last Notified | Date when the last invitation to the interview schedule was notified. | NO | ||||||
ats_interview_schedule_id
Relationships for ats_interview_schedule_id
|
INT(11) |
Interview Schedule ID | System generated foreign key providing a connection between the interview invitation with the interview schedule. | NO | ||||||
ats_interview_schedule_invitation_rejected | TINYINT(4) |
Interview Schedule Invitation Rejected | Indicator that the invitation to the interview schedule was received and rejected by the candidate or job seeker. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
Candidate ID | System generated foreign key providing a connection between a specific candidate with an invitation to the interview schedule. | NO | ||||||
ats_interview_schedule_invitation_released_by | INT(10) |
NO | ||||||||
ats_interview_schedule_invitation_released_date | DATETIME |
NO | ||||||||
ats_interview_schedule_slot_released_start_time | DATETIME |
NO | ||||||||
ats_interview_schedule_slot_released_end_time | DATETIME |
NO | ||||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(10) |
NO | ||||||||
ats_interview_schedule_invitation_released | TINYINT(4) |
NO | ||||||||
ats_interview_schedule_invitation_issued_by | INT(11) |
NO |
Name: | Interview Schedule Time Slot |
Description: | Stores all the data relating to the time slot(s) in an interview schedule. Information includes the start time, the end time, and who claimed the slot time. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_interview_schedule_slot_id | INT(11) |
Interview Schedule Slot ID | Unique system value identifying the slot allocation for the interview schedule. | NO | ||||||
ats_interview_schedule_slot_last_modified | TIMESTAMP |
Interview Schedule Slot Last Modified | Date when the time slot for the interview schedule was last revised. | NO | ||||||
ats_interview_schedule_slot_date_created | DATETIME |
Interview Schedule Slot Creation Date | Date when the time slot for the interview schedule was allocated or created. | NO | ||||||
ats_interview_schedule_id
Relationships for ats_interview_schedule_id
|
INT(11) |
Interview Schedule ID | System generated foreign key providing a connection between the slot with the interview schedule. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
Candidate ID | System generated foreign key providing a connection between the candidate with the time slot in the interview schedule. | NO | ||||||
ats_interview_schedule_slot_claimed_by | INT(11) |
Interview Schedule Slot Claimed By | Indicator that the time slot in an interview schedule has been taken and by whom. | NO | ||||||
ats_interview_schedule_slot_start_time | DATETIME |
Interview Schedule Slot Start Time | Hour and minute values when the time slot begins in the interview schedule. | NO | ||||||
ats_interview_schedule_slot_end_time | DATETIME |
Interview Schedule Slot End Time | Hour and minute values when the time slot ends in the interview schedule. | NO | ||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(11) |
Calendar Item ID | System generated foreign key providing a connection between a calendar with the interview schedule slot. | NO | ||||||
ats_interview_schedule_slot_is_removed | TINYINT(3) |
NO |
Name: | Interview Schedule To Calendar Item |
Description: | Stores all the data relating to the calendar item of an interview schedule. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_interview_schedule_to_calendar_item_id | INT(11) |
Interview Schedule To Calendar Item ID | Unique system value for identifying an interview schedule with a calendar item. | NO | ||||||
ats_interview_schedule_to_calendar_item_last_modified | TIMESTAMP |
Interview Schedule To Calendar Item Last Modified | Date when the interview schedule to calendar item was last revised. | NO | ||||||
ats_interview_schedule_to_calendar_item_date_created | DATETIME |
Interview Schedule To Calendar Item Creation Date | Date when the interview schedule to calendar item was created. | NO | ||||||
ats_interview_schedule_id
Relationships for ats_interview_schedule_id
|
INT(11) |
Interview Schedule ID | System generated foreign key providing a connection between an interview schedule to a specific calendar schedule. | NO | ||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(11) |
Calendar Item ID | System generated foreign key providing a connection between an interview schedule with a specific calendar item. | NO |
Name: | Interview Scheduling |
Description: | Stores all the data relating to the interview schedules including the related letter templates and related requisitions for the interview schedule. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_interview_scheduling_id
Relationships for ats_interview_scheduling_id
|
INT(11) |
Interview Scheduling ID | Unique system value identifying the interview scheduling. | NO | |||||||||||||||
ats_interview_scheduling_date_created | DATETIME |
Interview Scheduling Creation Date | Date when the interview schedule was created. | NO | |||||||||||||||
ats_interview_scheduling_last_modified | TIMESTAMP |
Interview Scheduling Last Modified | Date when the interview schedule was last updated. | NO | |||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
Candidate ID | System generated foreign key providing a connection between an interview schedule with a specific candidate. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between an interview schedule with a specifc requisition. | NO | |||||||||||||||
ats_candidate_interview_form_id
Relationships for ats_candidate_interview_form_id
|
INT(11) |
Candidate Interview Form ID | System generated foreign key providing a connection between an interview schedule with the data from the interview form of a specific candidate. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between an interview schedule with a specific user in the database. | NO | |||||||||||||||
ats_letter_template_id
Relationships for ats_letter_template_id
|
INT(11) |
Letter Template ID | System generated foreign key providing a connection between an interview schedule with the data from a specific letter template. | NO | |||||||||||||||
hua_calendar_item_id
Relationships for hua_calendar_item_id
|
INT(10) |
Calendar Item ID | System generated foreign key providing a connection between an interview schedule with the data from a specific calendar item. | NO |
Name: | Interview Scheduling Attachment |
Description: | Stores all the data relating to the attachments associated with interview schedules including if the attachment is shared with any other candidates and if the attachment is shared with any individuals. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_interview_scheduling_attachment_id | INT(11) |
Interview Scheduling Attachment ID | Unique system value identifying an attachment of an interview schedule. | NO | ||||||
ats_interview_scheduling_attachment_date_created | DATETIME |
Interview Scheduling Attachment Creation Date | Date when the attachment was added to the interview schedule. | NO | ||||||
ats_interview_scheduling_attachment_last_modified | TIMESTAMP |
Interview Scheduling Attachment Last Modified | Date when the attachment on the interview schedule was last revised. | NO | ||||||
ats_interview_scheduling_id
Relationships for ats_interview_scheduling_id
|
INT(11) |
Interview Scheduling ID | System generated foreign key providing a connection between an interview schedule with its interview schedule. | NO | ||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | System generated foreign key providing a connection between the data from the attachment of the interview schedule and the data of a system file. | NO | ||||||
ats_interview_scheduling_share_candidate | INT(1) |
Interview Scheduling Share Candidate | Indicates if an attachment from an interview schedule is shared by any other candidates. | NO | ||||||
ats_interview_scheduling_share_individuals | INT(1) |
Interview Scheduling Share Individuals | Indicates if an attachment from an interview schedule is shared by any other individuals. | NO |
Name: | Interview Scheduling Detail |
Description: | Stores all the data related to an interview scheduling detail. Information includes if an interview schedule has been selected and the date of the interview scheduling detail. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_interview_scheduling_detail_id | INT(11) |
Interview Scheduling Detail ID | Unique system value identifying the interview scheduling detail. | NO | ||||||
ats_interview_scheduling_detail_date_created | DATETIME |
Interview Scheduling Detail Creation Date | Date when the interview scheduling detail was created by an authorized user. | NO | ||||||
ats_interview_scheduling_detail_last_modified | TIMESTAMP |
Interview Scheduling Detail Last Modified | Date when the interview scheduling detail was last revised by an authorized user. | NO | ||||||
ats_interview_scheduling_detail_date | DATETIME |
Interview Scheduling Detail Date | Specified date for the interview schedule. | NO | ||||||
ats_interview_scheduling_id
Relationships for ats_interview_scheduling_id
|
INT(11) |
Interview Scheduling ID | System generated foreign key providing a connection between interview scheduling detail with a specific interview schedule. | NO | ||||||
ats_interview_scheduling_detail_selected | INT(1) |
Interview Scheduling Detail Selected | Indication on whether or not an interview scheduling detail has been selected. | NO |
Name: | Interview Scheduling Participant |
Description: | Stores all the data relating to the participant of an interview schedule. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_interview_scheduling_participant_id | INT(11) |
Interview Scheduling Participant ID | Unique system value identifying the participant in an interview schedule. | NO | |||||||||
ats_interview_scheduling_participant_date_created | DATETIME |
Interview Scheduling Participant Creation Date | Date when the participant was added to the interview schedule. | NO | |||||||||
ats_interview_scheduling_participant_last_modified | TIMESTAMP |
Interview Scheduling Participant Last Modified | Date when the participant of an interview schedule was last revised on the schedule. | NO | |||||||||
ats_interview_scheduling_id
Relationships for ats_interview_scheduling_id
|
INT(11) |
Interview Scheduling ID | System generated foreign key providing a connection between an interview schedule with a participant of an interview schedule. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
Participant User ID | System generated foreign key providing a connection between a participant with an interview schedule. | NO |
Name: | Interview To Schedule |
Description: | Stores all the data relating an interview with a schedule. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_interview_to_schedule_id | INT(11) |
Interview To Schedule ID | Unique system value relating an interview with a schedule. | NO | ||||||
ats_interview_to_schedule_last_modified | TIMESTAMP |
Interview To Schedule Last Modified | Date when the schedule for an interview was last revised. | NO | ||||||
ats_interview_to_schedule_date_created | DATETIME |
Interview To Schedule Creation Date | Date when the schedule for an interview was created. | NO | ||||||
ats_interview_id
Relationships for ats_interview_id
|
INT(11) |
Interview ID | System generated foreign key providing a connection between an interview with an interview schedule. | NO | ||||||
ats_interview_schedule_id
Relationships for ats_interview_schedule_id
|
INT(11) |
Interview Schedule ID | System generated foreign key providing a connection between an interview on a schedule with a specific interview schedule. | NO |
Name: | Job Assessment Package |
Description: | Stores all the data related to assessment packages for job seekers on a requisition. Information includes identification of the job and of the assessment package. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_assessment_package_id | INT(11) |
Job Assessment Package ID | Unique system value for identifying an assessment package available on a job for a job seeker. | NO | ||||||
hua_job_assessment_package_last_modified | TIMESTAMP |
Job Assessment Package Last Modified | Date and time when an assessment package available on a job for a job seeker was last revised by an authorized user. | NO | ||||||
hua_job_assessment_package_date_created | DATETIME |
Job Assessment Package Creation Date | Date and time when an assessment package was added to a requisition by an authorized user. | NO | ||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | System generated foreign key providing a connection between an assessment package for a job seeker on a requisition and a specific job. | NO | ||||||
hua_assessment_package_id
Relationships for hua_assessment_package_id
|
INT(11) |
Assessment Package ID | System generated foreign key providing a connection between an assessment package for a job seeker on a requisition and a specific assessment package. | NO | ||||||
hua_job_asessment_package_order | INT(11) |
Job Assessment Package Sequence | Numeric value indicating the order in which the job assessment package displays in a list or table. | NO |
Name: | Job Competency Required |
Description: | Stores all the data related to competencies required to be considered for a job position. Information includes the minimum score accepted and the identity of the competency. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_competency_required_id | INT(11) |
Job Competency Required ID | Unique system value for identifying a competency required by a company for a candidate to be considered for a job. | NO | ||||||
hua_job_competency_required_last_modified | TIMESTAMP |
Job Competency Required Last Modified | Date and time when competency required by a company for job consideration was last revised by an authorized user. | NO | ||||||
hua_job_competency_required_date_created | DATETIME |
Job Competency Required Creation Date | Date and time when a required job competency was added to a job profile by an authorized user. | NO | ||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | System generated foreign key providing a connection between a competency required by a company for a candidate to be considered for a job and a specific job in the site. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a competency required by a company and a specific competency. | NO | ||||||
hua_scale_value_name_id
Relationships for hua_scale_value_name_id
|
INT(11) |
Scale Value Name ID | System generated foreign key providing a connection between a competency required by a company and a specific scale used by default. | NO | ||||||
hua_job_competency_required_min_score | FLOAT |
Job Required Competency Minimum Score | Based on the system default scale, the minimum score acceptable for a required competency on a job profile. | NO |
Name: | Job Cross-Posting Categories |
Description: | Stores all the data related to categories created for the purposes of cross-posting a requisition to a job board site. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_crosspost_category_id
Relationships for hua_crosspost_category_id
|
INT(10) |
Cross-Post Category ID | Unique system value for identifying a category used for the purposes of cross-posting a requisition to a job board site. | NO | ||||||||||||
hua_crosspost_category_last_modified | TIMESTAMP |
Cross-Post Category Last Modified | Date and time when a category used for cross-posting was last revised by an authorized user. | NO | ||||||||||||
hua_crosspost_category_date_created | DATETIME |
Cross-Post Category Creation Date | Date and time when a category used for cross-posting was created by an authorized user. | NO | ||||||||||||
hua_crosspost_category | CHAR(255) |
Cross-Post Category Name | Translation of the unique system value into a word or phrase for identifying a cross-posting category. | NO |
Name: | Job Profile Front End Association |
Description: | Stores all the data related to a front end association with a job profile. Information includes identification of the job profile and of the front end. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_job_to_front_end_id | INT(11) |
Job Profile Front End Association ID | Unique system value for identifying a front end (e.g., hourly portal) association for a job profile. | NO | ||||||
hua_job_to_front_end_last_modified | TIMESTAMP |
Job Profile Front End Association Last Modified | Date and time when a front end association for a job profile was last revised by an authorized user. | NO | ||||||
hua_job_to_front_end_date_created | DATETIME |
Job Profile Front End Association Creation Date | Date and time when a front end was associated with a job profile by an authorized user. | NO | ||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | System generated foreign key providing a connection between a front end association for a job profile and a specific job profile. | NO | ||||||
ats_front_end_id
Relationships for ats_front_end_id
|
INT(11) |
Applicant Tracking Front End ID | System generated foreign key providing a connection between a front end association for a job profile and a specific front end. | NO |
Name: | Job Search History |
Description: | Stores all the data related to an individual's job search history. Information includes the criteria used to search for a job and the identity of requisitions that came up in the search. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_search_history_id | INT(10) |
Search History ID | Unique system value for identifying a search history entry. | NO | |||||||||||||||
ats_search_history_date_created | DATETIME |
Search History Creation Date | Date when the search history entry was created by an authorized user (e.g., job seeker). | NO | |||||||||||||||
ats_search_history_last_modified | TIMESTAMP |
Search History Last Modified | Date when the search history entry was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a search history entry and a specific requisition. | NO | |||||||||||||||
ats_user_id
Relationships for ats_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a search history entry and a specific user in the database. | NO | |||||||||||||||
ats_search_history_criteria | TEXT |
Search History Criteria | List of search parameters (e.g., location, job category, skills) used to create the search results logged in the history. | NO | |||||||||||||||
ats_search_history_jobseeker_ids | MEDIUMTEXT |
Search History Job Seeker ID | System generated foreign key providing a connection between search history results and a specific job seeker. | NO |
Name: | Job Search Portal |
Description: | Stores all the data related to the job search portals in the application. Information includes if there is a default portal for the site, the web address for the portal, and whether or not a job search portal is enabled on the site. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_job_search_portal_id | INT(11) |
Job Search Portal ID | Unique system value for identifying the job search portal. | NO |
ats_job_search_portal_last_modified | TIMESTAMP |
Job Search Portal Last Modified | Date when the job search portal was last revised by an authorized user. | NO |
ats_job_search_portal_date_created | DATETIME |
Job Search Portal Creation Date | Date when the job search portal was created. | NO |
ats_job_search_portal_name | VARCHAR(255) |
Job Search Portal Name | Translation of the unique system value into a word or phrase for identifying the job search portal. | NO |
ats_job_search_portal_url | VARCHAR(100) |
Job Search Portal URL | Web address (i.e., domain name) for identifying the access point for the job search portal. | NO |
ats_job_search_portal_type | VARCHAR(50) |
Job Search Portal Type | Indication of the type (e.g., internal, external) of the job search portal. | NO |
ats_job_search_portal_type_default | TINYINT(1) |
Job Search Portal Type Default | Indication on whether or not a specific job search portal (e.g., quick job search, advanced) is considered the default selection for the site. | NO |
ats_job_search_portal_enabled | TINYINT(1) |
Job Search Portal Enabled | Indication on whether or not a job search portal is enabled on the site. | NO |
Name: | Job Seeker |
Description: | Stores all the data related to a job seeker in the system. Information includes the referral source of the job seeker, the identity of the vendor if the job seeker was submitted by a vending agency, and if the job seeker has a resume in the system. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | Unique system value for identifying an individual as a job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_date_created | DATETIME |
Job Seeker Creation Date | Date when the job seeker was created in the site. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_last_modified | TIMESTAMP |
Job Seeker Last Modified | Date when the job seeker information was last revised by an authorized user (e.g., job seeker, recruiter). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_description | VARCHAR(255) |
Job Seeker Description | Textual details created by either the job seeker or another authorized user describing the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Organization Level ID | System generated foreign key providing a connection between the job seeker and a specific organizational level. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_creator_id
Relationships for ats_jobseeker_creator_id
|
INT(10) |
Job Seeker Creator ID | System generated foreign key providing a connection between the authorized user who created the job seeker account and the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_referral_source_id
Relationships for ats_referral_source_id
|
INT(10) |
Referral Source ID | System generated foreign key providing a connection between a job seeker and a specific referral source. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_deleted | TINYINT(3) |
Job Seeker Deleted | Indication on whether or not a job seeker was removed (e.g., resume deleted). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a job seeker and a specific job seeker type (e.g., internal, external, vendor submitted). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_vendor_id
Relationships for ats_vendor_id
|
INT(10) |
Vendor ID | System generated foreign key providing a connection between a job seeker and a specific vending agency (only applicable if job seeker is vendor submitted). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_agreed_to_terms_of_use | DATETIME |
Job Seeker Agreed To Terms Of Use | Indication on whether or not a job seeker has agreed to the terms of use submitted by the organization prior to submitting a resume to a job. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_original_type_id | INT(10) |
Job Seeker Original Type ID | System generated foreign key providing a connection between a job seeker and his or her original job seeker type prior to being hired (once hired, a job seeker becomes "internal"). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_referral_source_details | CHAR(255) |
Referral Source Details | Additional content for describing the referral source details. (PE Only) | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_referer_id | INT(11) |
Job Seeker Referrer | Unique system value for relating a job seeker with a user who referred the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_is_passive | TINYINT(1) |
Job Seeker Is Passive | Indication on whether or not a job seeker was created in the site using the passive workflow (not associated with a specific requisition). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_has_resume | TINYINT(1) |
Job Seeker Has Resume | Indication on whether or not a job seeker has completed the resume submission process. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_is_mobile | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_front_end_id
Relationships for ats_front_end_id
|
INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_campaign_unsubscribed | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_campaign_unsubscribe_date | DATETIME |
NO |
Name: | Job Seeker Application Transaction |
Description: | Stores all the data related to the application transactions for job seekers. Information includes the requisition to which the transaction relates, the recruiting workflow, and the checklist action value. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_application_transaction_id | INT(10) |
Job Seeker Application Transaction ID | Unique system value identifying the application transaction of the job seeker. | NO | |||||||||||||||
ats_jobseeker_application_transaction_date_created | DATETIME |
Job Seeker Application Transaction Creation Date | Date when the application transaction for the job seeker was created. | NO | |||||||||||||||
ats_jobseeker_application_transaction_last_modified | TIMESTAMP |
Job Seeker Application Transaction Last Modified | Date when the application transaction for the job seeker was last revised. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between an application transaction of a job seeker and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between an application transaction of a job seeker and a specific requisition. | NO | |||||||||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an application transaction of a job seeker and a specific recruiting workflow. | NO | |||||||||||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Resume ID | System generated foreign key providing a connection between an application transaction of a job seeker and a specific resume of the job seekers. | NO | |||||||||||||||
ats_jobseeker_application_transaction_section | ENUM |
Job Seeker Application Transaction Section | The section (questionnaire, checklist, resume) of the application transaction in relation to the job seeker. | NO | |||||||||||||||
ats_workflow_checklist_action_id
Relationships for ats_workflow_checklist_action_id
|
INT(10) |
Recruiting Workflow Checklist Action ID | System generated foreign key providing a connection between application transaction of a job seeker and an action from the recruiting workflow checklist. | NO |
Name: | Job Seeker Checklist Transaction |
Description: | Stores all the data related to the checklist transactions of a job seeker prior to the job seeker becoming a candidate. Information includes the associated recruiting workflow and if a checklist transaction is required by the workflow. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_checklist_transaction_id | INT(10) |
Job Seeker Checklist Transaction ID | Unique system value for identifying the checklist transaction of the job seeker. | NO | |||||||||
ats_jobseeker_checklist_transaction_date_created | DATETIME |
Job Seeker Checklist Transaction Creation Date | Date when the checklist transaction for the job seeker was created. | NO | |||||||||
ats_jobseeker_checklist_transaction_last_modified | TIMESTAMP |
Job Seeker Checklist Transaction Last Modified | Date when the checklist transaction for the job seeker was last revised. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a checklist transaction and a specific user. | NO | |||||||||
ats_jobseeker_workflow_id
Relationships for ats_jobseeker_workflow_id
|
INT(10) |
Job Seeker Workflow ID | System generated foreign key providing a connection between a checklist transaction of a job seeker and data from a recruiting workflow. | NO | |||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a checklist transaction of a job seeker and the data of a specific job seeker. | NO | |||||||||
ats_workflow_checklist_action_id
Relationships for ats_workflow_checklist_action_id
|
INT(10) |
Workflow Checklist Action ID | System generated foreign key providing a connection between a checklist transaction of a job seeker and an action from a recruiting workflow checklist. | NO | |||||||||
ats_jobseeker_workflow_checklist_source_id | INT(10) |
Job Seeker Workflow Checklist Source ID | System generated foreign key providing a connection between a checklist transaction of a job seeker and the checklist source data of a recruiting workflow. | NO | |||||||||
ats_jobseeker_workflow_checklist_required | VARCHAR(255) |
Job Seeker Workflow Checklist Required | Indication whether or not the recruiting workflow checklist for a job seeker is required. | NO | |||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a checklist transaction of a job seeker and a job seeker type. | NO | |||||||||
ats_jobseeker_checklist_transaction_complete | TINYINT(1) |
Job Seeker Checklist Transaction Complete | Indication whether or not a checklist transaction for a job seeker is completed. | NO | |||||||||
ats_jobseeker_checklist_transaction_current | TINYINT(1) |
Job Seeker Checklist Transaction Current | Indication whether or not a checklist transaction of a job seeker is current. | NO | |||||||||
ats_jobseeker_checklist_transaction_skipped | TINYINT(1) |
Job Seeker Checklist Transaction Skipped | Indication whether or not a checklist transaction of a job seeker was skipped. | NO | |||||||||
ats_wizard_id
Relationships for ats_wizard_id
|
INT(10) |
Recruiting Wizard ID | System generated foreign key providing a connection between a checklist transaction of a job seeker and the data of a recruiting wizard. | NO |
Name: | Job Seeker Gender |
Description: | Stores all the data that populates gender options for job seekers. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_jobseeker_gender_id | INT(10) |
Job Seeker Gender ID | Unique system value identifying the gender of a job seeker. | NO |
ats_jobseeker_gender_value | VARCHAR(255) |
Job Seeker Gender Value | Name given to a job seeker gender (male, female). | YES |
ats_jobseeker_gender_order | INT(10) |
Job Seeker Gender Sequence | Numeric value given to the gender name indicating the order in which the gender name will display in a list. | NO |
ats_jobseeker_gender_date_created | DATETIME |
Job Seeker Gender Creation Date | Date when the gender value for the job seeker was created. | NO |
ats_jobseeker_gender_last_modified | TIMESTAMP |
Job Seeker Gender Last Modified | Date when the gender value for the job seeker was last revised. | NO |
ats_jobseeker_gender_deactivated | TINYINT(1) |
Job Seeker Gender Deactivated | Indication whether or not the gender value for a job seeker has been deactivated from use. | NO |
ats_jobseeker_gender_system_flag | TINYINT(1) |
Job Seeker Gender System Flag | Indication whether or not the gender value for a job seeker was generated by the system. | NO |
Name: | Job Seeker Hourly Shift Type Schedule |
Description: | Stores the data related to the job seeker hourly shift type schedule. Information includes the identification of the requisition and job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_hourly_shift_type_schedule_id | INT(10) |
Job Seeker Hourly Shift Type Schedule ID | Unique system value for identifying an option (e.g., first shift, night shift) selected for a job seeker hourly shift type schedule. | NO | ||||||
ats_jobseeker_hourly_shift_type_schedule_date_created | DATETIME |
Job Seeker Hourly Shift Type Schedule Creation Date | Date and time when the job seeker hourly shift type schedule was created bu an authorized user. | NO | ||||||
ats_jobseeker_hourly_shift_type_schedule_last_modified | TIMESTAMP |
Job Seeker Hourly Shift Type Schedule Last Modified | Date when the job seeker hourly shift type schedule was last revised by an authorized user. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a job seeker hourly shift type schedule option and a specific job seeker. | NO | ||||||
ats_requisition_hourly_shift_type_schedule_day_id
Relationships for ats_requisition_hourly_shift_type_schedule_day_id
|
INT(10) |
Requisition Hourly Shift Type Schedule Day ID | System generated foreign key providing a connection between an hourly shift type schedule of a requisition and a specific day (e.g., Monday, Friday) of the week. | NO |
Name: | Job Seeker Pool |
Description: | Stores all the data related to the job seekers within an applicant tracking recruiting pool. Information includes any comments created by an authorized user and the identification of the user who added the job seeker to the recruiting pool. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_pool_id | INT(10) |
Job Seeker Pool ID | Unique system value identifying a specific job seeker in a pool category. | NO | ||||||
ats_jobseeker_pool_date_created | DATETIME |
Job Seeker Pool Creation Date | Date when the job seeker was added to the recruiting pool by an authorized user: recruiter, hiring manager, or administrator. | NO | ||||||
ats_jobseeker_pool_last_modified | TIMESTAMP |
Job Seeker Pool Last Modified | Date when the job seeker within the recruiting pool was last revised by an authorized user in the site. | NO | ||||||
ats_jobseeker_pool_comment | VARCHAR(255) |
Job Seeker Pool Comment | Comment created by an authorized user when a job seeker was added to a recruiting pool. | NO | ||||||
ats_user_id
Relationships for ats_user_id
|
INT(10) |
Recruiting User ID | System generated foreign key providing a connection between the job seeker pool and the authorized user who added the job seeker to the recruiting pool. | NO | ||||||
ats_pool_id
Relationships for ats_pool_id
|
INT(10) |
Recruiting Pool ID | System generated foreign key providing a connection between the job seeker pool and the category in a recruiting pool. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a job seeker pool and an applicant tracking job seeker. | NO |
Name: | Job Seeker Recruiting Workflow |
Description: | Stores all the data related to the recruiting workflow for a job seeker. Information includes the form used in relation to the recruiting workflow and the terms of use statement used in relation to the recruiting workflow for a job seeker. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_workflow_id
Relationships for ats_jobseeker_workflow_id
|
INT(10) |
Job Seeker Recruiting Workflow ID | Unique system value identifying the recruiting workflow for a job seeker. | NO | |||||||||
ats_jobseeker_workflow_date_created | DATETIME |
Job Seeker Workflow Creation Date | Date when the job seeker workflow was created by an authorized user. | NO | |||||||||
ats_jobseeker_workflow_last_modified | TIMESTAMP |
Job Seeker Workflow Last Modified | Date when the job seeker workflow was last revised by an authorized user. | NO | |||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a recruiting workflow for a job seeker and a specific job seeker type. | NO | |||||||||
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Form ID | System generated foreign key providing a connection between a recruiting workflow for a job seeker and a specific form in the system. | NO | |||||||||
hua_terms_of_use_version_id
Relationships for hua_terms_of_use_version_id
|
INT(11) |
NO |
Name: | Job Seeker Reference |
Description: | Stores all the data related to the reference for a job seeker. Information includes the numeric score provided by the reference for the job seeker, any notes taken by the recruiter, and the reference type (e.g., personal, professional). |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_reference_id | INT(10) |
Job Seeker Reference ID | Unique system value for identifying a reference for a job seeker. | NO | ||||||
ats_jobseeker_reference_date_created | DATETIME |
Job Seeker Reference Creation Date | Date when the reference for the job seeker was created in the site. | NO | ||||||
ats_jobseeker_reference_last_modified | TIMESTAMP |
Job Seeker Reference Last Modified | Date when the reference for the job seeker was last revised by an authorized user. | NO | ||||||
ats_jobseeker_reference_score | DOUBLE |
Job Seeker Reference Score | Numeric value given by the reference in rating the job seeker. | NO | ||||||
ats_jobseeker_reference_name | VARCHAR(255) |
Job Seeker Reference Name | Translation of the unique system value into a word or phrase for identifying the reference for the job seeker. | NO | ||||||
ats_jobseeker_reference_notes | TEXT |
Job Seeker Reference Notes | Details created by the individual entering the data provided by the job seeker reference. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a reference for a job seeker and a specific job seeker. | NO | ||||||
ats_recruiter_id | INT(10) |
Recruiter ID | System generated foreign key providing a connection between a reference for a job seeker and a specific recruiter. | NO | ||||||
ats_jobseeker_reference_type_id
Relationships for ats_jobseeker_reference_type_id
|
INT(10) |
Job Seeker Reference Type ID | System generated foreign key providing a connection between a reference for a job seeker and the type (e.g., personal, professional) of reference. | NO | ||||||
ats_jobseeker_reference_title | VARCHAR(255) |
Job Seeker Reference Title | Word or phrase identifying the job title for the reference for the job seeker. | NO | ||||||
ats_jobseeker_reference_company | VARCHAR(255) |
Job Seeker Reference Company | Word or phrase identifying the company where the reference for the job seeker is currently employed. | NO | ||||||
ats_jobseeker_reference_relationship | VARCHAR(255) |
Job Seeker Reference Relationship | Word or phrase identifying how the reference knows the job seeker. | NO | ||||||
ats_jobseeker_reference_phone | VARCHAR(255) |
Job Seeker Reference Phone | Phone number provided as a means to contact the reference for the job seeker. | NO |
Name: | Job Seeker Reference Type |
Description: | Stores all the data related to the reference type options for a job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_reference_type_id
Relationships for ats_jobseeker_reference_type_id
|
INT(10) |
Job Seeker Reference Type ID | Unique system value identifying a reference type for a job seeker. | NO | ||||||
ats_jobseeker_reference_type_last_modified | TIMESTAMP |
Job Seeker Reference Type Last Modified | Date when the reference type for a job seeker was last revised. | NO | ||||||
ats_jobseeker_reference_type_date_created | DATETIME |
Job Seeker Reference Type Creation Date | Date when the reference type for a job seeker was created. | NO | ||||||
ats_jobseeker_reference_type_name | VARCHAR(255) |
Job Seeker Reference Type Name | Translation of the unique system value given to a reference type for a job seeker. | YES | ||||||
ats_jobseeker_reference_type_description | VARCHAR(255) |
Job Seeker Reference Type Description | A brief description of the reference type for a job seeker. | YES | ||||||
ats_jobseeker_reference_type_order | SMALLINT(5) |
Job Seeker Reference Type Sequence | Numeric value used for indicating the order in which a reference type for a job seeker will display in a list. | NO | ||||||
ats_jobseeker_reference_type_deactivated | TINYINT(1) |
Job Seeker Reference Type Deactivated | Indicates whether or not the reference type for the job seeker is deactivated or in use. | NO | ||||||
ats_jobseeker_reference_type_system_flag | TINYINT(1) |
Job Seeker Reference Type System Flag | Indicates whether or not the reference type for a job seeker is system generated. | NO |
Name: | Job Seeker Rejection Code |
Description: | Stores all the data related to the rejection code for a job seeker. Rejection code available once the status has changed to "Declined" for a job seeker. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_rejection_code_id
Relationships for ats_jobseeker_rejection_code_id
|
INT(10) |
Job Seeker Rejection Code ID | Unique system value for identifying the rejection code for a job seeker. | NO | |||||||||
ats_jobseeker_rejection_code_value | VARCHAR(255) |
Job Seeker Rejection Code Name | Translation of the unique system value into a word or phrase for identifying the rejection code for a job seeker. | YES | |||||||||
ats_jobseeker_rejection_code_order | INT(10) |
Job Seeker Rejection Code Sequence | Numeric value indicating the order in which the rejection code for the job seeker displays in a list or table. | NO | |||||||||
ats_jobseeker_rejection_code_date_created | DATETIME |
Job Seeker Rejection Code Creation Date | Date when the rejection code for the job seeker was created. | NO | |||||||||
ats_jobseeker_rejection_code_last_modified | TIMESTAMP |
Job Seeker Rejection Code Last Modified | Date when the rejection code for a job seeker was last revised by an authorized user. | NO | |||||||||
ats_jobseeker_rejection_code_deactivated | TINYINT(1) |
Job Seeker Rejection Code Deactivated | Indication on whether or not the rejection code for the job seeker is active in the system or deactivated from use. | NO | |||||||||
ats_jobseeker_rejection_code_system_flag | TINYINT(1) |
Job Seeker Rejection Code System Flag | Indication on whether or not the rejection code for the job seeker was system generated. | NO | |||||||||
ats_jobseeker_rejection_code_parent_id | INT(10) |
Job Seeker Rejection Code Parent ID | System generated foreign key providing a connection between the primary rejection code for the job seeker and any secondary rejection code. | NO |
Name: | Job Seeker Relocate |
Description: | Stores all the data related to the relocation options for a job seeker. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_jobseeker_relocate_id | INT(10) |
Job Seeker Relocate ID | Unique system value for identifying the relocation option for a job seeker. | NO |
ats_jobseeker_relocate_value | VARCHAR(255) |
Job Seeker Relocate Name | Translation of the unique system identifier for the relocation of a job seeker. | YES |
ats_jobseeker_relocate_order | INT(10) |
Job Seeker Relocate Sequence | Numeric value used for determining the order in which the relocation option for a job seeker displays in a list. | NO |
ats_jobseeker_relocate_date_created | DATETIME |
Job Seeker Relocate Creation Date | Date when the relocation option for a job seeker was created. | NO |
ats_jobseeker_relocate_last_modified | TIMESTAMP |
Job Seeker Relocate Last Modified | Date when the relocation option for a job seeker was last revised. | NO |
ats_jobseeker_relocate_deactivated | TINYINT(1) |
Job Seeker Relocate Deactivated | Indication on whether or not the relocation option for a job seeker is deactivated or used in the site. | NO |
ats_jobseeker_relocate_system_flag | TINYINT(1) |
Job Seeker Relocate System Flag | Indication on whether or not the relocation option for a job seeker is system generated. | NO |
Name: | Job Seeker Resume |
Description: | Stores all the data related to the resume of a job seeker. Resume details are typically created by the job seeker or a recruiter. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Job Seeker Resume ID | Unique system value for identifying the resume of a job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a job seeker resume and a specific job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_creator_id | INT(10) |
Job Seeker Resume Creator ID | System generated foreign key providing a connection between a job seeker resume and the individual (e.g., job seeker, recruiter) who created the resume. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_primary | TINYINT(1) |
Job Seeker Resume Primary | Indication on whether or not the job seeker resume is the primary resume for the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_active | TINYINT(1) |
Job Seeker Resume Active | Indication on whether or not the job seeker resume is active in the system or deactivated from use. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_careerbuilder_id | VARCHAR(255) |
Job Seeker Resume CareerBuilder ID | System generated foreign key providing a connection between a resume and a specific resume imported from CareerBuilder. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_monster_id | INT(10) |
Job Seeker Resume Monster ID | System generated foreign key providing a connection between a resume and a specific resume imported from Monster. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_lens_key | VARCHAR(255) |
Job Seeker Resume Lens Key | Unique system value for identifying a job seeker resume that has been registered with Lens. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_is_parsed | TINYINT(1) |
Job Seeker Resume Parsed | Indication on whether or not a job seeker resume has been parsed through Lens. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_parse_confirmed | TINYINT(1) |
Job Seeker Resume Parse Confirmed | Indication that a job seeker resume has been parsed through Lens successfully. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_is_searchable | TINYINT(1) |
Job Seeker Resume Searchable | Indication on whether or not a job seeker resume is searchable. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_name | VARCHAR(255) |
Job Seeker Resume Name | Translation of the unique system value into a word or phrase for identifying the job seeker resume. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_body | MEDIUMTEXT |
Job Seeker Resume Body | Details provided by the job seeker giving justification (e.g., work history, skills) for consideration in regards to a job listing. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_cover | TEXT |
Job Seeker Resume Cover Letter | Introductory content of the job seeker written for the recruiting team. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_relocate_id | TINYINT(3) |
Job Seeker Resume Relocate ID | System generated foreign key providing a connection between a job seeker resume and a specific relocation option (e.g., yes, no, maybe). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_relocate_comment | VARCHAR(255) |
Job Seeker Resume Relocate Comment | Content of any comments created by the job seeker to provide more details for the relocation option. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_desired_salary | DECIMAL |
Job Seeker Resume Desired Salary | Value provided by the job seeker resume indicating the requested salary as a new hire. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_currency_id | INT(10) |
Job Seeker Resume Currency ID | System generated foreign key providing a connection between a job seeker resume and a specific currency. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_salary_id | INT(10) |
Job Seeker Resume Salary Type ID | System generated foreign key providing a connection between a job seeker resume and a specific salary type (e.g., salaried, hourly). | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
Travel Percentage ID | System generated foreign key providing a connection between a job seeker resume and a specific travel option (e.g., none, 10%, 50%). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_education_level_id
Relationships for ats_education_level_id
|
INT(10) |
Job Seeker Education Level ID | System generated foreign key providing a connection between a job seeker resume and a specific education level (e.g., high school, vocational, Bachelor's Degree). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_job_level_id | INT(10) |
Job Seeker Resume Job Level ID | System generated foreign key providing a connection between a job seeker resume and a specific career/job level (e.g., entry level, executive, manager). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_score | DECIMAL |
Job Seeker Resume Score | Value given by an authorized user in the site to grade the resume quality of the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_legal_to_work | TINYINT(1) |
Job Seeker Resume Legal To Work | Indication on whether or not the job seeker is authorized to work in the country in which the job is located without company sponsorship. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_legal_to_work_comments | VARCHAR(255) |
Job Seeker Resume Legal To Work Comments | Content of any comments created by the job seeker to provide more details for the authorized to work option. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_hours_per_week | TINYINT(3) |
Job Seeker Resume Hours Per Week | Numeric value indicating the requested average work hours per week for the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_date_available | DATE |
Job Seeker Resume Date Available | Date when the job seeker is available to work for another company. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_date_availability_comment | VARCHAR(255) |
Job Seeker Resume Date Availability Comment | Content of any comments created by the job seeker to provide more details regarding availability to work. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_last_updated | DATETIME |
Job Seeker Resume Last Updated | Date when the resume of the job seeker was last revised by an authorized user (e.g., job seeker, recruiter). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_last_modified | TIMESTAMP |
Job Seeker Resume Last Modified | Date when the resume of the job seeker was last revised by an authorized user (e.g., job seeker, recruiter) or system task (e.g., Lens). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_date_created | DATETIME |
Job Seeker Resume Creation Date | Date when the resume of the job seeker was created by an authorized user (e.g., job seeker, recruiter). | NO | ||||||||||||||||||||||||||||||||||||||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between the resume of a job seeker and a specific dynamic form. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_current_job_title | VARCHAR(255) |
Job Seeker Resume Current Job Title | Word or phrase of the job title for the job seeker in his or her current position. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_current_department | VARCHAR(255) |
Job Seeker Resume Current Department | Word or phrase of the department for the job seeker in his or her current position. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_years_in_current_position | VARCHAR(255) |
Job Seeker Resume Years In Current Position | Numeric value indicating the tenure of the job seeker in his or her current position. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_last_review_date | DATE |
Job Seeker Resume Last Review Date | Date when the job seeker was last appraised by his or her manager. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_present_duties | TEXT |
Job Seeker Resume Present Duties | Description provided by the job seeker explaining responsibilities in his or her current position. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_supervisors_name | VARCHAR(255) |
Job Seeker Resume Supervisor's Name | Name of the job seeker's current supervisor. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_supervisors_email | VARCHAR(255) |
Job Seeker Resume Supervisor's E-mail | E-mail address of the job seeker's current supervisor. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_date_discussed_with_supervisor | DATE |
Job Seeker Resume Date Discussed With Supervisor | Date when the job seeker spoke with his or her current supervisor about changing positions. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_applying_reasons | TEXT |
Job Seeker Resume Applying Reasons | Description provided by the job seeker explaining reasons he or she wants to change positions. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_referral_source_id | INT(10) |
Job Seeker Resume Referral Source ID | System generated foreign key providing a connection between a job seeker resume and a specific referral source option (e.g., Monster, job fair, contact). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_description | VARCHAR(255) |
Job Seeker Resume Description | Word or phrase describing a job seeker, typically written by the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_contact_comment | VARCHAR(255) |
Job Seeker Resume Contact Comment | Written content created by an authorized user (e.g., job seeker, recruiter) pertaining to the contact information. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_university_id
Relationships for ats_university_id
|
INT(11) |
University ID | System generated foreign key providing a connection between a job seeker resume and a specific university listed in the system. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_referral_source_details | CHAR(255) |
Job Seeker Resume Referral Source Details | Word or phrase provided by an authorized user (e.g., job seeker, recruiter) giving more information pertaining to the referral source. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_lens_failed | TINYINT(1) |
Job Seeker Resume Lens Parsing Failed | Indication that a job seeker resume was not parsed through Lens successfully. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_experience_level_id
Relationships for ats_experience_level_id
|
INT(10) |
Relevant Years Experience ID | System generated foreign key providing a connection between a job seeker resume and a specific number of years experience (e.g., 1 year, 2 years). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_highest_education_level_id | INT(10) |
Job Seeker Resume Highest Education Level ID | System generated foreign key providing a connection between a job seeker resume and a specific education level (e.g., high school, Bachelor's Degree, Doctorate). | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_locale | CHAR(10) |
Job Seeker Resume Locale | Indication of the selected country (e.g., United States, United Kingdom, Canada, France) of the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||
ats_resume_lens_last_response | VARCHAR(255) |
Job Seeker Resume Lens Last Response | Response from Lens when the job seeker resume was parsed. | NO | ||||||||||||||||||||||||||||||||||||||||||
is_easy_apply | TINYINT(1) |
NO |
Name: | Job Seeker Resume Address |
Description: | Stores all the data related to the address information provided on the resume for the job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_address_id | INT(10) |
Resume Address ID | Unique system value for identifying the address from a job seeker's resume. | NO | ||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Resume ID | System generated foreign key providing a connection between a job seeker's address and a specific resume in the database. | NO | ||||||
ats_resume_address_last_modified | TIMESTAMP |
Resume Address Last Modified | Date when the address for a job seeker's resume was last revised by an authorized user. | NO | ||||||
ats_resume_address_date_created | DATETIME |
Resume Address Creation Date | Date when the address on a job seeker's resume was first created. | NO | ||||||
ats_resume_address_current | TINYINT(1) |
Resume Address Current | Indication on whether or not the address on the job seeker's resume is the current address for the job seeker. | NO | ||||||
ats_resume_address_line_1 | VARCHAR(255) |
Resume Address Line One | Job seeker address from the resume. | NO | ||||||
ats_resume_address_line_2 | VARCHAR(255) |
Resume Address Line Two | Job seeker resume address secondary line (e.g., apartment, suite). | NO | ||||||
ats_resume_address_city | VARCHAR(255) |
Resume Address City | Job seeker resume city. | NO | ||||||
ats_resume_address_state | INT(10) |
Resume Address State/Province | Job seeker resume state or province. | NO | ||||||
ats_resume_address_zip | VARCHAR(255) |
Resume Address Zip | Job seeker resume zip or postal code. | NO | ||||||
ats_resume_address_country | INT(10) |
Resume Address Country | Job seeker resume country. | NO | ||||||
ats_resume_address_repeat | INT(10) |
Resume Address Repeat | Indication that the job seeker resume has more than one address field. | NO | ||||||
ats_resume_address_latitude | FLOAT |
NO | ||||||||
ats_resume_address_longitude | FLOAT |
NO | ||||||||
ats_resume_address_county_municipality | VARCHAR(255) |
NO |
Name: | Job Seeker Resume Attachment |
Description: | Stores all the data related to an attachment on a job seeker's resume. Information includes if the attachment is hidden and whether an attachment is an original or copy. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_attachment_id
Relationships for ats_resume_attachment_id
|
INT(10) |
Resume Attachment ID | Unique system value for identifying an attachment on a job seeker's resume. | NO | ||||||
ats_resume_attachment_date_created | DATETIME |
Resume Attachment Creation Date | Date when the attachment on a job seeker's resume was created by an authorized user (e.g., job seeker, recruiter). | NO | ||||||
ats_resume_attachment_last_modified | TIMESTAMP |
Resume Attachment Last Modified | Date when the attachment on a job seeker's resume was last revised by an authorized user. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between an attachment on a job seeker's resume and a specific job seeker. | NO | ||||||
hua_attachment_id
Relationships for hua_attachment_id
|
INT(10) |
Attachment ID | System generated foreign key providing a connection between an attachment on a job seeker's resume and a specific attachment. | NO | ||||||
ats_resume_attachment_hidden | TINYINT(3) |
Resume Attachment Hidden | Indication on whether or not an attachment on a job seeker's resume is hidden or accessible. | NO | ||||||
ats_resume_attachment_original | INT(1) |
Resume Attachment Original | Indication on whether or not an attachment on a job seeker's resume is the original version or if it has been overwritten. | NO |
Name: | Job Seeker Resume Cover Letter |
Description: | Stores all the data related to the cover letters created by the job seeker for use during the application process. Information includes the content of the cover letter and its name. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_cover_id
Relationships for ats_resume_cover_id
|
INT(10) |
Resume Cover Letter ID | Unique system value for identifying a cover letter for a job seeker's resume. | NO | ||||||
ats_resume_cover_date_created | DATETIME |
Resume Cover Letter Creation Date | Date when a cover letter for a job seeker's resume was created. | NO | ||||||
ats_resume_cover_last_modified | TIMESTAMP |
Resume Cover Letter Last Modified | Date when a cover letter for a job seeker's resume was last revised by an authorized user (e.g., job seeker, recruiter). | NO | ||||||
ats_resume_cover_text | TEXT |
Resume Cover Letter Text | Textual content created by the job seeker as an introduction or elaboration of the resume contents. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a resume cover letter and a specific job seeker. | NO | ||||||
ats_resume_cover_name | VARCHAR(255) |
Resume Cover Letter Name | Word or phrase provided by the creator of the cover letter to differentiate from other cover letters. | NO |
Name: | Job Seeker Resume Educational History |
Description: | Stores all the data related to the educational history from the resume of a job seeker. Information includes the identifications of any colleges or universities attended by the job seeker and any certifications earned by the job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_education_history_id | INT(10) |
Resume Education History ID | Unique system value for identifying educational history on a job seeker's resume. | NO | ||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Resume ID | System generated foreign key providing a connection between educational history on a job seeker's resume and a specific resume. | NO | ||||||
ats_resume_education_history_last_modified | TIMESTAMP |
Resume Education History Last Modified | Date when the educational history on a job seeker's resume was last revised by an authorized user. | NO | ||||||
ats_resume_education_history_date_created | DATETIME |
Resume Education History Creation Date | Date when the educational history on a job seeker's resume was created. | NO | ||||||
ats_resume_education_history_institution_id | INT(10) |
Resume Education History Institution ID | System generated foreign key providing a connection between educational history on a job seeker's resume and a specific university. | NO | ||||||
ats_resume_education_history_institution_name | VARCHAR(255) |
Resume Education History Institution Name | Translation of the unique system value into a word or phrase for identifying the educational institution (e.g., college, university). | NO | ||||||
ats_resume_education_history_area_of_study | VARCHAR(255) |
Resume Education History Area Of Study | Word or phrase describing the primary field of study during the educational history. | NO | ||||||
ats_resume_education_history_certificate_earned_id | INT(10) |
Resume Education History Certificate Earned ID | System generated foreign key providing a connection between educational history on a job seeker's resume and an earned certification. | NO | ||||||
ats_resume_education_history_certificate_earned_name | VARCHAR(255) |
Resume Education History Certificate Earned Name | Translation of the unique system value into a word or phrase for identifying a certification earned by the job seeker. | NO | ||||||
ats_resume_education_history_start_date | DATETIME |
Resume Education History Start Date | Date when the educational history for a job seeker begins. | NO | ||||||
ats_resume_education_history_end_date | DATETIME |
Resume Education History End Date | Date when the educational history for a job seeker ends. | NO | ||||||
ats_resume_education_history_expiration_date | DATETIME |
Resume Education History Expiration Date | Date when the educational history (e.g., certification) expires and will need intervention by the job seeker to remain current. | NO | ||||||
ats_resume_education_history_details | TEXT |
Resume Education History Details | Content providing more information pertaining to the educational history on a job seeker's resume. | NO | ||||||
ats_resume_education_history_repeat | INT(10) |
Resume Education History Repeat | Indication on whether or not more than one educational history record exists on the job seeker resume. | NO |
Name: | Job Seeker Resume Job Category |
Description: | Stores all the data related to the job category options selected for a job seeker on his or her resume. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_job_category_id | INT(11) |
Resume Job Category ID | Unique system value for identifying a job category (e.g., administrative, human resources, marketing) on a job seeker's resume. | NO | ||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(11) |
Job Seeker Resume ID | System generated foreign key providing a connection between a job category on a job seeker's resume and a specific job seeker. | NO | ||||||
hua_job_category_id
Relationships for hua_job_category_id
|
INT(11) |
Job Category ID | System generated foreign key providing a connection between a job category on a job seeker's resume and a specific job category. | NO | ||||||
ats_resume_job_category_date_created | DATETIME |
Resume Job Category Creation Date | Date when the job category for the resume of the job seeker was created. | NO | ||||||
ats_resume_job_category_last_modified | TIMESTAMP |
Resume Job Category Last Modified | Date when the job category for the resume of the job seeker was revised by an authorized user. | NO |
Name: | Job Seeker Resume Job Type |
Description: | Stores all the data related to the job type options selected for a job seeker on his or her resume. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_job_type_id | INT(10) |
Job Seeker Resume Job Type ID | Unique system value for identifying a job type (e.g., full-time, part-time, intern) on a job seeker's resume. | NO | ||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Job Seeker Resume ID | System generated foreign key providing a connection between a job type on a job seeker's resume and a specific job seeker. | NO | ||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
Job Type ID | System generated foreign key providing a connection between a job type on a job seeker's resume and a specific job type. | NO | ||||||
ats_resume_job_type_date_created | DATETIME |
Job Seeker Resume Job Type Creation Date | Date when the job type for the resume of the job seeker was created. | NO | ||||||
ats_resume_type_last_modified | TIMESTAMP |
Job Seeker Resume Job Type Last Modified | Date when the job type for the resume of the job seeker was last revised by an authorized user (e.g., job seeker, recruiter). | NO |
Name: | Job Seeker Resume Reference |
Description: | Stores all the data related to the reference details from a job seeker's resume. Information includes how the reference knows the job seeker and if there is more than one reference on the resume of a job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_reference_id | INT(10) |
Job Seeker Resume Reference ID | Unique system value for identifying a reference on a job seeker's resume. | NO | ||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Job Seeker Resume ID | System generated foreign key providing a connection between a reference on a job seeker's resume and a specific job seeker. | NO | ||||||
ats_resume_reference_last_modified | TIMESTAMP |
Job Seeker Resume Reference Last Modified | Date when the reference on a job seeker's resume was last revised by an authorized user (e.g., job seeker, recruiter). | NO | ||||||
ats_resume_reference_date_created | DATETIME |
Job Seeker Resume Reference Creation Date | Date when the reference on a job seeker's resume was added by an authorized user. | NO | ||||||
ats_resume_reference_name | VARCHAR(255) |
Job Seeker Resume Reference Name | Translation of the unique system value for identifying the reference on a job seeker's resume. | NO | ||||||
ats_resume_reference_title | VARCHAR(255) |
Job Seeker Resume Reference Title | Word or phrase describing the job title for the reference on a job seeker's resume. | NO | ||||||
ats_resume_reference_company | VARCHAR(255) |
Job Seeker Resume Reference Company | Word or phrase identifying the company where the reference on a job seeker's resume is currently employed. | NO | ||||||
ats_resume_reference_relationship | VARCHAR(255) |
Job Seeker Resume Reference Relationship | Word or phrase describing the relationship between the reference on a job seeker's resume and the job seeker. | NO | ||||||
ats_resume_reference_phone | VARCHAR(255) |
Job Seeker Resume Reference Phone | Phone number provided as a means of contacting a reference on a job seeker's resume. | NO | ||||||
ats_resume_reference_repeat | INT(10) |
Job Seeker Resume Reference Repeat | Indication on whether or not more than one reference record exists on the job seeker's resume. | NO |
Name: | Job Seeker Resume Score |
Description: | Stores all the data related to a score given by an authorized user resume for a job seeker. Information includes the numeric score and any notes created by the individual scoring the resume. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_resume_score_id | INT(10) |
Job Seeker Resume Score ID | Unique system value for identifying a resume score on a job seeker's resume. | NO | |||||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Job Seeker Resume ID | System generated foreign key providing a connection between a resume score on a job seeker's resume and a specific job seeker resume. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a resume score on a job seeker's resume and an authorized user who created the resume score. | NO | |||||||||
ats_resume_score | DOUBLE |
Job Seeker Resume Score | Translation of the unique system value into a numeric value for identifying a resume score on a job seeker's resume. | NO | |||||||||
ats_resume_score_notes | CHAR(255) |
Job Seeker Resume Score Notes | Textual content created by an authorized user (e.g., recruiter) when scoring a resume of a job seeker. | NO | |||||||||
ats_resume_score_date_created | DATETIME |
Job Seeker Resume Score Creation Date | Date when the score was created for a job seeker's resume. | NO | |||||||||
ats_resume_score_last_modified | TIMESTAMP |
Job Seeker Resume Score Last Modified | Date when the score was last revised on the job seeker's resume by an authorized user. | NO |
Name: | Job Seeker Resume Secondary Application |
Description: | Stores all the data related to the secondary application resume of a job seeker. Secondary application resume details are typically created by the job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_secondary_application_id
Relationships for ats_resume_secondary_application_id
|
INT(11) |
Resume Secondary Application ID | Unique system value for identifying a resume from a secondary application for a job seeker. | NO | ||||||
ats_resume_secondary_application_last_modified | TIMESTAMP |
Resume Secondary Application Last Modified | Date when a secondary application resume was last revised by an authorized user (e.g., job seeker, recruiter). | NO | ||||||
ats_resume_secondary_application_date_created | DATETIME |
Resume Secondary Application Creation Date | Date when a secondary application resume was created by an authorized user (e.g., job seeker, recruiter). | NO | ||||||
ats_resume_secondary_application_date_completed | DATETIME |
Resume Secondary Application Completion Date | Date when a secondary application resume was completed by an authorized user (e.g., job seeker, recruiter). | NO | ||||||
ats_resume_secondary_application_date_sent | DATETIME |
Resume Secondary Application Date Sent | Date when the secondary application resume request was sent to the job seeker by an authorized user (e.g., recruiter, hiring manager). | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
Candidate ID | System generated foreign key providing a connection between a secondary application resume and a specific candidate in the database. | NO | ||||||
ats_resume_secondary_application_primary | INT(1) |
Resume Secondary Application Primary | Indication on whether or not the secondary application resume for a job seeker is the primary resume. | NO | ||||||
ats_resume_secondary_application_name | VARCHAR(255) |
Resume Secondary Application Name | Translation of the unique system value into a word or phrase for identifying a secondary application resume. | NO | ||||||
ats_resume_secondary_application_body | TEXT |
Resume Secondary Application Body | Details provided by the job seeker giving justification (e.g., work history, skills) for consideration for a job listing. | NO | ||||||
ats_resume_secondary_application_desired_salary | DECIMAL |
Resume Secondary Application Desired Salary | Numeric value provided by a secondary application resume indicating the requested salary as a new hire. | NO | ||||||
ats_resume_secondary_application_currency_id | INT(10) |
Resume Secondary Application Currency ID | System generated foreign key providing a connection between a secondary application resume and a specific currency option (e.g., USD). | NO | ||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
Travel Percentage ID | System generated foreign key providing a connection between a secondary application resume and a specific travel option (e.g., none, 10%, 50%). | NO | ||||||
ats_education_level_id
Relationships for ats_education_level_id
|
INT(10) |
Education Level ID | System generated foreign key providing a connection between a secondary application resume and a specific education level (e.g., high school, vocational, Bachelor's Degree). | NO | ||||||
ats_resume_secondary_application_job_type_id | INT(10) |
Resume Secondary Application Job Type ID | System generated foreign key providing a connection between a secondary application resume and a specific job type (e.g., full-time, part-time, intern). | NO | ||||||
ats_resume_secondary_application_legal_to_work_comments | VARCHAR(255) |
Resume Secondary Application Legal To Work Comments | Content of any comments created by the job seeker to provide more details for the authorized to work option. | NO | ||||||
ats_resume_secondary_application_hours_per_week | TINYINT(3) |
Resume Secondary Application Hours Per Week | Numeric value indicating the requested average work hours per week for the job seeker. | NO | ||||||
ats_resume_secondary_application_date_available | DATE |
Resume Secondary Application Date Available | Date when the job seeker is available to begin employment with another company. | NO | ||||||
ats_resume_secondary_application_date_availability_comment | VARCHAR(255) |
Resume Secondary Application Date Availability Comment | Content of any comments created by the job seeker to provide more details regarding availability to work. | NO | ||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between a secondary application resume form and a specific dynamic form. | NO | ||||||
ats_resume_secondary_application_current_job_title | VARCHAR(255) |
Resume Secondary Application Current Job Title | Word or phrase of the job title for the job seeker in his or her current position. | NO | ||||||
ats_resume_secondary_application_current_department | VARCHAR(255) |
Resume Secondary Application Current Department | Word or phrase of the department for the job seeker in his or her current position. | NO | ||||||
ats_resume_secondary_application_years_in_current_position | VARCHAR(255) |
Resume Secondary Application Years In Current Position | Numeric value indicating the tenure of the job seeker in his or her current position. | NO | ||||||
ats_resume_secondary_application_last_review_date | DATE |
Resume Secondary Application Last Review Date | Date when the job seeker was last appraised by his or her manager. | NO | ||||||
ats_resume_secondary_application_present_duties | TEXT |
Resume Secondary Application Present Duties | Description provided by the job seeker explaining responsibilities in his or her current position. | NO | ||||||
ats_resume_secondary_application_supervisors_name | VARCHAR(255) |
Resume Secondary Application Supervisor's Name | Name of the job seeker's current supervisor. | NO | ||||||
ats_resume_secondary_application_supervisors_email | VARCHAR(255) |
Resume Secondary Application Supervisor's E-mail | E-mail address of the job seeker's current supervisor. | NO | ||||||
ats_resume_secondary_application_date_discussed_with_supervisor | DATE |
Resume Secondary Application Date Discussed With Supervisor | Date when the job seeker spoke with his or her current supervisor about changing positions. | NO | ||||||
ats_resume_secondary_application_applying_reasons | TEXT |
Resume Secondary Application Applying Reasons | Description provided by the job seeker explaining reasons why he or she wants to change positions. | NO | ||||||
ats_resume_secondary_application_description | VARCHAR(255) |
Resume Secondary Application Description | Word or phrase describing a job seeker, typically written by the job seeker. | NO | ||||||
ats_resume_secondary_application_contact_comment | VARCHAR(255) |
Resume Secondary Application Contact Comment | Content created by an authorized user (e.g., job seeker) pertaining to the contact information. | NO | ||||||
ats_resume_secondary_application_legal_to_work | TINYINT(1) |
Resume Secondary Application Legal To Work | Indication on whether or not the job seeker is authorized to work in the country in which the job is located without company sponsorship. | NO | ||||||
ats_resume_secondary_application_referral_source_id | INT(11) |
Resume Secondary Application Referral Source ID | System generated foreign key providing a connection between a secondary application resume and a specific referral source option (e.g., Monster, job fair, contact). | NO | ||||||
ats_resume_secondary_application_salary_id | INT(11) |
Resume Secondary Application Salary Type ID | System generated foreign key providing a connection between a secondary application resume and a specific salary type (e.g., salaried, hourly). | NO | ||||||
ats_experience_level_id
Relationships for ats_experience_level_id
|
INT(11) |
Relevant Years Experience ID | System generated foreign key providing a connection between a secondary application resume and a specific number of years experience (e.g., 1 year, 2 years). | NO | ||||||
ats_resume_secondary_application_highest_education_level_id | INT(11) |
Resume Secondary Application Highest Education Level ID | System generated foreign key providing a connection between a secondary application resume and a specific education level (e.g., high school, Bachelor's Degree, Doctorate). | NO | ||||||
ats_resume_secondary_application_creator_id | INT(11) |
NO |
Name: | Job Seeker Resume Work History |
Description: | Stores all the data related to the work history on a resume profile for a job seeker. Information includes details about the company that employed the job seeker and responsibilities while at the company. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_work_history_id | INT(10) |
Resume Work History ID | Unique system value for identifying work history (e.g., company name, phone number, contact at company) on a job seeker's resume. | NO | ||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(10) |
Job Seeker Resume ID | System generated foreign key providing a connection between the work history of a job seeker and a specific resume. | NO | ||||||
ats_resume_work_history_last_modified | TIMESTAMP |
Resume Work History Last Modified | Date when the resume work history for a job seeker was last revised by an authorized user. | NO | ||||||
ats_resume_work_history_date_created | DATETIME |
Resume Work History Creation Date | Date when the resume work history was created. | NO | ||||||
ats_resume_work_history_company_name | VARCHAR(255) |
Resume Work History Company Name | Word or phrase provided by the job seeker to identify the name of the company in the resume work history. | NO | ||||||
ats_resume_work_history_job_title | VARCHAR(255) |
Resume Work History Job Title | Word or phrase provided by the job seeker to identify his or her job title in the resume work history. | NO | ||||||
ats_resume_work_history_start_date | DATETIME |
Resume Work History Start Date | Date when the job seeker began employment at the company described in the resume work history. | NO | ||||||
ats_resume_work_history_end_date | DATETIME |
Resume Work History End Date | Date when the job seeker ended his or her employment at the company described in the resume work history. | NO | ||||||
ats_resume_work_history_duties | TEXT |
Resume Work History Duties | Description provided by the job seeker explaining the responsibilities in his or her position in the resume work history. | NO | ||||||
ats_resume_work_history_contact_employer | INT(2) |
Resume Work History Contact Employer | Indication on whether or not an authorized user (e.g., recruiter, hiring manager) has permission to contact the employer described in the resume work history. | NO | ||||||
ats_resume_work_history_contact_name | VARCHAR(255) |
Resume Work History Contact Name | Name of an individual at the company in the resume work history who can be contacted on behalf of the job seeker. | NO | ||||||
ats_resume_work_history_contact_phone | VARCHAR(255) |
Resume Work History Contact Phone | Phone number provided by the job seeker as a mean of contacting an employer described in the resume work history. | NO | ||||||
ats_resume_work_history_repeat | INT(10) |
Resume Work History Repeat | Indication on whether or not more than one resume work history exists for a job seeker. | NO |
Name: | Job Seeker Status |
Description: | Stores all the data related to the available job seeker status options (e.g., candidate, rejected, hired). |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(11) |
Job Seeker Status ID | Unique system value identifying the status of the job seeker. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_date_created | DATETIME |
Job Seeker Status Creation Date | Date when the status for a job seeker was created. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_last_modified | TIMESTAMP |
Job Seeker Status Last Modified | Date when the status for a job seeker was last revised. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_name | VARCHAR(255) |
Job Seeker Status Name | Translated value of the unique system identification that displays for a user. | YES | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_logical_value | VARCHAR(255) |
Job Seeker Status Logical Value | Logical value is the internally recognized classification for the status of a job seeker. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_type | VARCHAR(255) |
Job Seeker Status Type | Type for the status of a job seeker. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_protected | TINYINT(1) |
Job Seeker Status Protected | Indicator that the status of the job seeker is protected from edits by a user in the site. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_system_flag | TINYINT(1) |
Job Seeker Status System Flag | Indication that the status of the job seeker value is system generated. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_order | SMALLINT(5) |
Job Seeker Status Sequence | Numeric value used for indicating the order in which the status of the job seeker will display in a list. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_status_deactivated | TINYINT(1) |
Job Seeker Status Deactivated | Indication that the status of the job seeker value is deactivated or used in the site. | NO |
Name: | Job Seeker Type |
Description: | Stores all the data related to the job seeker types (e.g., internal, external, recruiter uploaded) in the system. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(11) |
Job Seeker Type ID | Unique system value identifying the job seeker type. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_date_created | DATETIME |
Job Seeker Type Creation Date | Date when the job seeker type was created by an authorized user in the site. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_last_modified | TIMESTAMP |
Job Seeker Type Last Modified | Date when the job seeker type was last revised by an authorized user in the site. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_name | CHAR(255) |
Job Seeker Type Name | Translated value of the unique system identification that displays for a user. | YES | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_logical_value | CHAR(255) |
Job Seeker Type Logical Value | Logical value is the internally recognized classification for the job seeker type. This value cannot be altered. | YES | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_abbreviation | CHAR(255) |
Job Seeker Type Abbreviation | Shortened version of the job seeker type value. | NO | |||||||||||||||||||||||||||||||||||||||||||||
ats_jobseeker_type_system_flag | TINYINT(1) |
Job Seeker Type System Flag | Indication that the job seeker type value is system generated. | NO |
Name: | Job Seeker Veteran Option |
Description: | Stores all the data related to the veteran options for a job seeker which is typically selected during the apply process. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_jobseeker_veteran_id | INT(10) |
Job Seeker Veteran ID | Unique system value identifying a job seeker veteran option. | NO |
ats_jobseeker_veteran_value | VARCHAR(255) |
Job Seeker Veteran Name | Translated value of the unique system identification that displays for a user. | NO |
ats_jobseeker_veteran_order | INT(10) |
Job Seeker Veteran Sequence | Numeric value used for indicating the order in which the job seeker veteran option will display in a list. | NO |
ats_jobseeker_veteran_deactivated | TINYINT(1) |
Job Seeker Veteran Deactivated | Indication that the job seeker veteran value is deactivated or in use. | NO |
ats_jobseeker_veteran_date_created | DATETIME |
Job Seeker Veteran Creation Date | Date when the job seeker veteran value was created by an authorized user in the system. | NO |
ats_jobseeker_veteran_last_modified | TIMESTAMP |
Job Seeker Veteran Last Modified | Date when the job seeker veteran value was last revised by an authorized user in the system. | NO |
Name: | Job Seeker View Log |
Description: | Stores all the data related to the view log for a job seeker. View log entry is created when an authorized user visits the resume dashboard of a job seeker during a session. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_view_log_id | INT(10) |
Job Seeker View Log ID | Unique system value identifying the job seeker view log. | NO | ||||||
ats_jobseeker_view_log_date_created | DATETIME |
Job Seeker View Log Creation Date | Date when the job seeker view log was created. It is created when an authorized user views the resume dashboard of a job seeker. | NO | ||||||
ats_jobseeker_view_log_last_modified | TIMESTAMP |
Job Seeker View Log Last Modified | Date when the job seeker view log was last revised by an authorized user. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between the view log entry and a specific job seeker. | NO | ||||||
ats_recruiter_id | INT(10) |
Recruiter ID | System generated foreign key providing a connection between the view log entry and a specific recruiter or other authorized user. | NO |
Name: | Job Seeker Workflow Checklist |
Description: | Stores all the data related to the recruiting workflow checklist for a job seeker. Details normally found in the Career Center for the job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_jobseeker_workflow_checklist_id | INT(10) |
Job Seeker Workflow Checklist ID | Unique system value identifying the workflow checklist for a job seeker. | NO | ||||||
ats_jobseeker_workflow_checklist_date_created | DATETIME |
Job Seeker Workflow Checklist Creation Date | Date when the checklist for the job seeker recruiting workflow was created by an authorized user. | NO | ||||||
ats_jobseeker_workflow_checklist_last_modified | TIMESTAMP |
Job Seeker Workflow Checklist Last Modified | Date when the checklist for the job seeker recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_checklist_action_id
Relationships for ats_workflow_checklist_action_id
|
INT(10) |
Recruiting Workflow Checklist Action ID | System generated foreign key providing a connection between an action item and a recruiting workflow checklist. | NO | ||||||
ats_jobseeker_workflow_checklist_source_id | INT(10) |
Job Seeker Workflow Checklist Source ID | System generated foreign key providing a connection between the source of a checklist and a recruiting workflow checklist. | NO | ||||||
ats_jobseeker_workflow_checklist_required | TINYINT(1) |
Job Seeker Workflow Checklist Required | Indication on whether or not the checklist is required for the job seeker workflow. | NO | ||||||
ats_jobseeker_workflow_id
Relationships for ats_jobseeker_workflow_id
|
INT(10) |
Job Seeker Recruiting Workflow ID | System generated foreign key providing a connection between the recruiting workflow checklist and a specific recruiting workflow. | NO | ||||||
ats_jobseeker_workflow_checklist_included | TINYINT(1) |
Job Seeker Recruiting Workflow Checklist Included | Indication that the recruiting workflow includes a checklist. | NO |
Name: | Learning Path To Job Profile Association |
Description: | Stores all the data related to learning path associated with a job profile. Information includes identification of the learning path and of the job profile. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_job_id | INT(10) |
Curriculum To Job Association ID | Unique system value for identifying a curriculum to job profile association. | NO | ||||||
lms_curriculum_job_date_created | TIMESTAMP |
Curriculum To Job Association Creation Date | Date and time when an association was made between a curriculum and a job profile by an authorized user. | NO | ||||||
lms_curriculum_job_last_modified | DATETIME |
Curriculum To Job Profile Association Last Modified | Date and time when an association between a curriculum and a job profile were last revised by an authorized user. | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
Curriculum ID | System generated foreign key providing a connection between a curriculum to job profile association and a specific curriculum in the database. | NO | ||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job Profile ID | System generated foreign key providing a connection between a curriculum to job profile association and a specific job profile in the database. | NO |
Name: | Letter Template |
Description: | Stores all the data related to letter templates in the system. Information includes the template type and the header/footer images. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_letter_template_id
Relationships for hua_letter_template_id
|
INT(10) |
Letter Template ID | Unique system value for identifying a letter template in the system. | NO | |||||||||||||||||||||
hua_letter_template_last_modified | TIMESTAMP |
Letter Template Last Modified | Date and time when a letter template was last revised by an authorized user (e.g., creator, administrator). | NO | |||||||||||||||||||||
hua_letter_template_date_created | DATETIME |
Letter Template Creation Date | Date and time when a letter template was created by an authorized user (e.g., administrator, recruiter). | NO | |||||||||||||||||||||
hua_letter_template_name | VARCHAR(255) |
Letter Template Name | Translation of the unique system value into a word or phrase for identifying a letter template. | YES | |||||||||||||||||||||
hua_letter_template_category_id
Relationships for hua_letter_template_category_id
|
INT(10) |
Letter Template Category ID | Indication of the category (e.g., recruiting, offer, interview) for which the letter template was created. | NO | |||||||||||||||||||||
hua_letter_template_creator_id | INT(10) |
Letter Template Creator ID | System generated foreign key providing a connection between a letter template and a specific user who created the letter template. | NO | |||||||||||||||||||||
hua_letter_template_type | ENUM |
Letter Template Type | Indication of the type (e.g., global, personal) of the letter template. | NO | |||||||||||||||||||||
hua_letter_template_active | TINYINT(1) |
Letter Template Active | Indication on whether or not the letter template is active in the system or deactivated from use. | NO | |||||||||||||||||||||
hua_letter_template_cc | TEXT |
Letter Template Carbon Copy (CC) | E-mail address(es) of those individual(s) who are copied when a letter is sent using the letter template. | NO | |||||||||||||||||||||
hua_letter_template_protected | TINYINT(1) |
Letter Template Protected | Indication on whether or not the letter template is read-only (locked) and cannot be deleted from the system. | NO | |||||||||||||||||||||
hua_letter_template_header_id | INT(11) |
Letter Template Header ID | System generated foreign key providing a connection between a letter template and an image used as a header for the template. | NO | |||||||||||||||||||||
hua_letter_template_footer_id | INT(11) |
Letter Template Footer ID | System generated foreign key providing a connection between a letter template and an image used as a footer for the template. | NO | |||||||||||||||||||||
hua_letter_template_bcc | TEXT |
NO |
Name: | Letter Template Attachment |
Description: | Stores all the data related to attachments added to letter templates. Information includes the identification of the letter template and of the document, if from the document library. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_letter_template_attachment_id | INT(10) |
Letter Template Attachment ID | Unique system value for identifying an attachment (e.g., image, document) on a letter template. | NO | ||||||
hua_letter_template_id
Relationships for hua_letter_template_id
|
INT(10) |
Letter Template ID | System generated foreign key providing a connection between an attachment on a letter template and a specific letter template. | NO | ||||||
hua_document_id
Relationships for hua_document_id
|
INT(10) |
Document ID | System generated foreign key providing a connection between an attachment on a letter template and a specific document in the document library. | NO | ||||||
hua_letter_template_attachment_last_modified | TIMESTAMP |
Letter Template Attachment Last Modified | Date and time when the an attachment on a letter template was last revised by an authorized user. | NO | ||||||
hua_letter_template_attachment_date_created | DATETIME |
Letter Template Attachment Creation Date | Date and time when an attachment was added to a letter template by an authorized user. | NO |
Name: | Letter Template Category |
Description: | Stores all the data related to letter template categories. Information includes the module association with a category and the category name. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_letter_template_category_id
Relationships for hua_letter_template_category_id
|
INT(10) |
Letter Template Category ID | Unique system value for identifying a category (e.g., recruiting, offer, onboarding, appraisal) of a letter template. | NO | |||||||||
hua_letter_template_category_date_created | DATETIME |
Letter Template Category Creation Date | Date and time when a letter template was created with a category by an authorized user. | NO | |||||||||
hua_letter_template_category_last_modified | TIMESTAMP |
Letter Template Category Last Modified | Date and time when a category for a letter template was last revised by an authorized user. | NO | |||||||||
hua_letter_template_category_name | VARCHAR(255) |
Letter Template Category Name | Translation of the unique system value into a word or phrase for identifying the letter template category. | NO | |||||||||
hua_letter_template_category_system_flag | TINYINT(1) |
Letter Template Category System Flag | Indication on whether or not the letter template category was system generated. | NO | |||||||||
hua_letter_template_category_module | ENUM |
Letter Template Category Module | Indication of which module (e.g., ATS, EPM) is associated with the letter template category (i.e., recruiting category is ATS). | NO |
Name: | Letter Template Image |
Description: | Stores all the data related to images used as a header or footer on a letter template. Information includes the identification of the file used. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_letter_template_image_id | INT(11) |
Letter Template Image ID | Unique system value for identifying an image used on a letter template (i.e., header, footer). | NO | ||||||
hua_letter_template_image_date_created | DATETIME |
Letter Template Image Creation Date | Date and time when an image was added to a letter template as a header or a footer by an authorized user. | NO | ||||||
hua_letter_template_image_last_modified | TIMESTAMP |
Letter Template Image Last Modified | Date and time when an image attached as a header or footer to a letter template was last revised by an authorized user. | NO | ||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | System generated foreign key providing a connection between an image used on a letter template and a specific file. | NO |
Name: | Letter Template Translation |
Description: | Stores all the data related to translations created for letter templates. Information includes the identification of the language used for the translation and any existing SMS version. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_letter_template_translation_id | INT(11) |
Letter Template Translation ID | Unique system value for identifying a translation (e.g., French, Spanish) created for a letter template. | NO | |||||||||||||||
hua_letter_template_translation_last_modified | TIMESTAMP |
Letter Template Translation Last Modified | Date and time when a translation for a letter template was last revised by an authorized user. | NO | |||||||||||||||
hua_letter_template_translation_date_created | DATETIME |
Letter Template Translation Creation Date | Date and time when a translation was added to a letter template by an authorized user. | NO | |||||||||||||||
hua_letter_template_id
Relationships for hua_letter_template_id
|
INT(11) |
Letter Template ID | System generated foreign key providing a connection between a translation for a letter template and a specific letter template. | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(11) |
Language ID | System generated foreign key providing a connection between a translation for a letter template and a specific language in which the template was translated. | NO | |||||||||||||||
hua_letter_template_translation_subject | TEXT |
Letter Template Translation Subject | Translated content of the subject line for the letter template. | NO | |||||||||||||||
hua_letter_template_translation_body | TEXT |
Letter Template Translation Body | Translated content of the body portion for the letter template. | NO | |||||||||||||||
hua_letter_template_translation_microblog | VARCHAR(255) |
Letter Template Translation SMS Version | If SMS (TXT) is enabled on the site, a 140 character version of the letter template translation. | NO |
Name: | Letter Transaction |
Description: | Stores all the data related to the transaction of a letter. Information includes the content of the transaction, a list of recipients of the transaction, and any attachments related to the transaction. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_letter_transaction_id | INT(10) |
Letter Transaction ID | Unique system value for identifying the letter transaction. | NO | |||||||||
ats_letter_transaction_text | TEXT |
Letter Transaction Text | Content or body that displays in the text area for the letter. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a user in the system and the letter transaction. | NO | |||||||||
ats_letter_transaction_recipients | BLOB |
Letter Transaction Recipients | Indication of those who received the letter transaction. | NO | |||||||||
ats_letter_transaction_attachments | BLOB |
Letter Transaction Attachment | Attachment associated with the letter transaction. | NO | |||||||||
ats_letter_transaction_date_created | DATETIME |
Letter Transaction Creation Date | Date when the letter transaction was created by an authorized user. | NO | |||||||||
ats_letter_transaction_last_modified | TIMESTAMP |
Letter Transaction Last Modified | Date when the letter transaction was last revised by an authorized user. | NO |
Name: | Library Document |
Description: | Stores all the data related to documents in the document library. Information includes the name of the document and identification of any file associated with the document. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_document_id
Relationships for hua_document_id
|
INT(11) |
Library Document ID | Unique system value for identifying a document in the site library. | NO | |||||||||||||||||||||
hua_document_last_modified | TIMESTAMP |
Library Document Last Modified | Date and time when a document in the document library was last revised by an authorized user. | NO | |||||||||||||||||||||
hua_document_date_created | DATETIME |
Library Document Creation Date | Date and time when a document was added to the document library by an authorized user. | NO | |||||||||||||||||||||
hua_document_name | CHAR(255) |
Library Document Name | Translation of the unique system value into a word or phrase for identifying a document in the document library. | NO | |||||||||||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | System generated foreign key providing a connection between a document in the document libary and a specific file that was uploaded with the document when it was added to the library. | NO | |||||||||||||||||||||
hua_document_system_flag | TINYINT(1) |
Library Document System Flag | Indication on whether or not a document in the document library was system generated. | NO |
Name: | LMS Approval Type |
Description: | List of approval types |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_approval_type_id
Relationships for lms_approval_type_id
|
INT(10) |
LMS Approval Type ID | System ID for the approval type | NO | ||||||
lms_approval_type_last_modified | TIMESTAMP |
LMS Approval Type Last Modified | Date when approval type was last modified | NO | ||||||
lms_approval_type_date_created | DATETIME |
LMS Approval Type Date Created | Date when approval type was created | NO | ||||||
lms_approval_type_name | CHAR(255) |
LMS Approval Type Name | Name of the approval type | YES | ||||||
lms_approval_type_protected | TINYINT(1) |
LMS Approval Type Protected | NOT USED | NO | ||||||
lms_approval_type_deactivated | TINYINT(1) |
LMS Approval Type Deactivated | NOT USED | NO | ||||||
lms_approval_type_system_flag | TINYINT(1) |
LMS Approval Type System Flag | NOT USED | NO | ||||||
lms_approval_type_order | SMALLINT(5) |
LMS Approval Type Order | NOT USED | NO |
Name: | LMS Cert Status |
Description: | Stores the status of the certifications |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_cert_status_id
Relationships for lms_cert_status_id
|
INT(10) |
NO | ||||||||
lms_cert_status_date_created | TIMESTAMP |
NO | ||||||||
lms_cert_status_name | VARCHAR(255) |
YES | ||||||||
lms_cert_status_logical_value | VARCHAR(255) |
NO | ||||||||
lms_cert_status_protected | TINYINT(1) |
NO | ||||||||
lms_cert_status_deactivated | TINYINT(1) |
NO | ||||||||
lms_cert_status_system_flag | TINYINT(1) |
NO | ||||||||
lms_cert_status_order | SMALLINT(5) |
NO | ||||||||
lms_cert_status_last_modified | TIMESTAMP |
NO |
Name: | LMS Certification |
Description: | Stores the Certifications data |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_cert_id
Relationships for lms_cert_id
|
INT(11) |
LMS Cert ID | System ID of the certification | NO | ||||||||||||||||||
lms_cert_last_modified | TIMESTAMP |
LMS Cert Last Modified | Date when the certification was last modified | NO | ||||||||||||||||||
lms_cert_date_created | DATETIME |
LMS Cert Date Created | Date when the certification was created | NO | ||||||||||||||||||
lms_cert_acronym | CHAR(255) |
LMS Cert Acronym | An acronym of the certification | NO | ||||||||||||||||||
lms_cert_name | CHAR(255) |
LMS Cert Name | Name of the Certification | YES | ||||||||||||||||||
lms_cert_description | LONGTEXT |
LMS Cert Description | Description of the certification | NO | ||||||||||||||||||
lms_cert_duration | INT(11) |
LMS Cert Duration | Duration of the certification in units of seconds | NO | ||||||||||||||||||
lms_cert_default_issued_by | CHAR(255) |
LMS Cert Default Issued By | Default name of the certification issuer | NO | ||||||||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
HUA File ID | System ID of the hua_file associated with this certification | NO | ||||||||||||||||||
lms_cert_required_for_job | TINYINT(1) |
LMS Cert Required For Job | flag that requires if the certification is required for a job | NO | ||||||||||||||||||
lms_cert_status_id
Relationships for lms_cert_status_id
|
INT(10) |
NO | ||||||||||||||||||||
lms_cert_publication_date | DATETIME |
NO | ||||||||||||||||||||
lms_cert_published_by
Relationships for lms_cert_published_by
|
INT(11) |
NO | ||||||||||||||||||||
lms_cert_archived_date | DATETIME |
NO | ||||||||||||||||||||
lms_cert_archive_user | INT(11) |
NO | ||||||||||||||||||||
lms_cert_permanent | TINYINT(1) |
NO | ||||||||||||||||||||
lms_cert_renewal_period_duration | SMALLINT(6) |
NO |
Name: | LMS Certification Course |
Description: | Stores all certifications for every course. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_cert_course_id | INT(11) |
LMS Cert Course ID | The unique ID of the LMS Cert Course | NO | ||||||
lms_cert_course_date_created | DATETIME |
LMS Cert Course Date Created | The date and time when the LMS Cert Course was created | NO | ||||||
lms_cert_course_last_modified | TIMESTAMP |
LMS Cert Course Last Modified | The date and time when the LMS Cert Course was last modified | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
LMS Course ID | The unique ID of a related LMS Course | NO | ||||||
lms_cert_id
Relationships for lms_cert_id
|
INT(11) |
LMS Cert ID | The unique ID of a related LMS Cert | NO |
Name: | LMS Certification Program |
Description: | Stores all certifications for every program. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_cert_program_id | INT(11) |
LMS Cert Program ID | The unique ID of the LMS Cert Program | NO | ||||||
lms_cert_program_date_created | DATETIME |
LMS Cert Program Date Created | The date and time when the LMS Cert Program was created | NO | ||||||
lms_cert_program_last_modified | TIMESTAMP |
LMS Cert Program Last Modified | The date and time when the LMS Cert Program was last modified | NO | ||||||
lms_program_id
Relationships for lms_program_id
|
INT(11) |
LMS Program ID | The unique ID of a related LMS Program | NO | ||||||
lms_cert_id
Relationships for lms_cert_id
|
INT(11) |
LMS Cert ID | The unique ID of a related LMS Cert | NO |
Name: | LMS Class |
Description: | Main table of the classes data. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_last_modified | TIMESTAMP |
LMS Class Last Modified | Date when the class was last modified | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_date_created | DATETIME |
LMS Class Date Created | Date when the class was created | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_name | CHAR(255) |
LMS Class Name | Name of the class | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_description | CHAR(255) |
LMS Class Description | Description of the class | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the course associated with the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_room_id
Relationships for hua_room_id
|
INT(10) |
HUA Room ID | System ID of the room associated with the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_status_id
Relationships for lms_class_status_id
|
INT(10) |
LMS Class Status ID | System ID of the status of the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_start_date | DATE |
LMS Class Start Date | Start Date of the Class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_end_date | DATE |
LMS Class End Date | End Date of the Class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_suppress_roster | TINYINT(1) |
LMS Class Suppress Roster | Flag that states if the roster of the class should be suppressed | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_public | TINYINT(1) |
LMS Class Public | Flag that states if the class is public | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_passing_grade | FLOAT |
LMS Class Passing Grade | The Passing Grade of the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_capacity | INT(10) |
LMS Class Capacity | The capacity of the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_waitlist_size | INT(11) |
LMS Class Waitlist Size | The waitlist size of the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_cost | DOUBLE |
LMS Class Cost | The cost of the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_student_fee | DOUBLE |
LMS Class Student Fee | Student fee for the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_minimum_students | INT(11) |
LMS Class Minimum Students | Minimum amount of students for the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_add_drop_date | DATETIME |
LMS Class Add Drop Date | Deadline date for students to add or drop the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_type | CHAR(255) |
LMS Class Type | Whether the class is Internal, External or Online | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_url | CHAR(255) |
LMS Class Url | The URL of the online class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_test_weight | INT(11) |
LMS Class Test Weight | The weight that all tests will have in determining the student's grade | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_assignment_weight | INT(11) |
LMS Class Assignment Weight | The weight that all assignments will have in determining the student's grade | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_schedule_conflict | TINYINT(1) |
LMS Class Schedule Conflict | Flag that states if there is a conflict in the room schedule for the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_external_address | CHAR(255) |
LMS Class External Address | The address of the external class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_allow_drop_anytime | TINYINT(1) |
LMS Class Allow Drop Anytime | Flag that states if students will be allowed to drop the class at any time | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OrganizationalUnit_oid | CHAR(38) |
OrganizationalUnit Oid | NOT USED | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_show_noshow | TINYINT(1) |
LMS Class Show Noshow | Flag that enables Show/No-Show Grading | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
HUA Job Family ID | System ID of the job family associated with the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
HUA Org Level ID | System ID of the org level associated with the class | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_remote_learner_cap | INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_class_onsite_learner_cap | INT(11) |
NO |
Name: | LMS Class Assignment |
Description: | Stores the assignments of the classes data entered in the assignment accessed from the class details. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_assignment_id
Relationships for lms_class_assignment_id
|
INT(10) |
LMS Class Assignment ID | System ID of the Class Assignment | NO | |||||||||
lms_class_assignment_last_modified | TIMESTAMP |
LMS Class Assignment Last Modified | Date when Assignment was last modified | NO | |||||||||
lms_class_assignment_date_created | DATETIME |
LMS Class Assignment Date Created | Date when Assignment was created | NO | |||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the class associated with the assignment | NO | |||||||||
lms_class_assignment_name | CHAR(255) |
LMS Class Assignment Name | Name of the assignment | YES | |||||||||
lms_class_assignment_description | CHAR(255) |
LMS Class Assignment Description | Description of the assignment | YES | |||||||||
lms_class_assignment_date | DATETIME |
LMS Class Assignment Date | Start date of the assignment | NO | |||||||||
lms_class_assignment_due_date | DATETIME |
LMS Class Assignment Due Date | Due date of the assignment | NO | |||||||||
lms_class_assignment_weight | INT(11) |
LMS Class Assignment Weight | Weight of this assignment | NO |
Name: | LMS Class Assignment Complete |
Description: | List of a class's completed assignments. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_assignment_complete_id | INT(11) |
LMS Class Assignment Complete ID | System ID of the completed assignment | NO | |||||||||
lms_class_assignment_complete_date_created | DATETIME |
LMS Class Assignment Complete Date Created | Date when the completed assignment was created | NO | |||||||||
lms_class_assignment_complete_last_modified | TIMESTAMP |
LMS Class Assignment Complete Last Modified | Date when the completed assignment was last modified | NO | |||||||||
lms_class_assignment_id
Relationships for lms_class_assignment_id
|
INT(11) |
LMS Class Assignment ID | System ID of the associated assignment | NO | |||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
LMS User ID | System ID of the associated user of the assignment completed | NO | |||||||||
lms_class_assignment_complete_date | DATETIME |
LMS Class Assignment Complete Date | Date when the assignment was completed | NO | |||||||||
lms_class_assignment_complete_grade | INT(11) |
LMS Class Assignment Complete Grade | Grade of the completed assignment | NO | |||||||||
lms_class_assignment_complete_comment | CHAR(255) |
LMS Class Assignment Complete Comment | Comment of the completed assignment | NO | |||||||||
graded_by_user_id | INT(11) |
Graded By User ID | System ID of the user who graded | NO | |||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
HUA File ID | System ID of the file associated with the completed assignment | NO | |||||||||
lms_class_assignment_complete_grade_date | DATETIME |
LMS Class Assignment Complete Grade Date | Date when the assignmet was graded | NO | |||||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
LMS Class ID | System ID of the associated class | NO | |||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(11) |
NO |
Name: | LMS Class Assignment File |
Description: | List of files associated with the assignments. Files uploaded to the class form once the class is created. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_assignment_file_id | INT(11) |
LMS Class Assignment File ID | System ID of the assignment file | NO | |||||||||
lms_class_assignment_file_date_created | DATETIME |
LMS Class Assignment File Date Created | Date when the assignment file was created | NO | |||||||||
lms_class_assignment_file_last_modified | TIMESTAMP |
LMS Class Assignment File Last Modified | Date when the assignment file was last modified | NO | |||||||||
lms_class_assignment_id
Relationships for lms_class_assignment_id
|
INT(11) |
LMS Class Assignment ID | System ID of the associated class assignment | NO | |||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
HUA File ID | System ID of the associated file | NO |
Name: | LMS Class Attendance |
Description: | Stores the attendance records of the classes. Data is entered by instructor for each class. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_attendance_id | INT(10) |
LMS Class Attendance ID | System ID of the class attendance | NO | ||||||
lms_class_attendance_last_modified | TIMESTAMP |
LMS Class Attendance Last Modified | Date when the class attendance was last modified | NO | ||||||
lms_class_attendance_date_created | DATETIME |
LMS Class Attendance Date Created | Date when the class attendance was created | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(10) |
LMS Class Student ID | System ID of the associated student | NO | ||||||
lms_class_attendance_date | DATETIME |
LMS Class Attendance Date | Date of the attendance | NO | ||||||
lms_class_attendance_status | CHAR(255) |
LMS Class Attendance Status | The status of the attendance. It can be either Present, Tardy, Absent or Excused | YES | ||||||
lms_class_attendance_taken_by | INT(10) |
LMS Class Attendance Taken By | System ID of the user who took the attendance | NO |
Name: | LMS Class Equipment |
Description: | Lists the Equipment used by each Class entered during class creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_equipment_id | INT(10) |
LMS Class Equipment ID | System ID of the class equipment | NO | ||||||
lms_class_equipment_last_modified | TIMESTAMP |
LMS Class Equipment Last Modified | Date when the class equipment was last modified | NO | ||||||
lms_class_equipment_date_created | DATETIME |
LMS Class Equipment Date Created | Date when the class equipment was created | NO | ||||||
hua_equipment_id
Relationships for hua_equipment_id
|
INT(10) |
HUA Equipment ID | System ID of the associated piece of equipment | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO |
Name: | LMS Class Evaluation |
Description: | Stores the evaluations associated with the classes |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_evaluation_id
Relationships for lms_class_evaluation_id
|
INT(11) |
LMS Class Evaluation ID | System ID of the class evaluation | NO | ||||||
lms_class_evaluation_last_modified | TIMESTAMP |
LMS Class Evaluation Last Modified | Date when the class evaluation was last modified | NO | ||||||
lms_class_evaluation_date_created | DATETIME |
LMS Class Evaluation Date Created | Date when the class evaluation was created | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
HUA Test ID | System ID of the associated test | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
LMS Class ID | System ID of the associated class | NO | ||||||
lms_class_evaluation_admin_user_id | INT(11) |
LMS Class Evaluation Admin User ID | System ID of the evaluation admin user | NO | ||||||
lms_class_evaluation_default | TINYINT(1) |
LMS Class Evaluation Default | Flag that states if the evaluation is the default one | NO |
Name: | LMS Class Instructor |
Description: | Stores the data of the instructors of each class entered during class creation |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_instructor_id | INT(10) |
LMS Class Instructor ID | System ID of the class instructor | NO | ||||||
lms_class_instructor_last_modified | TIMESTAMP |
LMS Class Instructor Last Modified | Date when the class instructor was last modified | NO | ||||||
lms_class_instructor_date_created | DATETIME |
LMS Class Instructor Date Created | Date when the class instructor was created | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | System ID of the associated user | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO |
Name: | LMS Class Material |
Description: | Lists the material associated with classes entered in the class form once the class is created. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_material_id | INT(10) |
LMS Class Material ID | System ID of the class material | NO | ||||||
lms_class_material_last_modified | TIMESTAMP |
LMS Class Material Last Modified | Date when the class material was last modified | NO | ||||||
lms_class_material_date_created | DATETIME |
LMS Class Material Date Created | Date when the class material was created | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||
lms_material_id
Relationships for lms_material_id
|
INT(10) |
LMS Material ID | System ID of the associated material | NO | ||||||
lms_class_material_syllabus | TINYINT(1) |
LMS Class Material Syllabus | Flag that states if the material is a syllabus | NO |
Name: | LMS Class Message |
Description: | Stores class messages entered in the class once the class is created. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_message_id | INT(10) |
LMS Class Message ID | System ID of the class message | NO | ||||||
lms_class_message_last_modified | TIMESTAMP |
LMS Class Message Last Modified | Date when the class message was last modified | NO | ||||||
lms_class_message_date_created | DATETIME |
LMS Class Message Date Created | Date when the class message was created | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | System ID of the associated user | NO | ||||||
lms_class_message | TEXT |
LMS Class Message | Body of the message | NO | ||||||
lms_class_message_subject | VARCHAR(255) |
LMS Class Message Subject | Subject of the message | NO | ||||||
lms_class_message_parent_id | INT(10) |
LMS Class Message Parent ID | System ID of the parent of the message | NO | ||||||
lms_class_message_is_headline | TINYINT(1) |
LMS Class Message Is Headline | Flag that states if the message is a headline | NO | ||||||
lms_class_message_date | DATETIME |
LMS Class Message Date | Date of the message | NO | ||||||
lms_class_message_recipient | INT(10) |
LMS Class Message Recipient | Recipient of the message | NO | ||||||
lms_class_message_du_flag | TINYINT(1) |
NO |
Name: | LMS Class Skill Gained |
Description: | Stores the skills gained by classes entered during class creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_skill_gained_id | INT(10) |
LMS Class Skill Gained ID | System ID of the class skill gained | NO | ||||||
lms_class_skill_gained_last_modified | TIMESTAMP |
LMS Class Skill Gained Last Modified | Date when the class skill gained was last modified | NO | ||||||
lms_class_skill_gained_date_created | DATETIME |
LMS Class Skill Gained Date Created | Date when the class skill gained was created | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
HUA Skill ID | System ID of the associated skill | NO |
Name: | LMS Class Status |
Description: | Stores the status of the classes |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_status_id
Relationships for lms_class_status_id
|
INT(10) |
LMS Class Status ID | System ID of the class status | NO | ||||||||||||
lms_class_status_last_modified | TIMESTAMP |
LMS Class Status Last Modified | Date when the class status was last modified | NO | ||||||||||||
lms_class_status_date_created | DATETIME |
LMS Class Status Date Created | Date when the class status was created | NO | ||||||||||||
lms_class_status_name | CHAR(255) |
LMS Class Status Name | Name of the class status | YES | ||||||||||||
lms_class_status_protected | TINYINT(1) |
LMS Class Status Protected | Flag that states if the class status is protected | NO | ||||||||||||
lms_class_status_deactivated | TINYINT(1) |
LMS Class Status Deactivated | Flag that states if the class status is deactivated | NO | ||||||||||||
lms_class_status_system_flag | TINYINT(1) |
LMS Class Status System Flag | Flag that states if the class status is system | NO | ||||||||||||
lms_class_status_order | SMALLINT(5) |
LMS Class Status Order | NOT USED | NO | ||||||||||||
lms_class_status_logical_value | CHAR(255) |
NO |
Name: | LMS Class Student |
Description: | Stores the students enrolled in the classes |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_student_id
Relationships for lms_class_student_id
|
INT(10) |
LMS Class Student ID | System ID of the class student | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_last_modified | TIMESTAMP |
LMS Class Student Last Modified | Date when the class student was last modified | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_date_created | DATETIME |
LMS Class Student Date Created | Date when the class student was created | NO | ||||||||||||||||||||||||||||||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||||||||||||||||||||||||||||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | System ID of the associated user | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_status_id
Relationships for lms_class_student_status_id
|
INT(10) |
LMS Class Student Status ID | System ID of the class student status | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_grade | FLOAT |
LMS Class Student Grade | Grade of the class student | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_pass_fail | TINYINT(1) |
LMS Class Student Pass Fail | Flag that states if the class student passed or failed | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_tested_out | TINYINT(1) |
LMS Class Student Tested Out | Flag that states if the class student was tested out | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_grade_letter | CHAR(2) |
LMS Class Student Grade Letter | Grade letter of the class student | NO | ||||||||||||||||||||||||||||||||||||
lms_class_student_learning_location_preference | VARCHAR(255) |
YES | ||||||||||||||||||||||||||||||||||||||
lms_class_student_completion_date | DATETIME |
NO |
Name: | LMS Class Student Approver |
Description: | Stores the data of the student's approvers for the class selected during class creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_student_approver_id | INT(10) |
LMS Class Student Approver ID | System ID of the class student approver | NO | ||||||
lms_class_student_approver_last_modified | TIMESTAMP |
LMS Class Student Approver Last Modified | Date when the class student approver was last modified | NO | ||||||
lms_class_student_approver_date_created | DATETIME |
LMS Class Student Approver Date Created | Date when the class student approver was created | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(10) |
LMS Class Student ID | System ID of the associated class student | NO | ||||||
lms_course_approval_type_id
Relationships for lms_course_approval_type_id
|
INT(10) |
LMS Course Approval Type ID | System ID of the associated course approval type | NO | ||||||
lms_class_student_approver | INT(10) |
LMS Class Student Approver | System ID of the class student approver user | NO | ||||||
lms_class_student_approver_sequence | INT(10) |
LMS Class Student Approver Sequence | Order of the class student approver in the sequence of approvers | NO | ||||||
lms_class_student_approver_status | TINYINT(1) |
LMS Class Student Approver Status | Flag that states if the student has been approved for enrollment in the class | NO | ||||||
lms_class_student_approver_date | DATETIME |
LMS Class Student Approver Date | Date when the student has been approved for enrollment in the class | NO | ||||||
lms_class_student_approver_note | VARCHAR(255) |
NO |
Name: | LMS Class Student Status |
Description: | List of the class student statuses entered in the Select Management section of the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_student_status_id
Relationships for lms_class_student_status_id
|
INT(10) |
LMS Class Student Status ID | System ID of the class student status | NO | |||||||||
lms_class_student_status_last_modified | TIMESTAMP |
LMS Class Student Status Last Modified | Date when the class student status was last modified | NO | |||||||||
lms_class_student_status_date_created | DATETIME |
LMS Class Student Status Date Created | Date when the class student status was created | NO | |||||||||
lms_class_student_status_name | CHAR(255) |
LMS Class Student Status Name | Name of the class student status | YES | |||||||||
lms_class_student_status_system_flag | TINYINT(1) |
LMS Class Student Status System Flag | NOT USED | NO | |||||||||
lms_class_student_status_logical_value | CHAR(255) |
NO |
Name: | LMS Class Time |
Description: | Stores the times scheduled for the classes entere druing class creation. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_class_time_id
Relationships for lms_class_time_id
|
INT(11) |
LMS Class Time ID | system ID of the class time | NO | |||||||||
lms_class_time_last_modified | TIMESTAMP |
LMS Class Time Last Modified | Date when the class time was last modified | NO | |||||||||
lms_class_time_date_created | DATETIME |
LMS Class Time Date Created | Date when the class time was created | NO | |||||||||
lms_class_time_name | CHAR(255) |
LMS Class Time Name | Name of the class time | YES | |||||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
LMS Class ID | System ID of the associated class | NO | |||||||||
hua_room_id
Relationships for hua_room_id
|
INT(11) |
HUA Room ID | System ID of the associated room | NO | |||||||||
lms_class_time_start_time | DATETIME |
LMS Class Time Start Time | Start time of the class | NO | |||||||||
lms_class_time_end_time | DATETIME |
LMS Class Time End Time | End time of the class | NO | |||||||||
lms_class_time_date | DATE |
LMS Class Time Date | Date of the class | NO | |||||||||
hua_room_reservation_time_id
Relationships for hua_room_reservation_time_id
|
INT(11) |
HUA Room Reservation Time ID | System ID of the associated room reservation time | NO | |||||||||
lms_class_time_ad_hoc_location | VARCHAR(255) |
NO |
Name: | LMS Class Topic |
Description: | Stores the topics associated with the classes entered in the Select List Management section of the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_topic_id | INT(10) |
LMS Class Topic ID | System ID of the class topic | NO | ||||||
lms_class_topic_last_modified | TIMESTAMP |
LMS Class Topic Last Modified | Date when the class topic was last modified | NO | ||||||
lms_class_topic_date_created | DATETIME |
LMS Class Topic Date Created | Date when the class topic was created | NO | ||||||
lms_topic_id
Relationships for lms_topic_id
|
INT(10) |
LMS Topic ID | System ID of the associated topic | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO |
Name: | LMS Class Waitlist |
Description: | Stores the waitlists of the classes created as each class reaches max users. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_class_waitlist_id | INT(10) |
LMS Class Waitlist ID | System ID of the class waitlist | NO | ||||||
lms_class_waitlist_last_modified | TIMESTAMP |
LMS Class Waitlist Last Modified | Date when the class waitlist was last modified | NO | ||||||
lms_class_waitlist_date_created | DATETIME |
LMS Class Waitlist Date Created | Date when the class waitlist was created | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
LMS Class ID | System ID of the associated class | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | System Id of the associated lms user | NO | ||||||
lms_class_waitlist_order | INT(10) |
LMS Class Waitlist Order | Order of the potential student in the class waitlist | NO | ||||||
lms_class_waitlist_approved | TINYINT(1) |
LMS Class Waitlist Approved | Flag that states if the class waitlist is approved | NO | ||||||
lms_class_waitlist_learning_location_preference | VARCHAR(255) |
NO |
Name: | LMS Course |
Description: | Main table of the courses data |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the course | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_last_modified | TIMESTAMP |
LMS Course Last Modified | Date when the course was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_date_created | DATETIME |
LMS Course Date Created | Date when the course was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_name | TEXT |
LMS Course Name | Name of the course | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_description | MEDIUMTEXT |
LMS Course Description | Description of the course | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_recurring | TINYINT(1) |
LMS Course Recurring | Flag that states if the course is recurring | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_recurring_interval | FLOAT |
LMS Course Recurring Interval | Time interval of the class recurrence | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_status_id
Relationships for lms_course_status_id
|
INT(10) |
LMS Course Status ID | System ID of the associated course status | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_cost | DOUBLE |
LMS Course Cost | Cost of the course | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_type | CHAR(255) |
LMS Course Type | The course type ( Internal, External or Online) | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_url | CHAR(255) |
LMS Course Url | URL of the online course | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_external_address | CHAR(255) |
LMS Course External Address | Address of the External course | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OrganizationalUnit_oid | CHAR(38) |
OrganizationalUnit Oid | NOT USED | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_retake_available | TINYINT(1) |
LMS Course Retake Available | Flag that states if retaking of the course is available | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_new_hire_orientation | TINYINT(3) |
LMS Course New Hire Orientation | Flag that states if the course is of new hire orientation | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_duration | VARCHAR(255) |
LMS Course Duration | Approximate duration of the course. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_search | TEXT |
LMS Course Search | Search column contains the translation for both course name and description and is primarily used in the Combined learning search. Should not be displayed at all | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_source | VARCHAR(50) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_elearning_import_job_scorm_engine_course_id | CHAR(225) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_force_newest_cbt | TINYINT(1) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_course_enable_preview | TINYINT(1) |
NO |
Name: | LMS Course Approval Type |
Description: | Stores the approval type of the courses selected during course creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_approval_type_id
Relationships for lms_course_approval_type_id
|
INT(10) |
LMS Course Approval Type ID | System ID of the course approval type | NO | ||||||
lms_course_approval_type_last_modified | TIMESTAMP |
LMS Course Approval Type Last Modified | Date when course approval type was last modified | NO | ||||||
lms_course_approval_type_date_created | DATETIME |
LMS Course Approval Type Date Created | Date when course approval type was created | NO | ||||||
lms_approval_type_id
Relationships for lms_approval_type_id
|
INT(10) |
LMS Approval Type ID | System ID of the associated approval type | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO |
Name: | LMS Course Equipment |
Description: | Stores the Equipment associated with the Courses entered during course creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_equipment_id | INT(10) |
LMS Course Equipment ID | System ID of the course piece of equipment entry | NO | ||||||
lms_course_equipment_last_modified | TIMESTAMP |
LMS Course Equipment Last Modified | Date when the course equipment was last modified | NO | ||||||
lms_course_equipment_date_created | DATETIME |
LMS Course Equipment Date Created | Date when the course equipment was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_equipment_id | INT(10) |
LMS Equipment ID | System ID of the associated piece of equipment | NO |
Name: | LMS Course Material |
Description: | Stores the material associated with the courses. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_material_id | INT(10) |
LMS Course Material ID | System ID of the course material | NO | ||||||
lms_course_material_last_modified | TIMESTAMP |
LMS Course Material Last Modified | Date when the course material was last modified | NO | ||||||
lms_course_material_date_created | DATETIME |
LMS Course Material Date Created | Date when the course material was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_material_id
Relationships for lms_material_id
|
INT(10) |
LMS Material ID | System ID of the associated material | NO |
Name: | LMS Course Media |
Description: | Stores the media information associated with the courses |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_course_media_id
Relationships for lms_course_media_id
|
INT(11) |
LMS Course Media ID | The unique ID of the LMS Course Media | NO | ||||||||||||
lms_course_media_date_created | DATETIME |
LMS Course Media Date Created | The date and time when the LMS Course Media was created | NO | ||||||||||||
lms_course_media_last_modified | TIMESTAMP |
LMS Course Media Last Modified | The date and time when the LMS Course Media was last modified | NO | ||||||||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
LMS Course ID | The unique ID of a related LMS Course | NO | ||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File | NO | ||||||||||||
lms_course_media_url | VARCHAR(255) |
LMS Course Media Url | The URL of the LMS Course Media | NO | ||||||||||||
lms_course_media_upload_user | INT(11) |
LMS Course Media Upload User | The user ID of the user who uploaded the LMS Course Media file | NO | ||||||||||||
lms_course_media_upload_datetime | DATETIME |
LMS Course Media Upload Datetime | The date and time when the LMS Course Medila File was uploaded | NO | ||||||||||||
lms_course_media_active | TINYINT(1) |
LMS Course Media Active | Whether the LMS Course Media is active or not | NO | ||||||||||||
lms_course_media_private | TINYINT(1) |
LMS Course Media Private | Whether the LMS Course Media is private to enrolled students only or not | NO | ||||||||||||
lms_course_media_required | TINYINT(1) |
LMS Course Media Required | Whether the LMS Course Media is required for completing the associated course | NO | ||||||||||||
lms_course_media_name | VARCHAR(255) |
LMS Course Media Name | Name of the LMS Course Media | NO | ||||||||||||
lms_course_media_order | SMALLINT(11) |
LMS Course Media Order | Numeric order value used for presenting the LMS Course Media | NO | ||||||||||||
lms_course_media_display_title | VARCHAR(255) |
LMS Course Media Display Title | NO | |||||||||||||
lms_course_media_deactivated_by | INT(11) |
LMS Course Media Deactivated By | NO | |||||||||||||
lms_course_media_deactivated_datetime | DATETIME |
LMS Course Media Deactivated Datetime | NO |
Name: | LMS Course Org Level |
Description: | All Organizations/companies associated to a course. Having no associated org level means that the course is global |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_org_level_id | INT(10) |
LMS Course Org Level ID | The unique ID of the LMS Course Org Level | NO | ||||||
lms_course_org_level_last_modified | TIMESTAMP |
LMS Course Org Level Last Modified | The date and time when the LMS Course Org Level was last modified | NO | ||||||
lms_course_org_level_date_created | TIMESTAMP |
LMS Course Org Level Date Created | The date and time when the LMS Course Org Level was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | The unique ID of a related LMS Course | NO | ||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Org Level ID | The unique ID of a related Org Level/ Company | NO |
Name: | LMS Course Prerequisite |
Description: | Stores prerequisites associated with the courses entered during course creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_prereq_id | INT(10) |
LMS Course Prereq ID | System ID of the course prerequisite | NO | ||||||
lms_course_prereq_last_modified | TIMESTAMP |
LMS Course Prereq Last Modified | Date when the course prerequisite was last modified | NO | ||||||
lms_course_prereq_date_created | DATETIME |
LMS Course Prereq Date Created | Date when the course prerequisite was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_course_prereq_course_id | INT(10) |
LMS Course Prereq Course ID | System ID of the associated prerequisite | NO |
Name: | LMS Course Recommendation |
Description: | Stores the course recommendations made. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_recommendation_id | INT(10) |
LMS Course Recommendation ID | System ID of the course recommendation | NO | ||||||
lms_course_recommendation_last_modified | TIMESTAMP |
LMS Course Recommendation Last Modified | Date when the course recommendation was last modified | NO | ||||||
lms_course_recommendation_date_created | DATETIME |
LMS Course Recommendation Date Created | Date when the course recommendation was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_recommended_by | INT(10) |
LMS Recommended By | System ID of the recommending user | NO | ||||||
lms_recommended_to | INT(10) |
LMS Recommended To | System ID of the user receiving the recommendation | NO | ||||||
lms_course_recommendation_date | DATETIME |
LMS Course Recommendation Date | Date when the recommendation was done | NO | ||||||
lms_course_recommendation_acknowledgement | TINYINT(1) |
LMS Course Recommendation Acknowledgement | Flag that states if the recommendation was aknowledged | NO | ||||||
lms_course_recommendation_required | INT(11) |
LMS Course Recommendation Required | Whether the Recommended Course should be required or not | NO | ||||||
lms_course_recommendation_in_progress | TINYINT(1) |
LMS Course Recommendation In Progress | Whether the Recommended Course is in progress or not. | NO |
Name: | LMS Course Skill Gained |
Description: | Stores the skills gained by the courses as entered when the course is created. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_skill_gained_id | INT(10) |
LMS Course Skill Gained ID | System ID of the course skill gained | NO | ||||||
lms_course_skill_gained_last_modified | TIMESTAMP |
LMS Course Skill Gained Last Modified | Date when the course skill gained was last modified | NO | ||||||
lms_course_skill_gained_date_created | DATETIME |
LMS Course Skill Gained Date Created | Date when the course skill gained was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(10) |
HUA Skill ID | System ID of the associated skill | NO | ||||||
hua_skill_level_id
Relationships for hua_skill_level_id
|
INT(11) |
NO | ||||||||
lms_course_skill_gained_order | SMALLINT(6) |
NO |
Name: | LMS Course Status |
Description: | Lists the courses possible statuses entered in the Select List Management section of the Admin menu. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_course_status_id
Relationships for lms_course_status_id
|
INT(10) |
LMS Course Status ID | System ID of the course status | NO | ||||||||||||
lms_course_status_last_modified | TIMESTAMP |
LMS Course Status Last Modified | Date when the course status was last modified | NO | ||||||||||||
lms_course_status_date_created | DATETIME |
LMS Course Status Date Created | Date when the course status was created | NO | ||||||||||||
lms_course_status_name | CHAR(255) |
LMS Course Status Name | Name of the course status | YES | ||||||||||||
lms_course_status_protected | TINYINT(1) |
LMS Course Status Protected | Flag that states if the course status is protected | NO | ||||||||||||
lms_course_status_deactivated | TINYINT(1) |
LMS Course Status Deactivated | Flag that states if the course status is deactivated | NO | ||||||||||||
lms_course_status_system_flag | TINYINT(1) |
LMS Course Status System Flag | NOT USED | NO | ||||||||||||
lms_course_status_order | SMALLINT(5) |
LMS Course Status Order | NOT USED | NO | ||||||||||||
lms_course_status_logical_value | CHAR(255) |
NO |
Name: | LMS Course Topic |
Description: | Lists the topics of the courses, data is entered in the Select List Management section of the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_topic_id | INT(10) |
LMS Course Topic ID | System ID of the course topic | NO | ||||||
lms_course_topic_last_modified | TIMESTAMP |
LMS Course Topic Last Modified | Date when the course topic was last modified | NO | ||||||
lms_course_topic_date_created | DATETIME |
LMS Course Topic Date Created | Date when the course topic was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_topic_id
Relationships for lms_topic_id
|
INT(10) |
LMS Topic ID | System ID of the associated topic | NO |
Name: | LMS Course Waitlist |
Description: | Lists the waitlists associated with the courses. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_waitlist_id | INT(10) |
LMS Course Waitlist ID | System ID of the course waitlist | NO | ||||||
lms_course_waitlist_last_modified | TIMESTAMP |
LMS Course Waitlist Last Modified | Date when the course waitlist was last modified | NO | ||||||
lms_course_waitlist_date_created | DATETIME |
LMS Course Waitlist Date Created | Date when the course waitlist was created | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | System ID of the associated lms user | NO | ||||||
lms_course_waitlist_order | INT(10) |
LMS Course Waitlist Order | NOT USED | NO |
Name: | LMS Equivalent Course |
Description: | Lists equivalences between courses data entered during course creation. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_equivalent_course_id | INT(11) |
LMS Equivalent Course ID | System ID of the equivalent course | NO | ||||||
lms_equivalent_course_date_created | DATETIME |
LMS Equivalent Course Date Created | Date when the equivalence was created | NO | ||||||
lms_equivalent_course_last_modified | TIMESTAMP |
LMS Equivalent Course Last Modified | Date when the equivalence was last modified | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
LMS Course ID | System ID of the associated lms course | NO | ||||||
lms_equivalent_course_course_id | INT(11) |
LMS Equivalent Course Course ID | System ID of the associated lms course which is being made equivalent | NO |
Name: | LMS External Training |
Description: | Stores external training data entered in the External Training form in the Learning directory of the User menu. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_external_training_id
Relationships for lms_external_training_id
|
INT(10) |
LMS External Training ID | This is the unique ID number for a given external training record | NO | ||||||||||||
lms_external_training_last_modified | TIMESTAMP |
LMS External Training Last Modified | The date and time the record was last modified | NO | ||||||||||||
lms_external_training_date_created | DATETIME |
LMS External Training Date Created | The date and time the record was created | NO | ||||||||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | The unique ID of a related LMS User | NO | ||||||||||||
lms_external_training_type_id
Relationships for lms_external_training_type_id
|
INT(10) |
LMS External Training Type ID | The unique ID of a related LMS External Training Type | NO | ||||||||||||
lms_external_training_name | VARCHAR(255) |
LMS External Training Name | Title of the External Training item | NO | ||||||||||||
lms_external_training_description | MEDIUMTEXT |
LMS External Training Description | Description of the External Training item/activity | NO | ||||||||||||
lms_external_training_start_date | DATE |
LMS External Training Start Date | The start date of the External Training activity/item, if applicable | NO | ||||||||||||
lms_external_training_end_date | DATE |
LMS External Training End Date | The date the External Training item was completed | NO | ||||||||||||
ats_university_id
Relationships for ats_university_id
|
INT(10) |
ATS University ID | The unique ID of a related ATS University | NO | ||||||||||||
lms_external_training_address | MEDIUMTEXT |
LMS External Training Address | Relevant contact information | NO | ||||||||||||
lms_external_training_url | VARCHAR(255) |
LMS External Training Url | The URL of the External Training Item | NO | ||||||||||||
lms_external_training_cost | DECIMAL |
LMS External Training Cost | Cost of External Training item/activity | NO | ||||||||||||
lms_external_training_grade | VARCHAR(255) |
LMS External Training Grade | The grade of the External Training Item | NO | ||||||||||||
lms_external_training_degree_type_id
Relationships for lms_external_training_degree_type_id
|
INT(10) |
LMS External Training Degree Type ID | The unique ID of a related LMS External Training Degree Type | NO | ||||||||||||
lms_external_training_comments | MEDIUMTEXT |
LMS External Training Comments | Additional Comments | NO | ||||||||||||
lms_external_training_created_by | INT(10) |
LMS External Training Created By | The user who created the External Training Item | NO | ||||||||||||
lms_external_training_modified_by | INT(11) |
LMS External Training Modified By | The user who last modified the External Training Item | NO | ||||||||||||
lms_external_training_acknowledgement_date | DATETIME |
LMS External Training Acknowledgement Date | Date item/activity as endorsed by Manager | NO | ||||||||||||
lms_external_training_acknowledged_by | INT(11) |
LMS External Training Acknowledged By | Manager that endorsed the External Training item/activity | NO |
Name: | LMS External Training Degree Type |
Description: | Lists the external training degree types entered in the Select List Management section of the Global directory in the Admin menu. These are degrees that are conferred from external trainings. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_external_training_degree_type_id
Relationships for lms_external_training_degree_type_id
|
INT(10) |
LMS External Training Degree Type ID | The unique ID of the LMS External Training Degree Type | NO | ||||||
lms_external_training_degree_type_last_modified | TIMESTAMP |
LMS External Training Degree Type Last Modified | The date and time when the LMS External Training Degree Type was last modified | NO | ||||||
lms_external_training_degree_type_date_created | DATETIME |
LMS External Training Degree Type Date Created | The date and time when the LMS External Training Degree Type was created | NO | ||||||
lms_external_training_degree_type_name | CHAR(255) |
LMS External Training Degree Type Name | Name of the LMS External Training Degree Type | NO | ||||||
lms_external_training_degree_type_protected | TINYINT(1) |
LMS External Training Degree Type Protected | Whether the LMS External Training Degree Type is protected from updates or not | NO | ||||||
lms_external_training_degree_type_order | SMALLINT(5) |
LMS External Training Degree Type Order | Numeric order value used for presenting the LMS External Training Degree Type | NO | ||||||
lms_external_training_degree_type_deactivated | TINYINT(1) |
LMS External Training Degree Type Deactivated | Whether the LMS External Training Degree Type is inactive or not | NO |
Name: | LMS External Training Type |
Description: | Lists the external training types data entered in the Select List Management section of the Global directory inthe Admin menu. These types are other locations where education can be facilitated. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_external_training_type_id
Relationships for lms_external_training_type_id
|
INT(10) |
LMS External Training Type ID | The unique ID of the LMS External Training Type | NO | ||||||
lms_external_training_type_last_modified | TIMESTAMP |
LMS External Training Type Last Modified | The date and time when the LMS External Training Type was last modified | NO | ||||||
lms_external_training_type_date_created | DATETIME |
LMS External Training Type Date Created | The date and time when the LMS External Training Type was created | NO | ||||||
lms_external_training_type_name | CHAR(255) |
LMS External Training Type Name | Name of the LMS External Training Type | NO | ||||||
lms_external_training_type_protected | TINYINT(1) |
LMS External Training Type Protected | Whether the LMS External Training Type is protected from updates or not | NO | ||||||
lms_external_training_type_order | SMALLINT(5) |
LMS External Training Type Order | Numeric order value used for presenting the LMS External Training Type | NO | ||||||
lms_external_training_type_deactivated | TINYINT(1) |
LMS External Training Type Deactivated | Whether the LMS External Training Type is inactive or not | NO |
Name: | LMS Learning Path |
Description: | Stores the LMS learning paths |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
LMS Curriculum ID | System ID of the curriculum | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_last_modified | TIMESTAMP |
LMS Curriculum Last Modified | Date when the curriculum was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_date_created | DATETIME |
LMS Curriculum Date Created | Date when the curriculum was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_name | CHAR(255) |
LMS Curriculum Name | Name of the curriculum | YES | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_owner_id | INT(10) |
LMS Curriculum Owner ID | System ID of the curriculum owner | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_recurring | TINYINT(1) |
LMS Curriculum Recurring | NOT USED | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_recurring_interval | INT(10) |
LMS Curriculum Recurring Interval | NOT USED | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_description | TEXT |
LMS Curriculum Description | Description of the curriculum | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_new_hire | TINYINT(3) |
LMS Curriculum New Hire | Flag that states if the curriculum is new hire | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_new_hire_duration | INT(10) |
LMS Curriculum New Hire Duration | Duration of the new hire curriculum | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(11) |
Org Level ID | The ID of a related Org Level | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_status_id
Relationships for lms_curriculum_status_id
|
INT(10) |
LMS Curriculum Status ID | The unique ID of a related LMS Curriculum Status | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_auto_enroll | TINYINT(1) |
LMS Curriculum Auto Enroll | Flag to determine if students matching the curriculum criteria will be auto enrolled. | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_search | TEXT |
LMS Curriculum Search | Search column contains the translation for both curriculum/learning path name and description and is primarily used in the Combined learning search. Should not be displayed at all | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_course_auto_enroll | TINYINT(1) |
LMS Curriculum Course Auto Enroll | Flag to determine if students should be auto-enrolled in the E-Learning and Read and Sign Courses of the curriculum when they are enrolled in the Curriculum | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_manager_approval_required | TINYINT(4) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_allow_retake | TINYINT(1) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_parent_id | INT(11) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_replaces_parent | TINYINT(1) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_status_reason | TEXT |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_curriculum_reset_progress_on_course_change | TINYINT(1) |
NO |
Name: | LMS Learning Path Certification |
Description: | Lists the certifications associated with the learning paths |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_cert_id | INT(11) |
LMS Curriculum Cert ID | System ID of the curriculum certification | NO | ||||||
lms_curriculum_cert_last_modified | TIMESTAMP |
LMS Curriculum Cert Last Modified | Date when the curriculum certification was last modified | NO | ||||||
lms_curriculum_cert_date_created | DATETIME |
LMS Curriculum Cert Date Created | Date when the curriculum certification was created | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(11) |
LMS Curriculum ID | System ID of the associated curriculum | NO | ||||||
lms_cert_id
Relationships for lms_cert_id
|
INT(11) |
LMS Cert ID | System ID of the associated certification | NO |
Name: | LMS Learning Path Course |
Description: | Lists the learning paths associated with the courses |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_course_id | INT(10) |
LMS Curriculum Course ID | System ID of the course curriculum | NO | ||||||
lms_curriculum_course_last_modified | TIMESTAMP |
LMS Curriculum Course Last Modified | Date when the course curriculum was last modified | NO | ||||||
lms_curriculum_course_date_created | DATETIME |
LMS Curriculum Course Date Created | Date when the course curriculum was created | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
LMS Curriculum ID | System ID of the associated curriculum | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | System ID of the associated course | NO | ||||||
lms_curriculum_course_order | TINYINT(1) |
NO |
Name: | LMS Learning Path Job Family |
Description: | Lists the learning paths associated with the job families |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_job_family_id | INT(11) |
LMS Curriculum Job Family ID | System ID of the job family curriculum | NO | ||||||
lms_curriculum_job_family_date_created | DATETIME |
LMS Curriculum Job Family Date Created | Date when the job family curriculum was created | NO | ||||||
lms_curriculum_job_family_last_modified | TIMESTAMP |
LMS Curriculum Job Family Last Modified | Date when the job family curriculum was last modified | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
LMS Curriculum ID | System ID of the associated curriculum | NO | ||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(10) |
HUA Job Family ID | System ID of the associated job family | NO |
Name: | LMS Learning Path Job Role |
Description: | Stores Job Roles related to specific Learning Path |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_job_role_id | INT(11) |
LMS Curriculum Job Role ID | The unique ID of the LMS Curriculum Job Role | NO | ||||||
lms_curriculum_job_role_date_created | TIMESTAMP |
LMS Curriculum Job Role Date Created | The date and time when the LMS Curriculum Job Role was created | NO | ||||||
lms_curriculum_job_role_last_modified | DATETIME |
LMS Curriculum Job Role Last Modified | The date and time when the LMS Curriculum Job Role was last modified | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(11) |
LMS Curriculum ID | The ID of a related LMS Curriculum | NO | ||||||
hua_job_role_id
Relationships for hua_job_role_id
|
INT(11) |
Job Role ID | The ID of a related Job Role | NO |
Name: | LMS Learning Path Location |
Description: | Stores information about Locations related to Learning Path |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_location_id | INT(11) |
LMS Curriculum Location ID | The unique ID of the LMS Curriculum Location | NO | |||||||||
lms_curriculum_location_date_created | TIMESTAMP |
LMS Curriculum Location Date Created | The date and time when the LMS Curriculum Location was created | NO | |||||||||
lms_curriculum_location_last_modified | DATETIME |
LMS Curriculum Location Last Modified | The date and time when the LMS Curriculum Location was last modified | NO | |||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(11) |
LMS Curriculum ID | The ID of a related LMS Curriculum | NO | |||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
Location ID | The ID of a related Location | NO |
Name: | LMS Learning Path Student |
Description: | Stores the learning paths data for each student. Data is entered when the learning path is created or assigned to the student. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_student_id
Relationships for lms_curriculum_student_id
|
INT(10) |
LMS Curriculum Student ID | System ID of the student curriculum | NO | ||||||
lms_curriculum_student_last_modified | TIMESTAMP |
LMS Curriculum Student Last Modified | Date when the student curriculum was last modified | NO | ||||||
lms_curriculum_student_date_created | DATETIME |
LMS Curriculum Student Date Created | Date when the student curriculum was created | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | System ID of the associated lms user | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
LMS Curriculum ID | System ID of the associated curriculum | NO | ||||||
lms_curriculum_student_start_date | DATETIME |
LMS Curriculum Student Start Date | Start date of the student curriculum | NO | ||||||
lms_curriculum_student_end_date | DATETIME |
LMS Curriculum Student End Date | End date of the student curriculum | NO | ||||||
lms_curriculum_student_approved_by | INT(11) |
LMS Curriculum Student Approved By | System ID of the student curriculum approver | NO | ||||||
lms_curriculum_student_approval_date | DATETIME |
LMS Curriculum Student Approval Date | Date of the student curriculum approver | NO | ||||||
percent_complete | DECIMAL |
LMS Curriculum Percent Complete | Percent of the curriculum completed by student | NO | ||||||
lms_curriculum_student_auto_enrolled | TINYINT(1) |
NO | ||||||||
lms_curriculum_student_enrolled_by | INT(11) |
NO | ||||||||
lms_curriculum_student_out_dated | INT(11) |
NO | ||||||||
lms_curriculum_student_status_id
Relationships for lms_curriculum_student_status_id
|
INT(10) |
NO | ||||||||
lms_curriculum_student_approved | TINYINT(1) |
NO |
Name: | LMS Learning Requirement |
Description: | Table Containing the Main Data For the Learning Requirements |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_learning_req_id
Relationships for lms_learning_req_id
|
INT(11) |
LMS Learning Requirement ID | The unique ID of the LMS Learning Requirement | NO | |||||||||
lms_learning_req_last_modified | TIMESTAMP |
LMS Learning Requirement Last Modified | The date and time when the LMS Learning Requirement was last modified | NO | |||||||||
lms_learning_req_date_created | TIMESTAMP |
LMS Learning Requirement Date Created | The date and time when the LMS Learning Requirement was created | NO | |||||||||
lms_learning_req_created_by | INT(11) |
LMS Learning Requirement Created By | The User Id of the one who created the Learning Requirement | NO | |||||||||
lms_learning_req_last_modified_by | INT(11) |
LMS Learning Requirement Last Modified By | The User Id of the one who modified the Learning Requirement Last | NO | |||||||||
lms_learning_req_type | ENUM |
LMS Learning Requirement Type | The type of the Learning Requirement | NO | |||||||||
lms_learning_req_objective_type | ENUM |
LMS Learning Requirement Objective Type | The Objective Type of the Learning Requirement (either Course or Curriculum) | NO | |||||||||
lms_learning_req_objective_id | INT(11) |
LMS Learning Requirement Objective ID | The Objective Id of the Learning Requirement (either Course or Curriculum Id) | NO | |||||||||
lms_learning_req_objective_name | VARCHAR(255) |
LMS Learning Requirement Objective Name | Name of the LMS Learning Requirement Objective (either the Course or Curriculum Name) | YES | |||||||||
lms_learning_req_effective_date | DATETIME |
LMS Learning Requirement Effective Date | The date when the Learning Requirement starts being in effect | NO | |||||||||
lms_learning_req_expiration_date | DATETIME |
LMS Learning Requirement Expiration Date | The Date when the Learning Requirement Expires | NO | |||||||||
lms_learning_req_recurrence_freq | ENUM |
LMS Learning Requirement Recurrence Freq | Indicates how often the Learning Requirement Re-occurs | NO | |||||||||
lms_learning_req_recurrence_multiplier | INT(11) |
LMS Learning Requirement Recurrence Multiplier | Multiplies the Learning Requirement Recurrence frequency to determine the interval. | NO | |||||||||
lms_learning_req_task_creation_offset_days | INT(11) |
LMS Learning Requirement Task Creation Offset Days | Amount of days before the next Recurrence Interval when the Task will be created | NO | |||||||||
lms_learning_req_task_deadline_offset_days | INT(11) |
LMS Learning Requirement Task Deadline Offset Days | Amount of days after next Recurrence Interval which will be set as the Task's Deadline | NO | |||||||||
lms_learning_req_task_base_due_date | ENUM |
LMS Learning Requirement Task Base Due Date | A date based on specific user parameters which will serve as the Task's Deadline. In case of recurrence this will serve as the base date from which the intervals will be calculated from. This mutually Exclusive from the task due date field | NO | |||||||||
lms_learning_req_task_due_date | DATETIME |
LMS Learning Requirement Task Due Date | A per-determined date which the Task's Deadline will be set to. In case of recurrence this will serve as the base date from which the intervals will be calculated from. This mutually Exclusive from the task base due date field | NO | |||||||||
lms_learning_req_max_occurrences | INT(11) |
LMS Learning Requirement Max Occurrences | Determines the Maximum number of Occurrences that a User Must Complete | NO | |||||||||
lms_learning_req_new_hire | TINYINT(1) |
NO |
Name: | LMS Learning Requirement Task |
Description: | Table containing the link for each assigned users tasks. The data itself is in the Hua Task table |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_learning_req_task_id | INT(11) |
LMS Learning Requirement Task ID | The unique ID of the LMS Learning Requirement Task | NO | ||||||
lms_learning_req_task_last_modified | TIMESTAMP |
LMS Learning Requirement Task Last Modified | The date and time when the LMS Learning Requirement Task was last modified | NO | ||||||
lms_learning_req_task_date_created | TIMESTAMP |
LMS Learning Requirement Task Date Created | The date and time when the LMS Learning Requirement Task was created | NO | ||||||
lms_learning_req_task_created_by | INT(11) |
LMS Learning Requirement Task Created By | User Id of the creator of the Task. This will be the user who processed the Learning Requirement but defaults to the creator of the Learning Requirement itself if it is processed via cron | NO | ||||||
lms_learning_req_id
Relationships for lms_learning_req_id
|
INT(11) |
LMS Learning Requirement ID | The unique ID of a related LMS Learning Requirement | NO | ||||||
hua_task_id
Relationships for hua_task_id
|
INT(11) |
Task ID | The unique ID of a related Hua Task | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | ||||||
lms_learning_req_user_id
Relationships for lms_learning_req_user_id
|
INT(11) |
LMS Learning Requirement User ID | The unique ID of a related LMS Learning Requirement User | NO |
Name: | LMS Learning Requirement User |
Description: | Table Containing the Users assigned to a Learning Requirement |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_learning_req_user_id
Relationships for lms_learning_req_user_id
|
INT(11) |
LMS Learning Requirement User ID | The unique ID of the LMS Learning Requirement User | NO | ||||||
lms_learning_req_user_last_modified | TIMESTAMP |
LMS Learning Requirement User Last Modified | The date and time when the LMS Learning Requirement User was last modified | NO | ||||||
lms_learning_req_user_date_created | TIMESTAMP |
LMS Learning Requirement User Date Created | The date and time when the LMS Learning Requirement User was created | NO | ||||||
lms_learning_req_user_created_by | INT(11) |
LMS Learning Requirement User Created By | User Id of the one who added the Learning Requirement User | NO | ||||||
lms_learning_req_user_modified_by | INT(11) |
LMS Learning Requirement User Modified By | User Id of the one who last modified the Learning Requirement User | NO | ||||||
lms_learning_req_id
Relationships for lms_learning_req_id
|
INT(11) |
LMS Learning Requirement ID | The unique ID of a related LMS Learning Requirement | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO |
Name: | LMS Material |
Description: | Stores the lms materials data entered in the Library/Resource Management section of the System Management directory in the Admin menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_material_id
Relationships for lms_material_id
|
INT(10) |
LMS Material ID | The unique ID of the LMS Material | NO | |||||||||
lms_material_last_modified | TIMESTAMP |
LMS Material Last Modified | The date and time when the LMS Material was last modified | NO | |||||||||
lms_material_date_created | DATETIME |
LMS Material Date Created | The date and time when the LMS Material was created | NO | |||||||||
lms_material_name | CHAR(255) |
LMS Material Name | Name of the LMS Material | YES | |||||||||
lms_material_type_id
Relationships for lms_material_type_id
|
INT(10) |
LMS Material Type ID | The unique ID of the related LMS Material Type | NO | |||||||||
lms_material_owner_id | INT(10) |
LMS Material Owner ID | The unique ID of the related material owner user | NO | |||||||||
lms_material_status | CHAR(255) |
LMS Material Status | Status of the material | YES | |||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of the related File | NO | |||||||||
lms_material_description | CHAR(255) |
LMS Material Description | A brief description of the LMS Material | YES |
Name: | LMS Material Type |
Description: | Lists the material types used by the system, data entered in the Library Management/Resource Management section of the System Management directory in the Admin menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_material_type_id
Relationships for lms_material_type_id
|
INT(10) |
LMS Material Type ID | The unique ID of the LMS Material Type | NO | ||||||
lms_material_type_last_modified | TIMESTAMP |
LMS Material Type Last Modified | The date and time when the LMS Material Type was last modified | NO | ||||||
lms_material_type_date_created | DATETIME |
LMS Material Type Date Created | The date and time when the LMS Material Type was created | NO | ||||||
lms_material_type_name | CHAR(255) |
LMS Material Type Name | Name of the LMS Material Type | YES | ||||||
lms_material_type_deactivated | TINYINT(1) |
LMS Material Type Deactivated | Whether the LMS Material Type is inactive or not | NO | ||||||
lms_material_type_system_flag | TINYINT(1) |
LMS Material Type System Flag | Whether this is a system generated LMS Material Type or not | NO | ||||||
lms_material_type_order | SMALLINT(5) |
LMS Material Type Order | Numeric order value used for presenting the LMS Material Type | NO |
Name: | LMS Program |
Description: | Stores the lms programs data entered when created program. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_program_id
Relationships for lms_program_id
|
INT(10) |
LMS Program ID | The unique ID of the LMS Program | NO | |||||||||
lms_program_last_modified | TIMESTAMP |
LMS Program Last Modified | The date and time when the LMS Program was last modified | NO | |||||||||
lms_program_date_created | DATETIME |
LMS Program Date Created | The date and time when the LMS Program was created | NO | |||||||||
lms_program_name | CHAR(255) |
LMS Program Name | Name of the LMS Program | YES | |||||||||
lms_program_owner_id | INT(10) |
LMS Program Owner ID | The unique ID of the related program owner user | NO | |||||||||
lms_program_active | TINYINT(1) |
LMS Program Active | Whether the LMS Program is active or not | NO | |||||||||
lms_program_description | CHAR(255) |
LMS Program Description | A brief description of the LMS Program | NO |
Name: | LMS Program Learning Path |
Description: | Relates the programs with their corresponding learning path, data entered when creating learning paths. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_program_curriculum_id | INT(10) |
LMS Program Curriculum ID | The unique ID of the LMS Program Curriculum | NO | ||||||
lms_program_curriculum_last_modified | TIMESTAMP |
LMS Program Curriculum Last Modified | The date and time when the LMS Program Curriculum was last modified | NO | ||||||
lms_program_curriculum_date_created | DATETIME |
LMS Program Curriculum Date Created | The date and time when the LMS Program Curriculum was created | NO | ||||||
lms_program_id
Relationships for lms_program_id
|
INT(10) |
LMS Program ID | The unique ID of a related LMS Program | NO | ||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
LMS Curriculum ID | The unique ID of a related LMS Curriculum | NO |
Name: | LMS Reminder |
Description: | This table stores the data for frequency of sending certifications' notifications |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_reminder_id
Relationships for lms_reminder_id
|
INT(11) |
LMS Reminder ID | The unique ID of the LMS Reminder | NO | ||||||
lms_reminder_date_created | DATETIME |
LMS Reminder Date Created | The date and time when the LMS Reminder was created | NO | ||||||
lms_reminder_last_modified | TIMESTAMP |
LMS Reminder Last Modified | The date and time when the LMS Reminder was last modified | NO | ||||||
lms_reminder_days_before_expiration | INT(11) |
LMS Reminder Days Before Expiration | The number of days that the notification starts to send before the certification expires | NO | ||||||
lms_reminder_freq_reminder_before_notification | INT(11) |
LMS Reminder Freq Reminder Before Notification | The frequency of days to send notification in the period before the certification expiration | NO | ||||||
lms_reminder_freq_reminder_after_notification | INT(11) |
LMS Reminder Freq Reminder After Notification | The frequency of days to send notification in the period after the certification expiration | NO | ||||||
lms_cert_id
Relationships for lms_cert_id
|
INT(11) |
LMS Cert ID | The unique ID of a related LMS Cert | NO | ||||||
lms_reminder_days_after_expiration | INT(11) |
LMS Reminder Days After Expiration | The number of days that the notification keep on sending after the certification expires | NO | ||||||
lms_student_external_cert_id
Relationships for lms_student_external_cert_id
|
INT(11) |
NO |
Name: | LMS Reminder To Group |
Description: | Relational table that relates LMS reminder to HUA group |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_reminder_to_group_id | INT(11) |
LMS Reminder To Group ID | The unique ID of the LMS Reminder To Group | NO | ||||||
lms_reminder_to_group_date_created | DATETIME |
LMS Reminder To Group Date Created | The date and time when the LMS Reminder To Group was created | NO | ||||||
lms_reminder_to_group_last_modified | TIMESTAMP |
LMS Reminder To Group Last Modified | The date and time when the LMS Reminder To Group was last modified | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | The unique ID of a related Group | NO | ||||||
lms_reminder_id
Relationships for lms_reminder_id
|
INT(11) |
LMS Reminder ID | The unique ID of a related LMS Reminder | NO |
Name: | LMS Student Certification |
Description: | Stores the Student's Certifications data entered in the Learning section of the User menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_student_cert_id | INT(11) |
LMS Student Cert ID | The unique ID of the LMS Student Cert | NO | ||||||
lms_student_cert_last_modified | TIMESTAMP |
LMS Student Cert Last Modified | The date and time when the LMS Student Cert was last modified | NO | ||||||
lms_student_cert_date_created | DATETIME |
LMS Student Cert Date Created | The date and time when the LMS Student Cert was created | NO | ||||||
lms_cert_id
Relationships for lms_cert_id
|
INT(11) |
LMS Cert ID | The unique ID of a related LMS Cert | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
LMS User ID | The unique ID of a related LMS User | NO | ||||||
lms_student_cert_date_received | DATE |
LMS Student Cert Date Received | The date when Student Cert was received | NO | ||||||
lms_student_cert_expiration | DATE |
LMS Student Cert Expiration | The date when Student Cert expires | NO | ||||||
lms_student_cert_issued_by | CHAR(255) |
LMS Student Cert Issued By | Issuer of the Student Cert | NO | ||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File | NO | ||||||
lms_cert_renewal_period_start | DATETIME |
NO | ||||||||
lms_student_cert_moved_to_history | TINYINT(1) |
NO |
Name: | LMS Student Cmi |
Description: | Set of Student Cmis |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_student_cmi_id | INT(10) |
LMS Student Cmi ID | The unique ID of the LMS Student Cmi | NO | ||||||
lms_student_cmi_last_modified | TIMESTAMP |
LMS Student Cmi Last Modified | The date and time when the LMS Student Cmi was last modified | NO | ||||||
lms_student_cmi_date_created | DATETIME |
LMS Student Cmi Date Created | The date and time when the LMS Student Cmi was created | NO | ||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(10) |
LMS Class Student ID | The unique ID of a related LMS Class Student | NO | ||||||
lms_aicc_au_id | VARCHAR(255) |
LMS Aicc Au ID | The ID of an AICC AU | NO | ||||||
lms_student_cmi_lesson_status | VARCHAR(255) |
LMS Student Cmi Lesson Status | Lesson Status of the Student Cmi (passed, completed, failed, incomplete, browsed or not attempted) | NO | ||||||
lms_student_cmi_lesson_location | VARCHAR(255) |
LMS Student Cmi Lesson Location | Lesson Location of the Student Cmi | NO | ||||||
lms_student_cmi_credit | VARCHAR(10) |
LMS Student Cmi Credit | Credit of the Student Cmi | NO | ||||||
lms_student_cmi_entry | VARCHAR(9) |
LMS Student Cmi Entry | Entry of the Student Cmi | NO | ||||||
lms_student_cmi_exit | VARCHAR(9) |
LMS Student Cmi Exit | Exit of the Student Cmi | NO | ||||||
lms_student_cmi_score_raw | FLOAT |
LMS Student Cmi Score Raw | Raw Score for the Student Cmi | NO | ||||||
lms_student_cmi_score_max | FLOAT |
LMS Student Cmi Score Max | Maximum Score for a Student Cmi | NO | ||||||
lms_student_cmi_score_min | FLOAT |
LMS Student Cmi Score Min | Minimum Score for a Student Cmi | NO | ||||||
lms_student_cmi_session_time | VARCHAR(13) |
LMS Student Cmi Session Time | How long a Student Cmi Session takes | NO | ||||||
lms_student_cmi_total_time | VARCHAR(13) |
LMS Student Cmi Total Time | How long a Student Cmi takes | NO | ||||||
lms_student_cmi_suspend_data | TEXT |
LMS Student Cmi Suspend Data | Data related to the Studend Cmi Suspenssion | NO | ||||||
lms_student_cmi_launch_data | TEXT |
LMS Student Cmi Launch Data | Data related to the Student Cmi Launch | NO |
Name: | LMS Student External Cert |
Description: | Lists the Student's external certifications data enterd in the Learning section of the User menu. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_student_external_cert_id
Relationships for lms_student_external_cert_id
|
INT(11) |
LMS Student External Cert ID | The unique ID of the LMS Student External Cert | NO | |||||||||
lms_student_external_cert_last_modified | TIMESTAMP |
LMS Student External Cert Last Modified | The date and time when the LMS Student External Cert was last modified | NO | |||||||||
lms_student_external_cert_date_created | DATETIME |
LMS Student External Cert Date Created | The date and time when the LMS Student External Cert was created | NO | |||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
LMS User ID | The unique ID of a related LMS User | NO | |||||||||
lms_student_external_cert_acronym | CHAR(255) |
LMS Student External Cert Acronym | Acronym of the Student External Cert | NO | |||||||||
lms_student_external_cert_name | CHAR(255) |
LMS Student External Cert Name | Name of the LMS Student External Cert | NO | |||||||||
lms_student_external_cert_description | LONGTEXT |
LMS Student External Cert Description | A brief description of the LMS Student External Cert | YES | |||||||||
lms_student_external_cert_issued_by | CHAR(255) |
LMS Student External Cert Issued By | Issuer of the LMS Student External Cert | NO | |||||||||
lms_student_external_cert_date_received | DATE |
LMS Student External Cert Date Received | Date when the Student External Cert was received | NO | |||||||||
lms_student_external_cert_expiration | DATE |
LMS Student External Cert Expiration | Date when the Student External Cert expires | NO | |||||||||
lms_student_external_cert_approved | TINYINT(1) |
LMS Student External Cert Approved | Flag that states if the Student External Cert was approved | NO | |||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | The unique ID of a related File | NO | |||||||||
lms_student_external_cert_required_for_job | TINYINT(1) |
LMS Student External Cert Required For Job | Flag that requires if the external certification is required for a job | NO | |||||||||
hua_external_certification_id
Relationships for hua_external_certification_id
|
INT(11) |
External Certification ID | The unique ID of a related External Certification | NO | |||||||||
lms_student_external_cert_created_by | INT(11) |
NO | |||||||||||
lms_student_external_cert_number | VARCHAR(50) |
NO | |||||||||||
lms_student_external_cert_moved_to_history | TINYINT(1) |
NO | |||||||||||
lms_student_external_cert_removed_by | INT(11) |
NO | |||||||||||
lms_student_external_cert_removed_date | DATETIME |
NO | |||||||||||
lms_student_external_cert_removed | TINYINT(1) |
NO |
Name: | LMS Test |
Description: | Stores the LMS Tests data entered when creating the test. Just the general information and not the questions/answers. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_test_id
Relationships for lms_test_id
|
INT(11) |
LMS Test ID | The unique ID of the LMS Test | NO | ||||||
lms_test_last_modified | TIMESTAMP |
LMS Test Last Modified | The date and time when the LMS Test was last modified | NO | ||||||
lms_test_date_created | DATETIME |
LMS Test Date Created | The date and time when the LMS Test was created | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
LMS Class ID | The unique ID of a related LMS Class | NO | ||||||
lms_test_weight | INT(11) |
LMS Test Weight | The percent weight that the test adds to the overall final grade | NO | ||||||
lms_test_pretest | TINYINT(1) |
LMS Test Pretest | Flag that states if this test is a pretest | NO | ||||||
lms_test_pretest_deny_enrollment | TINYINT(1) |
LMS Test Pretest Deny Enrollment | Flag that states whether to deny enrollment or not. | NO | ||||||
lms_test_allow_testout | TINYINT(1) |
LMS Test Allow Testout | Flag that states whether to test score as grade or not | NO |
Name: | LMS Test Template |
Description: | Stores the LMS Test Templates data created when creating a test template in the My Classes/ Intstructing section of the Learning directory in the Users menu |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_test_template_id | INT(11) |
LMS Test Template ID | The unique ID of the LMS Test Template | NO | ||||||
lms_test_template_last_modified | TIMESTAMP |
LMS Test Template Last Modified | The date and time when the LMS Test Template was last modified | NO | ||||||
lms_test_template_date_created | DATETIME |
LMS Test Template Date Created | The date and time when the LMS Test Template was created | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | The unique ID of a related Test | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
LMS Course ID | The unique ID of a related LMS Course | NO |
Name: | LMS Topic |
Description: | Lists the LMS Topics, data entered in the Select List Management section of the Admin menu |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_topic_id
Relationships for lms_topic_id
|
INT(10) |
LMS Topic ID | The unique ID of the LMS Topic | NO | ||||||||||||
lms_topic_last_modified | TIMESTAMP |
LMS Topic Last Modified | The date and time when the LMS Topic was last modified | NO | ||||||||||||
lms_topic_date_created | DATETIME |
LMS Topic Date Created | The date and time when the LMS Topic was created | NO | ||||||||||||
lms_topic_name | CHAR(255) |
LMS Topic Name | Name of the LMS Topic | YES | ||||||||||||
lms_topic_description | CHAR(255) |
LMS Topic Description | A brief description of the LMS Topic | YES | ||||||||||||
lms_topic_deactivated | TINYINT(1) |
LMS Topic Deactivated | Whether the LMS Topic is inactive or not | NO | ||||||||||||
lms_topic_order | SMALLINT(5) |
LMS Topic Order | Numeric order value used for presenting the LMS Topic | NO |
Name: | LMS Tuition Assistance |
Description: | Stores tuition assistance data |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_assistance_id
Relationships for lms_assistance_id
|
INT(11) |
LMS Assistance ID | System ID for the assistance | NO | |||||||||
lms_assistance_last_modified | TIMESTAMP |
LMS Assistance Last Modified | Date when assistance was last modified | NO | |||||||||
lms_assistance_date_created | DATETIME |
LMS Assistance Date Created | Date when assistance was created | NO | |||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
LMS User ID | System ID of the lms user | NO | |||||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
LMS Class ID | System ID of the lms class | NO | |||||||||
lms_assistance_class_name | VARCHAR(255) |
LMS Assistance Class Name | The tuition assistance class name | YES | |||||||||
lms_assistance_request_date | DATETIME |
LMS Assistance Request Date | Date when the assistance was requested | NO | |||||||||
lms_assistance_comment | TEXT |
LMS Assistance Comment | Comment about the tuition assistance | NO | |||||||||
lms_assistance_disposition_id
Relationships for lms_assistance_disposition_id
|
INT(10) |
LMS Assistance Disposition ID | System ID of the disposition | NO | |||||||||
lms_assistance_approved_amount | DOUBLE |
LMS Assistance Approved Amount | The amount of money approved for this tuition assistance | NO | |||||||||
lms_assistance_disposition_date | DATETIME |
LMS Assistance Disposition Date | Date when the disposition was issued | NO | |||||||||
lms_assistance_approver_user_id | INT(11) |
LMS Assistance Approver User ID | System user ID of the tuition assistance approver | NO | |||||||||
lms_assistance_approver_comment | TEXT |
LMS Assistance Approver Comment | Comment issued by the tuition assistance approver | NO | |||||||||
lms_assistance_acknowledge_date | DATETIME |
LMS Assistance Acknowledge Date | Date when the assistance was acknowledged | NO | |||||||||
lms_assistance_acknowledge_user_id | INT(11) |
LMS Assistance Acknowledge User ID | System user ID of the acknowledger of the tuition assistance | NO | |||||||||
lms_assistance_type_id
Relationships for lms_assistance_type_id
|
INT(11) |
LMS Assistance Type ID | System ID of the assistance type | NO | |||||||||
lms_assistance_final_payment_made | TINYINT(1) |
LMS Assistance Final Payment Made | Flag that states if the tuition assistance final payment has been made | NO | |||||||||
le_class_start_date | DATETIME |
LE Class Start Date | LE Class Start Date | NO | |||||||||
lms_external_training_id
Relationships for lms_external_training_id
|
INT(11) |
NO | |||||||||||
lms_assistance_actual_cost | DECIMAL |
NO | |||||||||||
lms_assistance_miscellaneous_cost | DECIMAL |
NO | |||||||||||
lms_assistance_travel_cost | DECIMAL |
NO |
Name: | LMS Tuition Assistance Cap |
Description: | Table of Tuition Assistance Cap |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_assistance_cap_id | INT(10) |
LMS Assistance Cap ID | System ID of the assistance cap | NO | ||||||
lms_assistance_cap_last_modified | TIMESTAMP |
LMS Assistance Cap Last Modified | Date when assistance cap was last modified | NO | ||||||
lms_assistance_cap_date_created | DATETIME |
LMS Assistance Cap Date Created | Date when assistance cap was created | NO | ||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(11) |
HUA Job Family ID | System job family ID of the job associated with this assistance cap | NO | ||||||
lms_assistance_cap_amount | FLOAT |
LMS Assistance Cap Amount | Amount of the assistance cap | NO | ||||||
lms_assistance_cap_active | TINYINT(1) |
LMS Assistance Cap Active | Flag that states if the assistance cap is active | NO | ||||||
lms_assistance_cap_system_flag | TINYINT(1) |
LMS Assistance Cap System Flag | NOT USED | NO |
Name: | LMS Tuition Assistance Disposition |
Description: | List of assistance dispositions |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_assistance_disposition_id
Relationships for lms_assistance_disposition_id
|
INT(10) |
LMS Assistance Disposition ID | System ID of the assistance disposition | NO | ||||||
lms_assistance_disposition_date_created | DATETIME |
LMS Assistance Disposition Date Created | Date when the assistance disposition was created | NO | ||||||
lms_assistance_disposition_last_modified | TIMESTAMP |
LMS Assistance Disposition Last Modified | Date when the assistance disposition was last modified | NO | ||||||
lms_assistance_disposition_name | CHAR(255) |
LMS Assistance Disposition Name | Name of the assistance disposition | YES | ||||||
lms_assistance_disposition_protected | TINYINT(1) |
LMS Assistance Disposition Protected | Flag that states if the assistance disposition is protected | NO | ||||||
lms_assistance_disposition_parent_id | INT(10) |
LMS Assistance Disposition Parent ID | System ID of the parent of the assistance disposition | NO | ||||||
lms_assistance_disposition_admin_only | TINYINT(1) |
LMS Assistance Disposition Admin Only | NOT USED | NO | ||||||
lms_assistance_disposition_system_flag | TINYINT(1) |
LMS Assistance Disposition System Flag | NOT USED | NO |
Name: | LMS Tuition Assistance Payment |
Description: | Stores the assistance payments |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_assistance_payment_id | INT(11) |
LMS Assistance Payment ID | System ID of the assistance payment | NO | ||||||
lms_assistance_payment_last_modified | TIMESTAMP |
LMS Assistance Payment Last Modified | Date when assistance payment was last modified | NO | ||||||
lms_assistance_payment_date_created | DATETIME |
LMS Assistance Payment Date Created | Date when the assistance payment was created | NO | ||||||
lms_assistance_id
Relationships for lms_assistance_id
|
INT(11) |
LMS Assistance ID | System ID of the associated lms_assistance | NO | ||||||
lms_assistance_payment_name | VARCHAR(255) |
LMS Assistance Payment Name | Name of the assistance payment | YES | ||||||
lms_assistance_payment_date | DATETIME |
LMS Assistance Payment Date | Date of the assistance payment | NO | ||||||
lms_assistance_payment_amount | DOUBLE |
LMS Assistance Payment Amount | Amount of the assistance payment | NO | ||||||
lms_assistance_payment_comments | MEDIUMTEXT |
LMS Assistance Payment Comments | Comment of the assistance payment | NO | ||||||
lms_assistance_payment_payer_id | INT(10) |
LMS Assistance Payment Payer ID | System user ID of the assistance payer | NO |
Name: | LMS Tuition Assistance Type |
Description: | List of assistance types |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_assistance_type_id
Relationships for lms_assistance_type_id
|
INT(11) |
LMS Assistance Type ID | System ID of the assistance type | NO | ||||||
lms_assistance_type_last_modified | TIMESTAMP |
LMS Assistance Type Last Modified | Date when assistance type was last modified | NO | ||||||
lms_assistance_type_date_created | DATETIME |
LMS Assistance Type Date Created | Date when assistance type was created | NO | ||||||
lms_assistance_type_name | CHAR(255) |
LMS Assistance Type Name | Name of the assistance type | YES | ||||||
lms_assistance_type_sort | INT(11) |
LMS Assistance Type Sort | Sort order of the assistance type | NO | ||||||
lms_assistance_type_protected | TINYINT(1) |
LMS Assistance Type Protected | Flag that states if the assistance type is protected | NO | ||||||
lms_assistance_type_parent_id | INT(11) |
LMS Assistance Type Parent ID | System ID of the assistance type parent | NO | ||||||
lms_assistance_type_admin_only | TINYINT(1) |
LMS Assistance Type Admin Only | Flag that states if the assitance type is admin only | NO | ||||||
lms_assistance_type_system_flag | TINYINT(1) |
LMS Assistance Type System Flag | NOT USED | NO |
Name: | LMS User |
Description: | Stores the LMS Users data |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | The unique ID of the LMS User | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_user_last_modified | TIMESTAMP |
LMS User Last Modified | The date and time when the LMS User was last modified | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_user_date_created | DATETIME |
LMS User Date Created | The date and time when the LMS User was created | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lms_user_system_flag | TINYINT(1) |
LMS User System Flag | Whether this is a system generated LMS User or not | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
avg_pass_ratio | VARCHAR(255) |
Avg Pass Ratio | Average pass ratio for this LMS User | NO |
Name: | LMS User Assistance Cap |
Description: | Stores the information about the tuition cap or the maximum amount of tuition per student. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_user_assistance_cap_id | INT(10) |
LMS User Assistance Cap ID | The unique ID of the LMS User Assistance Cap | NO | ||||||
lms_user_assistance_cap_last_modified | TIMESTAMP |
LMS User Assistance Cap Last Modified | The date and time when the LMS User Assistance Cap was last modified | NO | ||||||
lms_user_assistance_cap_date_created | DATETIME |
LMS User Assistance Cap Date Created | The date and time when the LMS User Assistance Cap was created | NO | ||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
LMS User ID | The unique ID of a related LMS User | NO | ||||||
lms_user_assistance_cap_additional_amount | FLOAT |
LMS User Assistance Cap Additional Amount | Additional tuition assistance amount that the user requested | NO | ||||||
lms_user_assistance_cap_year | INT(10) |
LMS User Assistance Cap Year | Year of the tuition assistance amount that the user requested | NO | ||||||
lms_user_assistance_cap_system_flag | TINYINT(1) |
LMS User Assistance Cap System Flag | Whether this is a system generated LMS User Assistance Cap or not | NO |
Name: | lms_cbt_registration |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_cbt_registration_id
Relationships for lms_cbt_registration_id
|
INT(10) |
NO | ||||||||
lms_cbt_registration_date_created | DATETIME |
NO | ||||||||
lms_cbt_registration_last_modified | TIMESTAMP |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
NO |
Name: | lms_cbt_registration_progress |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_cbt_registration_progress_id | INT(10) |
NO | ||||||||
lms_cbt_registration_progress_date_created | DATETIME |
NO | ||||||||
lms_cbt_registration_progress_last_modified | TIMESTAMP |
NO | ||||||||
lms_cbt_registration_id
Relationships for lms_cbt_registration_id
|
INT(10) |
NO | ||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(10) |
NO | ||||||||
lms_cbt_registration_progress_instance | INT(11) |
NO | ||||||||
lms_cbt_registration_progress_completion | VARCHAR(12) |
NO | ||||||||
lms_cbt_registration_progress_success | VARCHAR(12) |
NO | ||||||||
lms_cbt_registration_progress_score | FLOAT |
NO | ||||||||
lms_cbt_registration_progress_total_seconds_tracked | FLOAT |
NO | ||||||||
lms_cbt_registration_progress_first_access_date | TIMESTAMP |
NO | ||||||||
lms_cbt_registration_progress_last_access_date | TIMESTAMP |
NO |
Name: | lms_certificate |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
lms_certificate_id | INT(11) |
NO | ||
lms_certificate_date_created | DATETIME |
NO | ||
lms_certificate_last_modified | TIMESTAMP |
NO | ||
lms_certificate_page_size | ENUM |
NO | ||
lms_certificate_background_image_id | INT(11) |
NO | ||
lms_certificate_middle_image_id | INT(11) |
NO | ||
lms_certificate_middle_alignment | ENUM |
NO | ||
lms_certificate_certification | TINYINT(1) |
NO | ||
lms_certificate_certification_default | TINYINT(1) |
NO | ||
lms_certificate_default | TINYINT(1) |
NO | ||
lms_certificate_text | VARCHAR(255) |
NO |
Name: | lms_certificate_image |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_certificate_image_id | INT(11) |
NO | ||||||||
lms_certificate_image_date_created | DATETIME |
NO | ||||||||
lms_certificate_image_last_modified | TIMESTAMP |
NO | ||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
NO | ||||||||
lms_certificate_image_width | SMALLINT(5) |
NO | ||||||||
lms_certificate_image_height | SMALLINT(5) |
NO | ||||||||
lms_certificate_image_background | TINYINT(1) |
NO |
Name: | lms_course_education_unit |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_education_unit_id | INT(10) |
NO | ||||||||
lms_course_education_unit_date_created | TIMESTAMP |
NO | ||||||||
lms_course_education_unit_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
lms_education_unit_id
Relationships for lms_education_unit_id
|
INT(10) |
NO | ||||||||
lms_education_unit_category_id
Relationships for lms_education_unit_category_id
|
INT(10) |
NO | ||||||||
lms_course_education_unit_value | FLOAT |
NO |
Name: | lms_course_job |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_job_id | INT(10) |
LMS Course Job ID | The unique ID of the LMS Course Job | NO | ||||||
lms_course_job_date_created | TIMESTAMP |
LMS Course Job Date Created | The date and time when the LMS Course Job was created | NO | ||||||
lms_course_job_last_modified | TIMESTAMP |
LMS Course Job Last Modified | The date and time when the LMS Course Job was last modified | NO | ||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
LMS Course ID | The unique ID of a related LMS Course | NO | ||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | The unique ID of a related Job | NO |
Name: | lms_course_job_family |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_job_family_id | INT(10) |
NO | ||||||||
lms_course_job_family_date_created | TIMESTAMP |
NO | ||||||||
lms_course_job_family_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
hua_job_family_id
Relationships for hua_job_family_id
|
INT(10) |
NO |
Name: | lms_course_job_role |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_job_role_id | INT(10) |
NO | ||||||||
lms_course_job_role_date_created | TIMESTAMP |
NO | ||||||||
lms_course_job_role_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
hua_job_role_id
Relationships for hua_job_role_id
|
INT(10) |
NO |
Name: | lms_course_learning_manager |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_course_learning_manager_id
Relationships for lms_course_learning_manager_id
|
INT(10) |
NO | |||||||||||
lms_course_learning_manager_date_created | DATETIME |
NO | |||||||||||
lms_course_learning_manager_last_modified | TIMESTAMP |
NO | |||||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | |||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
NO |
Name: | lms_course_media_signature |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_media_signature_id | INT(11) |
NO | ||||||||
lms_course_media_signature_date_created | DATETIME |
NO | ||||||||
lms_course_media_signature_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_media_id
Relationships for lms_course_media_id
|
INT(11) |
NO | ||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(11) |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
NO | ||||||||
lms_course_media_signature_fullname | VARCHAR(255) |
NO | ||||||||
lms_course_media_signature_date | DATETIME |
NO |
Name: | lms_course_media_view |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_course_media_view_id | INT(11) |
NO | ||||||||
lms_course_media_view_date_created | DATETIME |
NO | ||||||||
lms_course_media_view_last_modified | TIMESTAMP |
NO | ||||||||
lms_course_media_id
Relationships for lms_course_media_id
|
INT(11) |
NO | ||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(11) |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
NO | ||||||||
lms_course_media_view_date | DATETIME |
NO |
Name: | lms_curriculum_status |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_status_id
Relationships for lms_curriculum_status_id
|
INT(10) |
NO | ||||||||
lms_curriculum_status_last_modified | TIMESTAMP |
NO | ||||||||
lms_curriculum_status_date_created | TIMESTAMP |
NO | ||||||||
lms_curriculum_status_name | VARCHAR(255) |
YES | ||||||||
lms_curriculum_status_logical_value | VARCHAR(255) |
NO | ||||||||
lms_curriculum_status_protected | TINYINT(1) |
NO | ||||||||
lms_curriculum_status_deactivated | TINYINT(1) |
NO | ||||||||
lms_curriculum_status_system_flag | TINYINT(1) |
NO | ||||||||
lms_curriculum_status_order | SMALLINT(5) |
NO |
Name: | lms_curriculum_student_course |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_student_course_id | INT(10) |
NO | ||||||||
lms_curriculum_student_id
Relationships for lms_curriculum_student_id
|
INT(10) |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(10) |
NO | ||||||||
lms_curriculum_student_course_completed | DATETIME |
NO |
Name: | lms_curriculum_student_status |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_student_status_id
Relationships for lms_curriculum_student_status_id
|
INT(10) |
NO | |||||||||||
lms_curriculum_student_status_last_modified | TIMESTAMP |
NO | |||||||||||
lms_curriculum_student_status_date_created | TIMESTAMP |
NO | |||||||||||
lms_curriculum_student_status_name | VARCHAR(255) |
YES | |||||||||||
lms_curriculum_student_status_logical_value | VARCHAR(255) |
NO | |||||||||||
lms_curriculum_student_status_protected | TINYINT(1) |
NO | |||||||||||
lms_curriculum_student_status_deactivated | TINYINT(1) |
NO | |||||||||||
lms_curriculum_student_status_system_flag | TINYINT(1) |
NO | |||||||||||
lms_curriculum_student_status_order | SMALLINT(5) |
NO |
Name: | lms_curriculum_topic |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_curriculum_topic_id | INT(10) |
NO | ||||||||
lms_curriculum_topic_last_modified | TIMESTAMP |
NO | ||||||||
lms_curriculum_topic_date_created | DATETIME |
NO | ||||||||
lms_curriculum_id
Relationships for lms_curriculum_id
|
INT(10) |
NO | ||||||||
lms_topic_id
Relationships for lms_topic_id
|
INT(10) |
NO |
Name: | lms_education_unit |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_education_unit_id
Relationships for lms_education_unit_id
|
INT(10) |
NO | |||||||||||
lms_education_unit_date_created | TIMESTAMP |
NO | |||||||||||
lms_education_unit_last_modified | TIMESTAMP |
NO | |||||||||||
lms_education_unit_name | VARCHAR(255) |
YES | |||||||||||
lms_education_unit_order | SMALLINT(5) |
NO | |||||||||||
lms_education_unit_deactivated | TINYINT(1) |
NO |
Name: | lms_education_unit_category |
Description: |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lms_education_unit_category_id
Relationships for lms_education_unit_category_id
|
INT(10) |
NO | |||||||||||
lms_education_unit_category_date_created | TIMESTAMP |
NO | |||||||||||
lms_education_unit_category_last_modified | TIMESTAMP |
NO | |||||||||||
lms_education_unit_category_name | VARCHAR(255) |
YES | |||||||||||
lms_education_unit_category_order | SMALLINT(5) |
NO | |||||||||||
lms_education_unit_category_deactivated | TINYINT(1) |
NO |
Name: | lms_elearning_import_job |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_elearning_import_job_id
Relationships for lms_elearning_import_job_id
|
INT(10) |
NO | ||||||||
lms_elearning_import_job_last_modified | TIMESTAMP |
NO | ||||||||
lms_elearning_import_job_date_created | DATETIME |
NO | ||||||||
lms_elearning_import_job_scorm_engine_course_id | CHAR(255) |
NO | ||||||||
lms_elearning_import_job_scorm_engine_import_job_id | CHAR(255) |
NO | ||||||||
lms_elearning_import_job_status_id
Relationships for lms_elearning_import_job_status_id
|
INT(10) |
NO | ||||||||
lms_elearning_import_job_date_ready | TIMESTAMP |
NO | ||||||||
lms_elearning_import_job_date_processed | TIMESTAMP |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
NO | ||||||||
lms_elearning_import_job_multi_course | TINYINT(1) |
NO | ||||||||
lms_elearning_import_job_elearning_standard | CHAR(255) |
NO | ||||||||
lms_elearning_import_job_child_job_status_id | INT(10) |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
lms_elearning_import_job_course_info | TEXT |
NO | ||||||||
lms_elearning_import_job_status_message | TEXT |
NO | ||||||||
lms_elearning_import_job_parent_id | INT(10) |
NO | ||||||||
lms_elearning_import_job_overwrite | TINYINT(1) |
NO | ||||||||
lms_elearning_import_job_overwrite_course_name | TINYINT(1) |
NO |
Name: | lms_elearning_import_job_file |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_elearning_import_job_file_id | INT(11) |
NO | ||||||||
lms_elearning_import_job_file_last_modified | TIMESTAMP |
NO | ||||||||
lms_elearning_import_job_file_date_created | DATETIME |
NO | ||||||||
lms_elearning_import_job_file_name | VARCHAR(255) |
NO | ||||||||
lms_elearning_import_job_file_from_ftp | TINYINT(1) |
NO | ||||||||
lms_elearning_import_job_file_ftp_path | VARCHAR(255) |
NO | ||||||||
lms_elearning_import_job_file_type | ENUM |
NO | ||||||||
lms_elearning_import_job_file_created_by | INT(11) |
NO | ||||||||
lms_elearning_import_job_file_last_modified_by | INT(11) |
NO | ||||||||
lms_elearning_import_job_id
Relationships for lms_elearning_import_job_id
|
INT(11) |
NO | ||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
NO |
Name: | lms_elearning_import_job_status |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_elearning_import_job_status_id
Relationships for lms_elearning_import_job_status_id
|
INT(10) |
NO | ||||||||
lms_elearning_import_job_status_last_modified | TIMESTAMP |
NO | ||||||||
lms_elearning_import_job_status_date_created | DATETIME |
NO | ||||||||
lms_elearning_import_job_status_name | CHAR(255) |
NO | ||||||||
lms_elearning_import_job_status_logical_value | CHAR(255) |
NO |
Name: | lms_external_training_education_unit |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_external_training_education_unit_id | INT(10) |
NO | ||||||||
lms_external_training_education_unit_date_created | TIMESTAMP |
NO | ||||||||
lms_external_training_education_unit_last_modified | TIMESTAMP |
NO | ||||||||
lms_external_training_id
Relationships for lms_external_training_id
|
INT(10) |
NO | ||||||||
lms_education_unit_id
Relationships for lms_education_unit_id
|
INT(10) |
NO | ||||||||
lms_education_unit_category_id
Relationships for lms_education_unit_category_id
|
INT(10) |
NO | ||||||||
lms_external_training_education_unit_value | FLOAT |
NO |
Name: | lms_student_external_cert_history |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_student_external_cert_history_id | INT(11) |
NO | ||||||||
lms_student_external_cert_history_last_modified | TIMESTAMP |
NO | ||||||||
lms_student_external_cert_history_date_created | TIMESTAMP |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(11) |
NO | ||||||||
lms_student_external_cert_history_acronym | CHAR(255) |
NO | ||||||||
lms_student_external_cert_history_name | CHAR(255) |
NO | ||||||||
lms_student_external_cert_history_description | LONGTEXT |
NO | ||||||||
lms_student_external_cert_history_issued_by | CHAR(255) |
NO | ||||||||
lms_student_external_cert_history_date_received | DATE |
NO | ||||||||
lms_student_external_cert_history_expiration | DATE |
NO | ||||||||
lms_student_external_cert_history_approved | TINYINT(1) |
NO | ||||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
NO | ||||||||
lms_student_external_cert_history_required_for_job | TINYINT(1) |
NO | ||||||||
hua_external_certification_id
Relationships for hua_external_certification_id
|
INT(11) |
NO | ||||||||
lms_student_external_cert_id
Relationships for lms_student_external_cert_id
|
INT(11) |
NO | ||||||||
lms_student_external_cert_history_created_by | INT(11) |
NO | ||||||||
lms_student_external_cert_history_number | VARCHAR(50) |
NO |
Name: | lms_test_taker |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_test_taker_id | INT(11) |
NO | ||||||||
lms_test_taker_date_created | DATETIME |
NO | ||||||||
lms_test_taker_last_modified | TIMESTAMP |
NO | ||||||||
lms_class_student_id
Relationships for lms_class_student_id
|
INT(11) |
NO | ||||||||
hua_test_taker_id
Relationships for hua_test_taker_id
|
INT(11) |
NO | ||||||||
lms_test_id
Relationships for lms_test_id
|
INT(11) |
NO | ||||||||
lms_class_evaluation_id
Relationships for lms_class_evaluation_id
|
INT(11) |
NO |
Name: | lms_training_wish_list |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_training_wish_list_id | INT(10) |
NO | ||||||||
lms_training_wish_list_created | TIMESTAMP |
NO | ||||||||
lms_training_wish_list_modified | TIMESTAMP |
NO | ||||||||
lms_training_wish_list_name | VARCHAR(255) |
NO | ||||||||
lms_training_wish_list_objective | TEXT |
NO | ||||||||
lms_training_wish_list_justification | TEXT |
NO | ||||||||
lms_user_id
Relationships for lms_user_id
|
INT(10) |
NO | ||||||||
lms_training_wish_list_acknowledgement_date | DATETIME |
NO | ||||||||
lms_training_wish_list_acknowledged_by | INT(11) |
NO |
Name: | Mentoring Messages |
Description: | Stores all the data related to messages in a mentoring relationship between a mentor and a mentee. Information includes who created the message and the content of the message. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_mentoring_messages_id | INT(10) |
Mentoring Message ID | Unique system value for identifying a message on mentoring message board. | NO | ||||||
cdsp_mentoring_messages_last_modified | TIMESTAMP |
Mentoring Message Last Modified | Date when a message on a mentoring relationship's message board was last modified. | NO | ||||||
cdsp_mentoring_messages_date_created | DATETIME |
Mentoring Message Creation Date | Date when a message on a mentoring relationship's message board was created by an authorized user (e.g., mentor, mentee). | NO | ||||||
cdsp_mentoring_relationships_id
Relationships for cdsp_mentoring_relationships_id
|
INT(10) |
Mentoring Relationship ID | System generated foreign key providing a connection between a message on a mentoring relationship's message board and a specific mentoring relationship. | NO | ||||||
cdsp_mentoring_messager_id | INT(10) |
Mentoring Message Creator ID | System generated foreign key providing a connection between a message on a mentoring relationship's message board and the individual (e.g., mentor, mentee) who created the message. | NO | ||||||
cdsp_mentoring_messages_message | TEXT |
Mentoring Message Substance | Content of a message on a mentoring relationship's message board written by the creator of the message. | NO | ||||||
cdsp_mentoring_messages_date | DATETIME |
Mentoring Message Date | Date that displays on a mentoring relationship's message board indicating the date of the message. | NO |
Name: | Mentoring Relationship Activities |
Description: | Stores all the data related to activities in a mentoring relationship between a mentor and a mentee. Information includes the status of the activity and its description. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_mentoring_activities_id | INT(10) |
Mentoring Activities ID | Unique system value for identifying an activity in a mentoring relationship. | NO | ||||||
cdsp_mentoring_activities_last_modified | TIMESTAMP |
Mentoring Activities Last Modified | Date when an activity in a mentoring relationship was last modified by an authorized user (e.g., mentor, mentee). | NO | ||||||
cdsp_mentoring_activities_date_created | DATETIME |
Mentoring Activities Creation Date | Date when an activity in a mentoring relationship was created by an authorized user (e.g., mentor, mentee). | NO | ||||||
cdsp_mentoring_relationships_id
Relationships for cdsp_mentoring_relationships_id
|
INT(10) |
Mentoring Relationships ID | System generated foreign key providing a connection between an activity in a mentoring relationship and a specific mentoring relationship. | NO | ||||||
cdsp_mentoring_activities_suggester_id | INT(10) |
Mentoring Activities Suggester ID | System generated foreign key providing a connection between an activity in a mentoring relationship and a specific user who suggested the activity for the relationship. | NO | ||||||
cdsp_mentoring_activities_activity | TEXT |
Mentoring Activities Name | Translation of the unique system value into a word or phrase for identifying the activity in a mentoring relationship. | NO | ||||||
cdsp_mentoring_activities_date_added | DATETIME |
Mentoring Activities Date Added | Date when an activity in a mentoring relationship was added by a member in the relationship. | NO | ||||||
cdsp_mentoring_activities_date_completed | DATETIME |
Mentoring Activities Date Completed | Date when an activity in a mentoring relationship is marked as completed by a member in the relationship. | NO | ||||||
cdsp_mentoring_activities_acknowledged | TINYINT(1) |
Mentoring Activities Acknowledged | Indication on whether or not an activity recommended by a mentor in a mentoring relationship has been acknowledged by a mentee. | NO | ||||||
cdsp_mentoring_activities_in_progress | TINYINT(1) |
Mentoring Activities In Progress | Indication on whether or not a mentee in a mentoring relationship has designated an activity as "in progress". | NO | ||||||
cdsp_mentoring_activities_completed | TINYINT(1) |
Mentoring Activities Completed | Indication on whether or not an activity in a mentoring relationship is completed or still pending completion. | NO | ||||||
cdsp_mentoring_activities_description | TEXT |
Mentoring Activities Description | Content describing an activity in a mentoring relationship that is typically written by the mentor. | NO |
Name: | Mentoring Relationships |
Description: | Stores all the data related to a mentoring relationship between a mentor and a mentee. Information includes the relationship goal, approval indicators, and any notes created by involved with a relationship. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_mentoring_relationships_id
Relationships for cdsp_mentoring_relationships_id
|
INT(10) |
Mentoring Relationship ID | Unique system value for idenityfing a mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_last_modified | TIMESTAMP |
Mentoring Relationship Last Modified | Date when a mentoring relationship was last revised by an authorized user. | NO | |||||||||
cdsp_mentoring_relationships_date_created | DATETIME |
Mentoring Relationship Creation Date | Date when a mentoring relationship was created by an authorized user (e.g., mentor, mentee). | NO | |||||||||
cdsp_mentee_id | INT(10) |
Mentoring Relationship Mentee ID | System generated foreign key providing a connection between a mentoring relationship and a specific user designated as the mentee. | NO | |||||||||
cdsp_mentor_id | INT(10) |
Mentoring Relationship Mentor ID | System generated foreign key providing a connection between a mentoring relationship and a specific user designated as the mentor. | NO | |||||||||
cdsp_mentoring_relationships_goal | TEXT |
Mentoring Relationship Goal | Written description of the purpose (e.g., learn new job, cross-train) of a mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_status | VARCHAR(255) |
Mentoring Relationship Status | Status of Mentoring Relationship | NO | |||||||||
cdsp_mentoring_relationships_end_date | DATETIME |
Mentoring Relationship End Date | Date when a mentoring relationship is terminated by an authorized user (e.g., mentor). | NO | |||||||||
cdsp_mentoring_relationships_manager_approved | INT(1) |
Mentoring Relationship Mentee Manager Approved | Indication on whether or not the manager of the mentee approved the mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_mentor_approved | INT(1) |
Mentoring Relationship Mentor Approved | Indication on whether or not the mentor approved the mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_manager_approval | DATETIME |
Mentoring Relationship Mentee Manager Approval Date | Date when the manager of the mentee approved the mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_mentor_approval | DATETIME |
Mentoring Relationship Mentor Approval Date | Date when the mentor approved the mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_mentor_manager_approved | INT(1) |
Mentoring Relationship Mentor Manager Approved | Indication on whether or not the manager of the mentor approved the mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_mentor_manager_approval | DATETIME |
Mentoring Relationship Mentor Manager Approval Date | Date when the manager of the mentor approved the mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_manager_note | TEXT |
Mentoring Relationship Mentee Manager Note | Textual content of any note created by the manager of a mentee in a mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_mentor_manager_note | TEXT |
Mentoring Relationship Mentor Manager Note | Textual content of any note created by the manager of a mentor in a mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_mentor_note | TEXT |
Mentoring Relationship Mentor Note | Textual content of any note created by a mentor in a mentoring relationship. | NO | |||||||||
cdsp_mentoring_relationships_rejected | INT(1) |
Mentoring Relationship Rejected | Indication on whether or not a mentoring relationship was rejected by any individual involved (e.g., mentor, mentee). | NO | |||||||||
cdsp_mentoring_relationships_ended | INT(1) |
Mentoring Relationship Ended | Indication on whether a mentoring relationship between a mentor and a mentee has ended. | NO |
Name: | Monster Integration Search Option |
Description: | Stores all the data related to the search options available for the Monster integration. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_monster_integration_search_option_id | INT(10) |
Monster Integration Search Option ID | Unique system value identifying the search option for the Monster integration. | NO |
ats_monster_integration_search_option_date_created | DATETIME |
Monster Integration Search Option Creation Date | Date when the search option for the Monster integration was created by an authorized user. | NO |
ats_monster_integration_search_option_last_modified | TIMESTAMP |
Monster Integration Search Option Last Modified | Date when the search option for the Monster integration was last revised by an authorized user. | NO |
ats_monster_integration_search_option_name | VARCHAR(255) |
Monster Integration Search Option Name | Name given to the value of the search option for the Monster integration. | NO |
ats_monster_integration_search_option_value | VARCHAR(255) |
Monster Integration Search Option Value | Value given to the search option for the Monster integration. Typically the value that is read by the sytem, but not decrypted for the user. | NO |
Name: | Next Action For Employee |
Description: | Stores all the data related to a Next Action option for an employee. Next Action options are created by administrators in multi-select and drop down lists. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_user_next_action_id | INT(11) |
Next Action For Employee ID | Unique system value for identifying a Next Action option (e.g., Promotion, Lateral Move) for an employee. | NO | |||||||||
cdsp_user_next_action_last_modified | TIMESTAMP |
Next Action For Employee Last Modified | Date when a Next Action option for an employee was last revised by an authorized user. | NO | |||||||||
cdsp_user_next_action_date_created | DATETIME |
Next Action For Employee Creation Date | Date when a Next Action option for an employee was created by an authorized user (e.g., administrator). | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a Next Action option for an employee and a specific user in the database. | NO | |||||||||
cdsp_next_action_id
Relationships for cdsp_next_action_id
|
INT(11) |
Next Action Option ID | System generated foreign key providing a connection between a Next Action option for an employee and a specific Next Action option (e.g., In Position, Termination) in the database. | NO | |||||||||
cdsp_user_next_action_system_flag | TINYINT(1) |
Next Action For Employee System Flag | Indication on whether or not a Next Action option for an employee is system generated. | NO |
Name: | Offer |
Description: | Stores all the data related to an offer submitted to a candidate for a requisition. Information includes the proposed salary, the offer letter content, the approval status, and the disposition of the candidate in regards to the offer. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_offer_id
Relationships for ats_offer_id
|
INT(10) |
Offer ID | Unique system value for identifying an offer for a candidate. | NO | |||||||||||||||||||||||||||
ats_offer_last_modified | TIMESTAMP |
Offer Last Modified | Date when the offer was last revised by an authorized user. | NO | |||||||||||||||||||||||||||
ats_offer_date_created | DATETIME |
Offer Creation Date | Date when the offer was created for a candidate by an authorized user. | NO | |||||||||||||||||||||||||||
ats_offer_candidate_id | INT(11) |
Offer Candidate ID | System generated foreign key providing a connection between an offer in the site and a specific candidate. | NO | |||||||||||||||||||||||||||
ats_offer_status_id
Relationships for ats_offer_status_id
|
INT(11) |
Offer Status ID | System generated foreign key providing a connection between an offer and a specific status of the offer. | NO | |||||||||||||||||||||||||||
ats_offer_creator_id | INT(11) |
Offer Creator ID | System generated foreign key providing a connection between the offer and a specific user in the database who created the offer. | NO | |||||||||||||||||||||||||||
ats_offer_salary | DECIMAL |
Offer Salary | Numeric value depicting the salary proposed for the offer. | NO | |||||||||||||||||||||||||||
ats_offer_salary_type | ENUM |
Offer Salary Type | Indication of the salary type (e.g., salary or hourly) in the offer. | NO | |||||||||||||||||||||||||||
ats_offer_start_date | DATE |
Offer Start Date | Date determined by the creator of the offer as the official start date for the candidate, if the offer is accepted. | NO | |||||||||||||||||||||||||||
ats_offer_letter_text | MEDIUMTEXT |
Offer Letter Content | Body or content in the offer letter sent to a candidate. May include the job title, benefits, or contact information for the recruiter. | NO | |||||||||||||||||||||||||||
ats_offer_final_disposition | ENUM |
Offer Final Disposition | Indication of the final disposition by any approvers for the offer letter (e.g., approved, rejected). | NO | |||||||||||||||||||||||||||
ats_offer_show_candidate | TINYINT(1) |
Offer Show Candidate | Indication on whether or not an offer letter was shown to a candidate. | NO | |||||||||||||||||||||||||||
ats_offer_candidate_disposition | ENUM |
Offer Candidate Disposition | Indication of the disposition of the offer by the candidate, if the candidate is part of the approval process of the offer. Disposition may be empty, accepted, rejected with exceptions, or permanently rejected. | NO | |||||||||||||||||||||||||||
ats_offer_candidate_disposition_date | DATE |
Offer Candidate Disposition Date | Date when the candidate reviews and accepts or rejects an offer. | NO | |||||||||||||||||||||||||||
ats_offer_candidate_disposition_comment | VARCHAR(255) |
Offer Candidate Disposition Comment | Body or text of any comments created by a candidate when accepting or rejecting an offer. | NO | |||||||||||||||||||||||||||
ats_offer_sent_date | DATETIME |
Offer Sent Date | Date when the offer was sent to the candidate for review. | NO | |||||||||||||||||||||||||||
ats_offer_archived | TINYINT(1) |
Offer Archived | Indication on whether or not an offer has been archived in the site. | NO | |||||||||||||||||||||||||||
ats_currency_id
Relationships for ats_currency_id
|
INT(11) |
Currency ID | System generated foreign key providing a connection between an offer and a specific currency type used for an offer. | NO | |||||||||||||||||||||||||||
ats_offer_letter_template_id
Relationships for ats_offer_letter_template_id
|
INT(10) |
Offer Letter Template ID | System generated foreign key providing a connection between an offer and a letter template used for the offer letter. | NO | |||||||||||||||||||||||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between an offer and a specific dynamic form. | NO | |||||||||||||||||||||||||||
ats_offer_notification_only | TINYINT(1) |
NO | |||||||||||||||||||||||||||||
ats_offer_letter_cc | TEXT |
NO | |||||||||||||||||||||||||||||
ats_offer_letter_header_id | INT(11) |
NO | |||||||||||||||||||||||||||||
ats_offer_letter_footer_id | INT(11) |
NO | |||||||||||||||||||||||||||||
ats_offer_letter_bcc | TEXT |
NO | |||||||||||||||||||||||||||||
ats_offer_letter_subject | TEXT |
NO |
Name: | Offer Approval Chain |
Description: | Stores all the data related to approval chains created for offers. Information includes the identity of the offer with which the approval chain is associated and whether or not an offer submitted to an approval chain was accepted or rejected. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | Unique system value for identifying an approval chain. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | Date when the approval chain was last revised by an authorized user. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Date Created | Date when the approval chain was created by an authorized user. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_target_id | INT(11) |
Approval Chain Target ID | System generated foreign key providing a connection between an approval chain and an offer created for a candidate. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Indication of the type (e.g., serial or parallel) for the approval chain. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_approval | ENUM |
Approval Chain Approval | Whether an offer submitted to an approval chain was approved or rejected. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_final_approval_date | DATETIME |
Approval Chain Final Approval Date | Date when the final approval or rejection is received for the approval chain. | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_requestor_user_id
Relationships for hua_approval_chain_requestor_user_id
|
INT(11) |
Approval Chain Requestor User ID | System generated foreign key providing a connection between an approval chain for an offer and the user who added an approval chain to an offer. | NO |
Name: | Offer Approval Chain Member |
Description: | Stores all the data related to an approval chain member for an offer submission. Information includes any comments left by a member when approving or rejecting an offer and the order in which the member displays in a list or table. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | Unique system value for identifying a member on an approval chain. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | Date when the member on the approval chian was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Date Created | Date when the member on the approval chain was created by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | System generated foreign key providing a connection between an offer and a specific approval chain in the site. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
Approval Chain Member Target | Either a unique system value (for internal members) or e-mail address (for external members) that indicates where an approval chain request for an offer is sent. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Indication on the member type (e.g., internal, external, manager) on an approval chain for an offer. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Sequence | Numeric value indicating the order in which the approval chain member displays in a list or table. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approval | ENUM |
Approval Chain Member Approval | Indication on whether or not the approval chain member approved or rejected the offer. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_comment | TEXT |
Approval Chain Member Comment | Textual content of any comments created by an approval chain member when the user accepts or rejects an offer. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_final_approval_date | DATETIME |
Member Final Approval Date | Date when the final approval or rejection is received by an approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approved_by | VARCHAR(255) |
Approval Chain Member Approved By | Identity of the user (i.e., self or "on behalf of") who either accepted or rejected the offer as the approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_hash | VARCHAR(255) |
Approval Chain Member Hash | URL sent to the approval chain member within a notification that links directly to the approval page. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_reminder_date | DATETIME |
NO |
Name: | Offer Approval Transaction |
Description: | Stores all the data related to the approval transaction for an offer. Information includes name of the user who approved or rejected the offer and the decision of the approver. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_offer_approval_transaction_id | INT(10) |
Offer Approval Transaction ID | Unique system value identifying an approval transaction for an offer. | NO | |||||||||
ats_offer_approval_transaction_last_modified | TIMESTAMP |
Offer Approval Transaction Last Modified | Date when the approval transaction for an offer was last revised by an authorized user. | NO | |||||||||
ats_offer_approval_transaction_date_created | DATETIME |
Offer Approval Transaction Creation Date | Date when the approval transaction for an offer was created. | NO | |||||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(10) |
Applicant Tracking Offer ID | System generated foreign key providing a connection between an approval transaction for an offer and a specific applicant tracking offer in the site. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between an approval transaction for an offer and a specific user. | NO | |||||||||
ats_offer_approval_transaction_approver_decision | ENUM |
Offer Approval Transaction Approver Decision | Entry in the log stating whether or not the decision by the approver was to approve or reject the offer. | NO | |||||||||
ats_offer_approval_transaction_user_name | VARCHAR(255) |
Approver User Name | Identity of the user (i.e., self or "on behalf of") who either accepted or rejected the offer. | NO | |||||||||
ats_offer_approval_transaction_on_behalf_of | VARCHAR(255) |
Offer Approval Transaction On Behalf Of | Identity of the user on whose behalf an approval or rejection for an offer was completed. | NO | |||||||||
ats_offer_approval_transaction_offer_title | VARCHAR(255) |
Offer Approval Transaction Offer Title | Translation of the unique system value into a word or phrase for identifying the approval transaction for the offer. | NO |
Name: | Offer Approver |
Description: | Stores all the data related to the approvers for a job offer to a candidate. Information includes the approver order (valid only for serial approval chains) and the approver disposition (e.g., approved or rejected). |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_offer_approver_id | INT(10) |
Offer Approver ID | Unique system value identifying the approver of the offer. | NO | ||||||
ats_offer_approver_date_created | DATETIME |
Offer Approver Creation Date | Date when the approver was added to the offer. | NO | ||||||
ats_offer_approver_last_modified | TIMESTAMP |
Offer Approver Last Modified | Date when the approver details were last revised on the offer. | NO | ||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(10) |
Offer ID | System generated foreign key providing a connection between an approver on an offer and a specific offer. | NO | ||||||
ats_user_id
Relationships for ats_user_id
|
INT(10) |
Applicant Tracking User ID | System generated foreign key providing a connection between an approver on an offer and a specific user in the database. | NO | ||||||
ats_offer_approver_disposition | ENUM |
Offer Approver Disposition | Indication of the disposition (empty, approved, rejected) by the approver for the offer. | NO | ||||||
ats_offer_approver_disposition_comment | CHAR(255) |
Offer Approver Disposition Comment | Body or text of any comments created by the approver relating to the disposition of the offer. | NO | ||||||
ats_offer_approver_order | INT(10) |
Offer Approver Sequence | Numeric value indicating the order in which an approver receives the offer to review. Sequencing only valid for serial approvals. | NO |
Name: | Offer Benefit |
Description: | Stores all the data related to benefits in associated with offers. Information includes the value of the benefit, the date the benefit would start, and the category of the benefit for an offer. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_offer_benefit_id
Relationships for ats_offer_benefit_id
|
INT(10) |
Offer Benefit ID | Unique system value for identifying a benefit on an offer. | NO | ||||||
ats_offer_benefit_last_modified | TIMESTAMP |
Offer Benefit Last Modified | Date when the offer benefit was last revised by an authorized user. | NO | ||||||
ats_offer_benefit_date_created | DATETIME |
Offer Benefit Creation Date | Date when the offer benefit was created. | NO | ||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(11) |
Offer ID | System generated foreign key providing a connection between a benefit created in the site and a specific offer. | NO | ||||||
ats_offer_benefit_name | VARCHAR(255) |
Offer Benefit Name | Translation of the unique system value into a word or phrase for identifying the offer benefit. | YES | ||||||
hua_benefit_category_id
Relationships for hua_benefit_category_id
|
INT(11) |
Benefit Category ID | System generated foreign key providing a connection between an offer benefit and a specific benefit category (e.g., relocation bonus, sign on bonus, vacation, stock options). | NO | ||||||
ats_offer_benefit_value | VARCHAR(255) |
Offer Benefit Value | Monetary unit or phrase defining the cost of the offer benefit to the company. | NO | ||||||
ats_offer_benefit_additional_data | VARCHAR(255) |
Offer Benefit Additional Data | More details describing the benefit for the offer. | NO | ||||||
ats_offer_benefit_start_date | DATETIME |
Offer Benefit Start Date | Date when the benefit for the offer is implemented and is effective for the new hire. | NO | ||||||
hua_benefit_id
Relationships for hua_benefit_id
|
INT(10) |
Benefit ID | System generated foreign key providing a connection between an offer benefit and a specific benefit. | NO |
Name: | Offer Benefit Rejection |
Description: | Stores all the data related to the rejection options for offer benefits. Information includes the identification of the approval chain member and any comments left in relation to the offer benefit rejection. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_offer_benefit_rejection_id | INT(11) |
Offer Benefit Rejection ID | Unique system value for identifying a rejection option for offer benefits. | NO | ||||||||||||||||||||||||||||||
ats_offer_benefit_rejection_date_created | DATETIME |
Offer Benefit Rejection Creation Date | Date when the rejection option for offer benefits was created. | NO | ||||||||||||||||||||||||||||||
ats_offer_benefit_rejection_last_modified | TIMESTAMP |
Offer Benefit Rejection Last Modified | Date when the rejection option for offer benefits was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
ats_offer_benefit_id
Relationships for ats_offer_benefit_id
|
INT(11) |
Offer Benefit ID | System generated foreign key providing a connection between a rejection option for offer benefits and a specific offer benefit. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | System generated foreign key providing a connection between a rejection option for offer benefits and a specific approval chain member. | NO | ||||||||||||||||||||||||||||||
ats_offer_benefit_rejection_comment | VARCHAR(255) |
Offer Benefit Rejection Comment | Body or text of any comments created by the approver in relation to the benefit offer rejection. | NO |
Name: | Offer Letter Attachment |
Description: | Stores all the data related to the attachment or attachments on an offer letter. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_offer_letter_attachment_id | INT(11) |
Offer Letter Attachment ID | Unique system value identifying an attachment on an offer letter for a candidate. | NO | ||||||
ats_offer_letter_attachment_date_created | DATETIME |
Offer Letter Attachment Creation Date | Date when the attachment was added to the offer letter. | NO | ||||||
ats_offer_letter_attachment_last_modified | TIMESTAMP |
Offer Letter Attachment Last Modified | Date when the attachment for the offer letter was last revised by an authorized user. | NO | ||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(10) |
Offer ID | System generated foreign key providing a connection between an offer and an offer letter attachment. | NO | ||||||
hua_file_id
Relationships for hua_file_id
|
INT(11) |
File ID | System generated foreign key providing a connection between a file and the offer attachment. | NO |
Name: | Offer Status |
Description: | Stores all the data related to the status options for job offers. Information includes the order in which the status options display in a list, and whether or not the status option is deactivated from use. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_offer_status_id
Relationships for ats_offer_status_id
|
INT(10) |
Offer Status ID | Unique system value identifying the status of a job offer. | NO | ||||||
ats_offer_status_value | VARCHAR(255) |
Offer Status Value | Translated word or phrase (e.g., accepted, sent to candidate, rejected) of the offer status in relation to the ID value. | YES | ||||||
ats_offer_status_order | INT(10) |
Offer Status Sequence | Numeric value indicating the order in which status options display in a list. | NO | ||||||
ats_offer_status_date_created | DATETIME |
Offer Status Creation Date | Date when the status of the offer was created by an authorized user. | NO | ||||||
ats_offer_status_last_modified | TIMESTAMP |
Offer Status Last Modified | Date when the status of the offer was last revised by an authorized user. | NO | ||||||
ats_offer_status_deactivated | TINYINT(1) |
Offer Status Deactivated | System indicator relating to whether or not the offer status option is active or deactivated from use in the site. | NO | ||||||
ats_offer_status_system_flag | TINYINT(1) |
Offer Status System Flag | Indication on whether the offer status was system generated. | NO |
Name: | Onboarding |
Description: | Stores all the data related to the onboarding process of a new hire. Information includes whether the record of the onboarding process has been archived and the requisition associated with the onboarding process. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(10) |
Onboarding ID | Unique system value identifying the onboarding process. | NO | |||||||||||||||||||||||||||
ats_onboarding_last_modified | TIMESTAMP |
Onboarding Last Modified | Date when the onboarding process was last revised by an authorized user. | NO | |||||||||||||||||||||||||||
ats_onboarding_date_created | DATETIME |
Onboarding Creation Date | Date when the onboarding process was created by an authorized user. | NO | |||||||||||||||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a user in the database and the onboarding process. | NO | |||||||||||||||||||||||||||
ats_onboarding_date_initiated | DATETIME |
Onboarding Initiation Date | Date when the onboarding process was started by an authorized user. | NO | |||||||||||||||||||||||||||
ats_onboarding_date_completed | DATETIME |
Onboarding Completion Date | Date when the onboarding process was finished by an authorized user. | NO | |||||||||||||||||||||||||||
ats_onboarding_archive | TINYINT(1) |
Onboarding Record Archived | System indicator on whether or not the record for the onboarding process has been archived. | NO | |||||||||||||||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition and the onboarding process. | NO | |||||||||||||||||||||||||||
ats_onboarding_initiated_by
Relationships for ats_onboarding_initiated_by
|
INT(10) |
NO |
Name: | Onboarding Bundle |
Description: | Stores all the data related to the onboarding bundles used during the onboarding process for new hires. Information includes a brief description for the onboarding bundle and whether or not the onboarding bundle is actively used in the site. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_bundle_id
Relationships for ats_onboarding_bundle_id
|
INT(10) |
Onboarding Bundle ID | Unique system value identifying an onboarding bundle which is a varied combination of associations and documents for onboarding a new hire. | NO | |||||||||
ats_onboarding_bundle_last_modified | TIMESTAMP |
Onboarding Bundle Last Modified | Date when the onboarding bundle was last revised by an authorized user. | NO | |||||||||
ats_onboarding_bundle_date_created | DATETIME |
Onboarding Bundle Creation Date | Date when the onboarding bundle was created by an authorized user. | NO | |||||||||
ats_onboarding_bundle_creator_id | INT(10) |
Onboarding Bundle Creator ID | System generated foreign key providing a connection between a user in the site as the creator of the onboarding bundle and a specific onboarding bundle. | NO | |||||||||
ats_onboarding_bundle_name | VARCHAR(255) |
Onboarding Bundle Value | Translation of the unique system value into a word or phrase for identifying the onboarding bundle. | NO | |||||||||
ats_onboarding_bundle_description | VARCHAR(255) |
Onboarding Bundle Description | Brief description of the onboarding bundle that describes the characteristics of the bundle. | NO | |||||||||
ats_onboarding_bundle_active | TINYINT(1) |
Onboarding Bundle Active | Indication on whether or not the onboarding bundle is active in the system or deactivated from use. | NO |
Name: | Onboarding Bundle Association |
Description: | Stores all the data related to the associations for onboarding bundles for new hires. Information includes the association type and the name of the association for the onboarding bundle. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_bundle_association_id | INT(10) |
Onboarding Bundle Association ID | Unique system value for identifying the associations for an onboarding bundle for new hires. | NO | ||||||
ats_onboarding_bundle_association_last_modified | TIMESTAMP |
Onboarding Bundle Association Last Modified | Date when the associations for an onboarding bundle were last revised by an authorized user. | NO | ||||||
ats_onboarding_bundle_association_date_created | DATETIME |
Onboarding Bundle Association Creation Date | Date when the associations for an onboarding bundle were created by an authorized user. | NO | ||||||
ats_onboarding_bundle_id
Relationships for ats_onboarding_bundle_id
|
INT(10) |
Onboarding Bundle ID | System generated foreign key providing a connection between an onboarding bundle association and documents for onboarding a new hire. | NO | ||||||
ats_onboarding_bundle_association_type | VARCHAR(255) |
Onboarding Bundle Association Type | Indication on the type (e.g., jobs, countries, state / province) of association related to an onboarding bundle. | NO | ||||||
ats_onboarding_bundle_association_value | VARCHAR(255) |
Onboarding Bundle Association Value | Translation of the unique system value into a word or phrase for identifying the association of the onboarding bundle. | NO |
Name: | Onboarding Bundle Document |
Description: | Stores all the data related to a document associated with an onboarding bundle sent to a new hire. Information includes if the document is required for the onboarding bundle and the identification of the document type. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_bundle_document_id
Relationships for ats_onboarding_bundle_document_id
|
INT(10) |
Onboarding Bundle Document ID | Unique system value for identifying a document for an onboarding bundle. | NO | ||||||
ats_onboarding_bundle_document_last_modified | TIMESTAMP |
Onboarding Bundle Document Last Modified | Date when the document for the onboarding bundle was last revised by an authorized user. | NO | ||||||
ats_onboarding_bundle_document_date_created | DATETIME |
Onboarding Bundle Document Creation Date | Date when the document for the onboarding bundle was created. | NO | ||||||
ats_onboarding_bundle_id
Relationships for ats_onboarding_bundle_id
|
INT(10) |
Onboarding Bundle ID | System generated foreign key providing a connection between a document for an onboarding bundle and a specific onboarding document. | NO | ||||||
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Form ID | System generated foreign key providing a connection between a document for an onboarding bundle and a specific form. | NO | ||||||
ats_onboarding_bundle_document_required | TINYINT(1) |
Onboarding Bundle Document Required | Indication on whether or not a document is required for an onboarding bundle. | NO | ||||||
ats_onboarding_document_type_id
Relationships for ats_onboarding_document_type_id
|
INT(11) |
Onboarding Document Type ID | System generated foreign key providing a connection between a document type and an onboarding bundle. | NO | ||||||
ats_onboarding_bundle_document_due | TINYINT(1) |
NO | ||||||||
ats_onboarding_bundle_document_due_days | INT(10) |
NO |
Name: | Onboarding Custom Form |
Description: | Stores all the data related to the custom forms used for the onboarding process. Information includes the template on which the custom form was based and the identification of the document file. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_custom_document_id | INT(10) |
Onboarding Custom Form ID | Unique system value for identifying a custom form used for onboarding. Custom Forms are created as a dynamic form. | NO | ||||||
ats_onboarding_custom_document_last_modified | TIMESTAMP |
Onboarding Custom Form Last Modified | Date when the onboarding custom form was last revised by an authorized user. | NO | ||||||
ats_onboarding_custom_document_date_created | DATETIME |
Onboarding Custom Form Creation Date | Date when the onboarding custom form was created by an authorized user. | NO | ||||||
ats_onboarding_custom_document_template | VARCHAR(255) |
Onboarding Custom Form Template | Identification of the template used to create the onboarding custom form. | NO | ||||||
ats_onboarding_custom_document_instructions | VARCHAR(255) |
Script To Display Custom Onboarding Document | Path to script file for custom onboarding document. | NO | ||||||
ats_onboarding_document_file_id
Relationships for ats_onboarding_document_file_id
|
INT(11) |
Onboarding Document File ID | System generated foreign key providing a connection between a custom onboarding document and a specific onboarding document file. | NO | ||||||
ats_onboarding_custom_document_process_file | VARCHAR(255) |
NO |
Name: | Onboarding Distribution List Member |
Description: | Stores all the data related to the user or member on an onboarding distribution list. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_recipient_member_id | INT(10) |
Onboarding Distribution List Member ID | Unique system value for identifying the user on the onboarding distribution list. | NO | |||||||||
ats_recipient_member_last_modified | TIMESTAMP |
Onboarding Distribution List Member Last Modified | Date when the onboarding distribution list member was last revised by an authorized user. | NO | |||||||||
ats_recipient_member_date_created | DATETIME |
Onboarding Distribution List Member Creation Date | Date when the onboarding distribution list member was added as a recipient on the list. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between an onboarding distribution list member and a specific user in the database. | NO | |||||||||
ats_recipient_member_name | VARCHAR(255) |
Onboarding Distribution List Member Name | Translation of the unique system value into a word or phrase for identifying a member on the onboarding distribution list. | NO | |||||||||
ats_recipient_member_email | VARCHAR(255) |
Onboarding Distribution List Member E-mail | E-mail address of the member on the onboarding distribution list. | NO | |||||||||
ats_recipient_id
Relationships for ats_recipient_id
|
INT(10) |
Applicant Tracking Recipient ID | System generated foreign key providing a connection between an onboarding distribution list member and an applicant tracking recipient. | NO |
Name: | Onboarding Document File |
Description: | Stores all the data related to an onboarding document file located in the document library. Data recognizes the file as an onboarding file when it is added to an onboarding bundle. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_document_file_id
Relationships for ats_onboarding_document_file_id
|
INT(11) |
Onboarding Document File ID | Unique system value for identifying a file added to the document library for onboarding purposes. | NO | |||||||||||||||
ats_onboarding_document_file_last_modified | TIMESTAMP |
Onboarding Document File Last Modified | Date when the onboarding document file was last revised by an authorized user. | NO | |||||||||||||||
ats_onboarding_document_file_date_created | DATETIME |
Onboarding Document File Date Created | Date when the onboarding document file was added to the document library. | NO | |||||||||||||||
ats_onboarding_document_file_name | VARCHAR(255) |
Onboarding Document File Name | Translation of the unique system value into a word or phrase for identifying the oboarding document file. | NO | |||||||||||||||
hua_attachment_id
Relationships for hua_attachment_id
|
INT(11) |
Attachment ID | System generated foreign key providing a connection between an onboarding document file and a specific attachment. | NO | |||||||||||||||
ats_onboarding_document_file_protected | TINYINT(1) |
Onboarding Document File Protected | Indication on whether or not the onboarding document file is "read-only" (locked) and cannot be deleted from the system. | NO | |||||||||||||||
ats_onboarding_document_file_valid_from | DATETIME |
Onboarding Document File Valid From | Date from which the onboarding document file is valid for use when onboarding a new hire. | NO | |||||||||||||||
ats_onboarding_document_file_valid_to | DATETIME |
Onboarding Document File Valid To | Date when the onboarding document file is no longer valid for use when onboarding a new hire. | NO | |||||||||||||||
ats_onboarding_document_type_id
Relationships for ats_onboarding_document_type_id
|
INT(11) |
Onboarding Document Type ID | System generated foreign key providing a connection between an onboarding file and a specific onboarding document type. | NO |
Name: | Onboarding Document Responses |
Description: | Stores all the data related to the answers given on an onboarding document for a new hire. Information includes the name of the question field and the answer from the new hire. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_document_answer_id | INT(10) |
Onboarding Document Answer ID | Unique system value for identifying the response to an onboarding document question. | NO | ||||||
ats_onboarding_document_answer_last_modified | TIMESTAMP |
Onboarding Document Answer Last Modified | Date when the response to an onboarding document question was last revised. | NO | ||||||
ats_onboarding_document_answer_date_created | DATETIME |
Onboarding Document Answer Creation Date | Date when the response to an onboarding document question was created. | NO | ||||||
ats_onboarding_document_answer_field_name | VARCHAR(255) |
Onboarding Document Answer Field Name | Translation of the unique system value into a word or phrase for identifying the field name on an onboarding document question. | NO | ||||||
ats_onboarding_document_answer_field_value | VARCHAR(255) |
Onboarding Document Answer Field Value | Translation of the unique system value into a word or phrase for identifying the response to an onboarding document question. | NO | ||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(11) |
Onboarding ID | System generated foreign key providing a connection between an onboarding document response and a specific onboarding process. | NO | ||||||
ats_onboarding_document_file_id
Relationships for ats_onboarding_document_file_id
|
INT(11) |
Onboarding Document File ID | System generated foreign key providing a connection between an onboarding document response and a specific file associated with an onboarding document. | NO |
Name: | Onboarding Document Type |
Description: | Stores all the data related to the onboarding document type (e.g., I9, W4). Types are used during the creation of onboarding bundles. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_document_type_id
Relationships for ats_onboarding_document_type_id
|
INT(11) |
Onboarding Document Type ID | Unique system value for identifying the onboarding document type. | NO | ||||||||||||
ats_onboarding_document_type_date_created | DATETIME |
Onboarding Document Type Creation Date | Date when the onboarding document type was created by an authorized user. | NO | ||||||||||||
ats_onboarding_document_type_last_modified | TIMESTAMP |
Onboarding Document Type Last Modified | Date when the onboarding document type was last revised by an authorized user. | NO | ||||||||||||
ats_onboarding_document_type_name | VARCHAR(255) |
Onboarding Document Type Name | Translation of the unique system value into a word or phrase for identifying the onboarding document type (e.g., I9, W4). | NO | ||||||||||||
ats_onboarding_document_type_active | TINYINT(1) |
Onboarding Document Type Active | Indication on whether or not the onboarding document type is active in the system or deactivated from use. | NO | ||||||||||||
ats_onboarding_document_type_public | TINYINT(1) |
Onboarding Document Type Public | Indication on whether or not an onboarding document type is visible to everyone or hidden. | NO | ||||||||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(10) |
Onboarding ID | System generated foreign key providing a connection between an onboarding document type and a specific onboarding process. | NO | ||||||||||||
ats_onboarding_document_type_require_signature | TINYINT(1) |
NO | ||||||||||||||
ats_onboarding_document_type_signature_protected | TINYINT(1) |
NO |
Name: | Onboarding Recipient Distribution List |
Description: | Stores all the data related to the onboarding distribution list created to receive details for onboarding new hires. Information includes the identity of those users on the distribution list. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_recipient_id
Relationships for ats_recipient_id
|
INT(10) |
Onboarding Recipient ID | Unique system value for identifying the recipient of an onboarding e-mail distribution list. | NO | |||||||||||||||
ats_recipient_last_modified | TIMESTAMP |
Onboarding Recipient Last Modified | Date when the onboarding recipient e-mail distribution list was last revised by an authorized user. | NO | |||||||||||||||
ats_recipient_date_created | DATETIME |
Onboarding Recipient Creation Date | Date when the onboarding recipient e-mail distribution list was created. | NO | |||||||||||||||
ats_recipient_title | CHAR(255) |
Onboarding Recipient Title | Translation of the unique system value into a word or phrase for identifying the onboarding recipient distribution list. | NO |
Name: | Onboarding Routed Document |
Description: | Stores all the data related to an onboarding document routed to a recipient. Recipient is not necessarily the new hire, but can be an employee or an individual not in the system. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_document_routed_id | INT(11) |
Onboarding Routed Document ID | Unique system value for identifying a routed onboarding document. | NO | |||||||||
ats_onboarding_document_routed_last_modified | TIMESTAMP |
Onboarding Routed Document Last Modified | Date when the routed onboarding document was last revised by an authorized user. | NO | |||||||||
ats_onboarding_document_routed_date_created | DATETIME |
Onboarding Routed Document Creation Date | Date when the routed onboarding document was created by an authorized user. | NO | |||||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(11) |
Onboarding ID | System generated foreign key providing a connection between a routed onboarding document and a specific onboarding process. | NO | |||||||||
ats_onboarding_document_file_id
Relationships for ats_onboarding_document_file_id
|
INT(11) |
Onboarding Document File ID | System generated foreign key providing a connection between a routed onboarding document and a specific onboarding document file. | NO | |||||||||
ats_onboarding_document_routed_date_sent | DATETIME |
Onboarding Routed Document Date Sent | Date when the routed onboarding document was sent to the recipient. | NO | |||||||||
ats_onboarding_document_routed_date_completed | DATETIME |
Onboarding Routed Document Date Completed | Date when the routed onboarding document was completed by the recipient. | NO | |||||||||
ats_onboarding_document_routed_signature | VARCHAR(255) |
Onboarding Routed Document Signature | Value that acts as a verification the recipient has reviewed and approved the contents of the routed onboarding document. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a routed onboarding document and a specific user in the database. | NO | |||||||||
ats_recipient_id
Relationships for ats_recipient_id
|
INT(11) |
Onboarding Recipient ID | System generated foreign key providing a connection between a routed onboarding document and a specific onboarding recipient. | NO | |||||||||
ats_onboarding_document_routed_email | VARCHAR(255) |
Onboarding Routed Document E-mail | E-mail address to which the routed onboarding document was sent. | NO | |||||||||
ats_onboarding_document_routed_primary | TINYINT(1) |
Primary Onboarding Routed Document | Indication on whether or not the routed onboarding document is primary. | NO | |||||||||
ats_onboarding_document_routed_by | INT(11) |
Onboarding Document Routed By | Identity of the user who routed the onboarding document to a recipient. | NO | |||||||||
ats_onboarding_document_routed_require_signature | TINYINT(1) |
NO | |||||||||||
ats_onboarding_document_routed_due | TINYINT(1) |
NO | |||||||||||
ats_onboarding_document_routed_due_days | INT(10) |
NO | |||||||||||
ats_onboarding_document_routed_date_completed_display | DATE |
NO | |||||||||||
ats_onboarding_document_routed_date_archived | DATETIME |
NO | |||||||||||
ats_onboarding_document_routed_archived_note | TINYTEXT |
NO | |||||||||||
ats_onboarding_document_routed_archived_by | INT(11) |
NO | |||||||||||
ats_onboarding_document_routed_section_1_2_document_routed_id | INT(11) |
NO |
Name: | Onboarding Routed Form |
Description: | Stores all the data related to an onboarding form routed to a recipient. Recipient is not necessarily the new hire, but can be an employee or an individual not in the system. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_form_routed_id
Relationships for ats_onboarding_form_routed_id
|
INT(11) |
Onboarding Routed Form ID | Unique system value for identifying a routed onboarding form. | NO | ||||||||||||
ats_onboarding_form_routed_last_modified | TIMESTAMP |
Onboarding Routed Form Last Modified | Date when the routed onboarding form was last revised by an authorized user. | NO | ||||||||||||
ats_onboarding_form_routed_date_created | DATETIME |
Onboarding Routed Form Creation Date | Date when the routed onboarding form was created by an authorized user. | NO | ||||||||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(11) |
Onboarding ID | System generated foreign key providing a connection between a routed onboarding form and a specific onboarding process. | NO | ||||||||||||
hua_form_id
Relationships for hua_form_id
|
INT(11) |
Form ID | System generated foreign key providing a connection between a routed onboarding form and a specific form. | NO | ||||||||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(11) |
Dynamic Form ID | System generated foreign key providing a connection between a routed onboarding form and a specific dynamic form. | NO | ||||||||||||
ats_onboarding_form_routed_date_sent | DATETIME |
Onboarding Routed Form Date Sent | Date when the routed onboarding form was sent to the recipient. | NO | ||||||||||||
ats_onboarding_form_routed_date_completed | DATETIME |
Onboarding Routed Form Completion Date | Date when the routed onboarding form was completed by the recipient. | NO | ||||||||||||
ats_onboarding_form_routed_signature | VARCHAR(255) |
Onboarding Routed Form Signature | Value that acts as a verification the recipient has reviewed and approved the contents of the routed onboarding form. | NO | ||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a specific user in the database and a routed onboarding form. | NO | ||||||||||||
ats_recipient_id
Relationships for ats_recipient_id
|
INT(11) |
Onboarding Recipient ID | System generated foreign key providing a connection between a routed onboarding form and an onboarding recipient. | NO | ||||||||||||
ats_onboarding_form_routed_email | VARCHAR(255) |
Onboarding Routed Form E-mail | E-mail address to which the routed onboarding form was sent. | NO | ||||||||||||
ats_onboarding_form_routed_primary | TINYINT(1) |
Primary Onboarding Routed Form | Indication on whether or not the routed onboarding form is primary. | NO | ||||||||||||
ats_onboarding_form_routed_by | INT(11) |
Onboarding Form Routed By | Identity of the user who routed the onboarding form to a recipient. | NO | ||||||||||||
ats_onboarding_form_routed_due | TINYINT(1) |
NO | ||||||||||||||
ats_onboarding_form_routed_due_days | INT(10) |
NO | ||||||||||||||
ats_onboarding_form_routed_date_archived | DATETIME |
NO | ||||||||||||||
ats_onboarding_form_routed_archived_note | TINYTEXT |
NO | ||||||||||||||
ats_onboarding_form_routed_archived_by | INT(11) |
NO |
Name: | Onboarding Task Attachment |
Description: | Stores all the data related to the attachment on onboarding task |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_onboarding_task_attachment_id | INT(10) |
Onboarding Task Attachment ID | The unique ID of the Onboarding Task Attachment | NO | ||||||
ats_onboarding_task_attachment_date_created | DATETIME |
Onboarding Task Attachment Date Created | The date and time when the Onboarding Task Attachment was created | NO | ||||||
ats_onboarding_task_attachment_last_modified | TIMESTAMP |
Onboarding Task Attachment Last Modified | The date and time when the Onboarding Task Attachment was last modified | NO | ||||||
ats_onboarding_id
Relationships for ats_onboarding_id
|
INT(10) |
Onboarding ID | The unique ID of a related Onboarding | NO | ||||||
ats_onboarding_task_id
Relationships for ats_onboarding_task_id
|
INT(10) |
Onboarding Task ID | The unique ID of a related Onboarding Task | NO | ||||||
hua_attachment_id
Relationships for hua_attachment_id
|
INT(10) |
Attachment ID | The unique ID of a related Attachment | NO |
Name: | Outlook Address Type |
Description: | Stores all the data related to the address type of the imported Outlook contact. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_outlook_address_type_id | INT(10) |
Outlook Address Type ID | Unique system value identifying the address type of an Outlook imported contact. | NO | ||||||
ats_outlook_address_type_last_modified | TIMESTAMP |
Outlook Address Type Last Modified | Date when the address type of an imported Outlook contact was last revised. | NO | ||||||
ats_outlook_address_type_date_created | DATETIME |
Outlook Address Type Creation Date | Date when the address type of an imported Outlook contact was created. | NO | ||||||
ats_outlook_address_type_name | VARCHAR(255) |
Outlook Address Type Name | Translation of the unique system value into a word or phrase for identifying the Outlook address type. | NO | ||||||
ats_outlook_address_type_macro | VARCHAR(255) |
Outlook Address Type Macro | Macro specifically created for the Outlook address type. | NO | ||||||
hua_setting_id
Relationships for hua_setting_id
|
INT(10) |
Setting ID | System generated foreign key providing a connection between a setting and the Outlook address type. | NO |
Name: | Outlook Phone Type |
Description: | Stores all the data related to the phone type of the imported Outlook contact. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_outlook_phone_type_id | INT(10) |
Outlook Phone Type ID | Unique system value for identifying the phone type of an Outlook imported contact. | NO | ||||||
ats_outlook_phone_type_last_modified | TIMESTAMP |
Outlook Phone Type Last Modified | Date when the phone type of an imported Outlook contact was last revised. | NO | ||||||
ats_outlook_phone_type_date_created | DATETIME |
Outlook Phone Type Creation Date | Date when the phone type of an imported Outlook contact was created. | NO | ||||||
ats_outlook_phone_type_name | VARCHAR(255) |
Outlook Phone Type Name | Translation of the unique system value into a word or phrase for identifying the Outlook phone type. | NO | ||||||
ats_outlook_phone_type_macro | VARCHAR(255) |
Outlook Phone Type Macro | Macro specifically created for the Outlook phone type. | NO | ||||||
hua_setting_id
Relationships for hua_setting_id
|
INT(10) |
Setting ID | System generated foreign key providing a connection between a system setting and the Outlook phone type. | NO |
Name: | Pending Batch Resume Request |
Description: | Stores all data related to a pending batch request for resumes. Information includes the identification of the recipient of the batched resumes and the specific requisition for which the request was made. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_pending_batch_resume_id | INT(11) |
Pending Batch Resume ID | Unique system value for identifying a pending request for batch resumes. | NO | |||||||||||||||
ats_pending_batch_resume_last_modified | TIMESTAMP |
Pending Batch Resume Last Modified | Date when the pending request for batch resumes was last revised by an authorized user. | NO | |||||||||||||||
ats_pending_batch_resume_date_created | DATETIME |
Pending Batch Resume Creation Date | Date when the request for batch resumes was created in the system by an authorized user. | NO | |||||||||||||||
ats_pending_batch_resume_recipient_id | INT(11) |
Pending Batch Resume Recipient ID | System generated foreign key providing a connection between a pending resume batch and where a resume batch is sent once the cron is run. | NO | |||||||||||||||
ats_resume_id
Relationships for ats_resume_id
|
INT(11) |
Resume ID | System generated foreign key providing a connection between a pending batch resume request and a specific resume. | NO | |||||||||||||||
ats_pending_batch_resume_system_flag | TINYINT(1) |
Pending Batch Resume System Flag | Indication on whether or not the pending batch resume request was system generated. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Job Requisition ID | System generated foreign key providing a connection between a pending batch resume request and a specific requisition. | NO | |||||||||||||||
ats_pending_batch_resume_use_branding | TINYINT(1) |
NO |
Name: | Phone Type |
Description: | Stores all the data related to phone types. Information includes the value of the phone type and the order it displays in a list. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_phone_type_id
Relationships for hua_phone_type_id
|
INT(10) |
Phone Type ID | Unique system value for identifying a phone type (e.g., business, mobile, fax, personal, primary). | NO | |||||||||
hua_phone_type_value | VARCHAR(255) |
Phone Type Name | Translation of the unique system value into a word or phrase for identifying a phone type. | YES | |||||||||
hua_phone_type_order | INT(10) |
Phone Type Sequence | Numeric value indicating the order in which the phone type value displays in a list or table. | NO | |||||||||
hua_phone_type_deactivated | TINYINT(1) |
Phone Type Deactivated | Indication on whether or not the phone type is active in the system or deactivated from use. | NO | |||||||||
hua_phone_type_date_created | DATETIME |
Phone Type Creation Date | Date and time when a phone type was created by an authorized user (i.e., administrator). | NO | |||||||||
hua_phone_type_last_modified | TIMESTAMP |
Phone Type Last Modified | Date and time when a phone type was last revised by an authorized user. | NO |
Name: | PM Accounts |
Description: | Cross-posting: Account details for each job board set up |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Accounts | NO | ||||||
last_modified | TIMESTAMP |
Last Modified | Date entry was updated | NO | ||||||
created | TIMESTAMP |
Created | Date entry was made | NO | ||||||
site_id
Relationships for site_id
|
INT(10) |
Site ID | System ID of job board | NO | ||||||
name | VARCHAR(255) |
Name | Name | NO | ||||||
username | VARCHAR(255) |
Username | Username | NO | ||||||
password | VARCHAR(255) |
Password | Password | NO | ||||||
extra_data | TEXT |
Extra Data | Contains any extra information the job board needs for the account | NO |
Name: | PM Auth Log |
Description: | Cross-posting: Tracks authorizations needed for jobs |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Auth Log | NO |
modified | TIMESTAMP |
Modified | Date entry was updated | NO |
created | TIMESTAMP |
Created | Date entry was made | NO |
requestor | INT(10) |
Requestor | System ID of user who cross-posted the job | NO |
approver | INT(10) |
Approver | System ID of user who needs to authorize job before sending to job board | NO |
job_id | INT(10) |
Job ID | System ID of job | NO |
dest_site_id | INT(10) |
Dest Site ID | System ID of job board | NO |
auth | ENUM |
Auth | Indicates if authorization was required; y = yes | NO |
status | ENUM |
Status | Status of job going to job board | NO |
Name: | PM Clicktrack |
Description: | Tracks information needed for reporting on crossposting effectiveness. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Clicktrack | NO | ||||||
last_modified | TIMESTAMP |
Last Modified | When the entry was last modified. | NO | ||||||
created | TIMESTAMP |
Created | When the entry was created. | NO | ||||||
job_id | INT(10) |
Job ID | System ID of job | NO | ||||||
site_id
Relationships for site_id
|
INT(10) |
Site ID | System ID of job board | NO | ||||||
applicant_id | INT(10) |
Applicant ID | Applicant ID related to the entry. | NO | ||||||
clicked | TIMESTAMP |
Clicked | Flag to determine if the link was clicked. (1 = yes) | NO | ||||||
applied | TIMESTAMP |
Applied | Flag to determine if the job was applied to. (1 = yes) | NO |
Name: | PM Config |
Description: | Main contact info entered when setting up CP |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(11) |
ID | The unique ID of the PM Config | NO |
mode | ENUM |
Mode | Most of posting manager; Test or Live | NO |
contact_editable | ENUM |
Contact Editable | Indicates if user can edit contact info when cp'ing job | NO |
contact_name | VARCHAR(255) |
Contact Name | Name of the PM Config | NO |
contact_phone | VARCHAR(255) |
Contact Phone | Contact Phone | NO |
contact_email | VARCHAR(255) |
Contact Email | Contact Email | NO |
contact_address | VARCHAR(255) |
Contact Address | Contact Email | NO |
contact_city | VARCHAR(255) |
Contact City | Contact City | NO |
contact_state | VARCHAR(255) |
Contact State | Contact State | NO |
contact_zip | VARCHAR(255) |
Contact Zip | Contact Zip | NO |
contact_country | VARCHAR(32) |
Contact Country | Contact Country | NO |
error_email | TEXT |
Error Email | Email where error messages should be sent to | NO |
Name: | PM Contact |
Description: | Cross-posting: Contact info entered by the recruiter when CP'ing a job |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Contact | NO |
last_modified | TIMESTAMP |
Last Modified | Date entry was updated | NO |
date_created | TIMESTAMP |
Date Created | Date entry was created | NO |
contact_name | VARCHAR(255) |
Contact Name | Name of the PM Contact | NO |
contact_phone | VARCHAR(255) |
Contact Phone | Contact Phone | NO |
contact_email | VARCHAR(255) |
Contact Email | Contact Email | NO |
contact_address | VARCHAR(255) |
Contact Address | Contact street address | NO |
contact_city | VARCHAR(255) |
Contact City | Contact City | NO |
contact_state | VARCHAR(255) |
Contact State | Contact State | NO |
contact_zip | VARCHAR(255) |
Contact Zip | Contact Zip | NO |
contact_country | VARCHAR(255) |
Contact Country | Contact Country | NO |
job_id | INT(10) |
Job ID | System ID of job | NO |
Name: | PM Crosspostmodule Log |
Description: | Logs generated by the crossposting module. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(11) |
ID | The unique ID of the PM Crosspostmodule Log | NO |
date_created | TIMESTAMP |
Date Created | When the entry was created. | NO |
jobid | INT(11) |
Jobid | Job ID related to the entry. | NO |
message | TEXT |
Message | Message returned. | NO |
is_error | ENUM |
IS Error | Flag to determine if the message is an error message. (1 = error) | NO |
Name: | PM Jobpost |
Description: | Tracking on what jobs were sent to what boards by whom |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Jobpost | NO |
last_modified | TIMESTAMP |
Last Modified | Date entry was updated | NO |
date_created | TIMESTAMP |
Date Created | Date entry was made | NO |
extra_data | TEXT |
Extra Data | Houses any extra data the job board needs | NO |
start_date | DATE |
Start Date | NOT USED | NO |
end_date | DATE |
End Date | Date job should expire on board (true?) | NO |
account_id | INT(10) |
Account ID | Account selected to use | NO |
dest_site_id | INT(10) |
Dest Site ID | System ID of job board | NO |
job_id | INT(10) |
Job ID | System ID of job | NO |
auth | ENUM |
Auth | Indicates if authorization was required; y = yes | NO |
requestor | INT(10) |
Requestor | System ID of user who cross-posted the job | NO |
approver | INT(10) |
Approver | System ID of user who should authorize job to be sent | NO |
primary_language | CHAR(2) |
Primary Language | Primary language of the job | NO |
Name: | PM Log |
Description: | Log of jobs that have been cross-posted; includes error messages |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Log | NO |
modified | TIMESTAMP |
Modified | Date when the pm log was last modified | NO |
created | TIMESTAMP |
Created | Date when the pm log was created | NO |
jobid | INT(11) |
Jobid | System ID of job | NO |
deleted | ENUM |
Deleted | yes/no flag to determine if the cross-posted job was deleted | NO |
successful | ENUM |
Successful | yes/no flag to determine if the cross-posted job was successful | NO |
messages | TEXT |
Messages | messages returned by job crossposting. | NO |
Name: | PM Optional Configuration |
Description: | Stores optional configuration for JobBoard requires no account. JobBoard requires no account may have some common configuration which can be store into this table. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
optional_configuration_id | INT(10) |
Optional Configuration ID | The unique ID of the PM Optional Configuration | NO |
optional_configuration_date_created | TIMESTAMP |
Optional Configuration Date Created | The date and time when the PM Optional Configuration was created | NO |
optional_configuration_last_modified | TIMESTAMP |
Optional Configuration Last Modified | The date and time when the PM Optional Configuration was last modified | NO |
optional_configuration_site_id | INT(10) |
Optional Configuration Site ID | Site Id for which Optional Configuration is Stored | NO |
optional_configuration_value | TEXT |
Optional Configuration Value | Optional Configuration Value for related Site Id | NO |
Name: | PM Sites |
Description: | Stores the PM Sites data entered in the Site Selection option in the Recruiting/Cross Posting directory in the Admin Menu, |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
id | INT(10) |
ID | The unique ID of the PM Sites | NO | ||||||
last_modified | TIMESTAMP |
Last Modified | Date when the pm site was last modified | NO | ||||||
date_created | TIMESTAMP |
Date Created | Date when the pm site was created | NO | ||||||
site_id
Relationships for site_id
|
INT(10) |
Site ID | Unique ID of the related pm site | NO | ||||||
name | CHAR(32) |
Name | The name of the pm site | NO | ||||||
auth_required | TINYINT(4) |
Auth Required | Wether or not an authorization is required | NO | ||||||
active | TINYINT(4) |
Active | Wether or not the pm site is active | NO | ||||||
category_id | INT(11) |
Category ID | The unique ID of a related pm site category | NO | ||||||
category_name | CHAR(50) |
Category Name | Name of the PM Sites | NO | ||||||
posting_duration | INT(3) |
Posting Duration | The time duration of the posting in the pm site | NO | ||||||
sort_order | INT(3) |
Sort Order | Numeric order value used for presenting the PM Sites | NO | ||||||
autocrosspost_extra_data | TEXT |
Autocrosspost Extra Data | NOT USED | NO | ||||||
autocrosspost_account_id | INT(10) |
Autocrosspost Account ID | NOT USED | NO |
Name: | pm_language_tokens |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(11) |
NO | ||
updated | TIMESTAMP |
NO | ||
languagename | CHAR(2) |
NO | ||
token | VARCHAR(255) |
NO | ||
value | TEXT |
NO |
Name: | Posting Manager Site Names |
Description: | Stores all the data related to names of posting manager sites. Information includes the name and when it was last updated. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
site_id
Relationships for site_id
|
INT(11) |
Posting Manager Site ID | Unique system value for identifying a posting manager site. | NO | |||||||||||||||
name | VARCHAR(255) |
Posting Manager Site Name | Translation of the unique system value into a word or phrase for identifying a posting manager site. | NO | |||||||||||||||
updated | TIMESTAMP |
Posting Manager Site Date Updated | Date and time when a posting manager site name was last revised by an authorized user. | NO |
Name: | Potential Matrix Cell |
Description: | Stores all the data related to a cell in a potential matrix. Information includes cell row, cell column, and cell label details. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
cdsp_potential_matrix_cell_id | INT(11) |
Potential Matrix Cell ID | Unique system value for identifying a cell in a potential matrix (i.e., 9-Box). | NO |
cdsp_potential_matrix_cell_last_modified | TIMESTAMP |
Potential Matrix Cell Last Modified | Date when a cell in a potential matrix was last revised by an action by an authorized user. | NO |
cdsp_potential_matrix_cell_date_created | DATETIME |
Potential Matrix Cell Creation Date | Date when a cell in a potential matrix is created by an action (e.g., performance review score) completed by an authorized user. | NO |
cdsp_potential_matrix_cell_row | SMALLINT(5) |
Potential Matrix Cell Row | Numeric value that indicates on which row a cell for a potential matrix is located. | NO |
cdsp_potential_matrix_cell_column | SMALLINT(5) |
Potential Matrix Cell Column | Numeric value that indicates in which column a cell for a potential matrix is located. | NO |
cdsp_potential_matrix_cell_label | VARCHAR(255) |
Potential Matrix Cell Label | Translation of the unique system value into a word or phrase (e.g., new, transition out) for identifying the cell in a potential matrix. | YES |
cdsp_potential_matrix_cell_information | VARCHAR(255) |
Potential Matrix Cell Information | Descriptive text that displays when a user mouses over the Information bubble for a cell in a potential matrix. | YES |
cdsp_potential_matrix_cell_color | VARCHAR(10) |
Potential Matrix Cell Color | Numeric value using an RGB code (e.g., 0, 100, 0) indicating the color of a cell in a potential matrix. | NO |
Name: | Potential Rating History |
Description: | Stores all the data related to potential history rating for an employee. Potential history is created when a new rating value is selected for an employee. Previous rating percentage becomes an historical record. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_potential_history_id | INT(11) |
Potential History ID | Unique system value for identifying the potential history of an employee. | NO | |||||||||
cdsp_potential_history_last_modified | TIMESTAMP |
Potential History Last Modified | Date when the potential history was last revised by an authorized user. | NO | |||||||||
cdsp_potential_history_date_created | DATETIME |
Potential History Creation Date | Date when the potential history was created for an employee by an authorized user. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
Employee User ID | System generated foreign key providing a connection between a potential history and a specific user in the system (e.g., employee). | NO | |||||||||
cdsp_potential_history_potential | FLOAT |
Potential History Percentage | Numeric value indicating a percentage conversion of a historical potential rating (i.e., based on the scale used to select the rating). | NO |
Name: | Potential Rating Next Action |
Description: | Stores all the data related to a next action option for a potential rating. Options are maintained through multi-select and drop down management. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_next_action_id
Relationships for cdsp_next_action_id
|
INT(11) |
Potential Rating Next Action ID | Unique system value for identifying a next action item option (e.g., in position, lateral move, promotion, termination) for a potential rating. | NO | ||||||
cdsp_next_action_last_modified | TIMESTAMP |
Potential Rating Next Action Last Modified | Date when a next action selection for a potential rating was last revised by an authorized user. | NO | ||||||
cdsp_next_action_date_created | DATETIME |
Potential Rating Next Action Creation Date | Date when a next action selection for a potential rating was created by an authorized user. | NO | ||||||
cdsp_next_action_name | VARCHAR(255) |
Potential Rating Next Action Name | Translation of the unique system value into a word or phrase for identifying a next action option for a potential rating. | YES | ||||||
cdsp_next_action_description | VARCHAR(255) |
Potential Rating Next Action Description | Content describing a next action item option for a potential rating. | YES | ||||||
cdsp_next_action_order | SMALLINT(5) |
Potential Rating Next Action Sequence | Numeric value indicating the order in which a next action option for a potential rating displays in a list or table. | NO | ||||||
cdsp_next_action_deactivated | TINYINT(1) |
Potential Rating Next Action Deactivated | Indication on whether or not a next action option is active in the system of deactivated from use. | NO | ||||||
cdsp_next_action_system_flag | TINYINT(1) |
Potential Rating Next Action System Flag | Indication on whether or not a next action option for a potential rating was system generated. | NO |
Name: | Profile Change Requests |
Description: | Stores all the data related to requested changes to an employee profile. Information includes whether or not a request is approved and the detail that is changed in the profile. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
hua_change_id | INT(11) |
Profile Change ID | Unique system value identifying a requested change on the profile for an employee. | NO |
hua_change_last_modified | TIMESTAMP |
Profile Change Last Modified | Date and time when a requested change by an employee was last revised by an authorized user. | NO |
hua_change_date_created | DATETIME |
Profile Change Creation Date | Date and time when a requested change for a profile was submitted by an employee. | NO |
hua_change_date | DATETIME |
Profile Change Completion Date | Date and time when a requested change for a profile was completed after approval was received. | NO |
hua_change_table | VARCHAR(255) |
Profile Change Table | Indicates which database table is updated with the profile change. | NO |
hua_change_table_key | VARCHAR(255) |
Profile Change Table Row | Indicates which row in the database table is updated with the profile change. | NO |
hua_change_table_field | VARCHAR(255) |
Profile Change Table Field | Indicates which field in a table row of the database table that is updated with the profile change. | NO |
hua_change_table_value | TEXT |
Profile Change New Value | Indicates the change (e.g., new address, updated phone number) being requested for the profile of an employee. | NO |
hua_change_editor_user_id | INT(11) |
Profile Change Editor User ID | System generated foreign key providing a connection between a requested change on a profile and a specific user whose profile is being edited. | NO |
hua_change_action | TINYINT(1) |
Profile Change Action | Indication on whether or not a requested change on a profile has been acted upon (displays as "False" until an action is taken). | NO |
hua_change_action_user_id | INT(11) |
Profile Change Action User ID | System generated foreign key providing a connection between a requested change to a profile and a specific user who approves or rejects the request. | NO |
hua_change_action_date | DATETIME |
Profile Change Action Date | Date and time when an action was taken by a user whether it is to approve or reject the requested change. | NO |
Name: | Project Team |
Description: | Stores all the data related to a project team. Information includes the identity of the team leader and the number of days after the dissolution of the team that skills and competencies from the project are gained by team members. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_id
Relationships for cdsp_project_id
|
INT(10) |
Project ID | Unique system value for identifying a project team. | NO | ||||||||||||||||||||||||||||||
cdsp_project_last_modified | TIMESTAMP |
Project Team Last Modified | Date when a project team was last revised by an authorized user (e.g., manager). | NO | ||||||||||||||||||||||||||||||
cdsp_project_date_created | DATETIME |
Project Team Creation Date | Date when a project team is created by an authorized user (e.g., manager). | NO | ||||||||||||||||||||||||||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a project team and a specific user (e.g., employee) in the database. | NO | ||||||||||||||||||||||||||||||
cdsp_project_name | CHAR(255) |
Project Name | Translation of the unique system value into a word or phrase for identifying a project team. | YES | ||||||||||||||||||||||||||||||
cdsp_project_description | CHAR(255) |
Project Description | Content describing the purpose, function, or goal of a project team. | YES | ||||||||||||||||||||||||||||||
cdsp_project_team_lead | INT(10) |
Team Lead | Name of the individual selected by an authorized user (e.g., manager) as the team leader in a project team. | NO | ||||||||||||||||||||||||||||||
cdsp_project_active | CHAR(255) |
Active | Indication of the status (e.g., pending, active, closed) for a project team. | NO | ||||||||||||||||||||||||||||||
cdsp_project_start_date | DATETIME |
Project Start Date | Date when a project team was started by an authorized user (e.g., manager). | NO | ||||||||||||||||||||||||||||||
cdsp_project_end_date | DATETIME |
Project End Date | Date when a project team was terminated by an authorized user (e.g., manager). | NO | ||||||||||||||||||||||||||||||
cdsp_project_gains_valid_days | INT(10) |
Gains Valid Days | Numeric value indicating how many days after a project team ends that the members of the team will gain project associated skills and competencies. | NO | ||||||||||||||||||||||||||||||
cdsp_project_url | VARCHAR(2083) |
Project URL | URL to project in project management system. | NO | ||||||||||||||||||||||||||||||
cdsp_project_code | VARCHAR(255) |
Project Code | Unique system value for identifying a Project Name | NO | ||||||||||||||||||||||||||||||
cdsp_project_deleted | TINYINT(1) |
NO |
Name: | Project Team Competency |
Description: | Stores all the data related to a competency earned through an involvement on a project team. Information includes the identification of the project team. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_competency_id | INT(11) |
Project Team Competency ID | Unique system value for identifying a competency associated with a project team (i.e., competency earned through involvement in a project team). | NO | ||||||
cdsp_project_competency_last_modified | TIMESTAMP |
Project Team Competency Last Modified | Date when the competency associated with a project team was last revised. | NO | ||||||
cdsp_project_competency_date_created | DATETIME |
Project Team Competency Creation Date | Date and time when the competency was associated with a project team. | NO | ||||||
cdsp_project_id
Relationships for cdsp_project_id
|
INT(11) |
Project Team ID | System generated foreign key providing a connection between a competency associated with a project team and a specific project team. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a competency associated with a project team and a specific competency in the database. | NO |
Name: | Project Team Member |
Description: | Stores all the data related to a project team member. Information includes whether or not a team member has been deactivated and the identity of the team lead in the project. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_member_id | INT(10) |
Project Team Member ID | Unique system value for identifying a member on a project team. | NO | ||||||
cdsp_project_member_last_modified | TIMESTAMP |
Project Team Member Last Modified | Date when a member on a project team was last revised by an authorized user. | NO | ||||||
cdsp_project_member_date_created | DATETIME |
Project Team Member Creation Date | Date when a member on a project team was added to the team by an authorized user. | NO | ||||||
cdsp_project_id
Relationships for cdsp_project_id
|
INT(10) |
Project ID | System generated foreign key providing a connection between a member on a project team and a specific project team. | NO | ||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a member on a project team and a specific user (e.g., employee) in the database. | NO | ||||||
cdsp_project_member_team_lead | TINYINT(4) |
Member Team Lead | Indication that a member on a project team is the team leader for that project. | NO | ||||||
cdsp_project_member_deactivated | TINYINT(1) |
Member Deactivated | Indication on whether or not a member on a project team has been deactivated as a member of the project team. | NO | ||||||
cdsp_project_member_deactivated_comments | CHAR(255) |
Member Deactivated Comment | Textual content of any comments created by an authorized user (e.g., manager) when a member on a project team is deactivated. | NO | ||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Member Appraisal | System generated foreign key providing a connection between the project team member and their appraisal for this project. | NO | ||||||
epm_360_id
Relationships for epm_360_id
|
INT(11) |
EPM 360 ID | System generated foreign key providing a connection between the project team member and their 360 for this project. | NO | ||||||
cdsp_project_role_id
Relationships for cdsp_project_role_id
|
INT(11) |
CDSP Project Role ID | The unique ID of a related CDSP Project Role | NO |
Name: | Project Team Milestone |
Description: | Stores all the data related to a milestone on a project team. Information includes a description and a target date for completion. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_milestone_id | INT(10) |
Project Team Milestone ID | Unique system value for identifying a milestone on a project team. | NO | ||||||
cdsp_project_milestone_last_modified | TIMESTAMP |
Project Team Milestone Last Modified | Date when a milestone on a project team was last revised by an authorized user. | NO | ||||||
cdsp_project_milestone_date_created | DATETIME |
Project Team Milestone Creation Date | Date when a milestone on a project team was created by an authorized user (e.g., manager). | NO | ||||||
cdsp_project_id
Relationships for cdsp_project_id
|
INT(10) |
Project Team ID | System generated foreign key providing a connection between a milestone on a project team and a specific project team. | NO | ||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
Employee User ID | System generated foreign key providing a connection between a milestone on a project team and a specific user in the database. | NO | ||||||
cdsp_project_milestone_description | TEXT |
Project Team Milestone Description | Content describing the milestone on a project team. | NO | ||||||
cdsp_project_milestone_date | DATE |
Project Team Milestone Target Date | Date selected as a completion goal for a milestone on a project team. | NO |
Name: | Project Team Skill |
Description: | Stores all the data related to a skill associated with a project team. Skills are selected when the project team is created. Join with "HUA_skill" to get the skill name. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_skill_id | INT(11) |
Project Team Skill ID | Unique system value for identifying a skill associated with a project team. | NO | ||||||
cdsp_project_skill_last_modified | TIMESTAMP |
Project Team Skill Last Modified | Date when a skill associated with a project team was last revised by an authorized user. | NO | ||||||
cdsp_project_skill_date_created | DATETIME |
Project Team Skill Date Created | Date when a skill associated with a project team was created by an authorized user. | NO | ||||||
cdsp_project_id
Relationships for cdsp_project_id
|
INT(11) |
Project Team ID | System generated foreign key providing a connection between a skill associated with a project team and a specific project team. | NO | ||||||
hua_skill_id
Relationships for hua_skill_id
|
INT(11) |
Skill ID | System generated foreign key providing a connection between a skill associated with a project team and a specific skill in the database. | NO |
Name: | Reaction |
Description: | This stores user reactions to a certain comment/recognition. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_reaction_id | INT(11) |
Reaction ID | The unique ID of the Reaction | NO | ||||||
hua_reaction_date_created | DATETIME |
Reaction Date Created | The date and time when the Reaction was created | NO | ||||||
hua_reaction_target_id | INT(11) |
Reaction Target ID | Reference / Foreign key ID of the particular target functionality/type. | NO | ||||||
hua_reaction_target_type | ENUM |
Reaction Target Type | Enumerated (Enum) types that comprise of functionalities where user can put a reaction. E.g. Recognition, Recognition Comments. | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee whom reacted to a certain target type | NO |
Name: | Readiness For Position |
Description: | Stores all the data related to the Readiness For Position options that are assigned to a successor. Options are configured by an administrator in multi-select and drop down lists. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_readiness_for_position_id
Relationships for cdsp_readiness_for_position_id
|
INT(11) |
Readiness For Position ID | Unique system value for identifying an option for the Readiness For Position drop down list. | NO | ||||||
cdsp_readiness_for_position_name | VARCHAR(64) |
Readiness For Position Value | Translation of the unique system value into a word or phrase for identifying the Readiness For Position option (e.g., Ready Now, Ready In 12 Months). | NO | ||||||
cdsp_readiness_for_position_protected | TINYINT(1) |
Readiness For Position Protected | Indication on whether or not an option for Readiness For Position is read-only (locked) and cannot be deleted from the system. | NO | ||||||
cdsp_readiness_for_position_deactivated | TINYINT(1) |
Readiness For Position Deactivated | Indication on whether or not an option for Readiness For Position is active in the system or deactivated from use. | NO | ||||||
cdsp_readiness_for_position_order | SMALLINT(5) |
Readiness For Position Sequence | Numeric value indicating the order in which an opiton for Readiness For Position displays in a list or table. | NO | ||||||
cdsp_readiness_for_position_last_modified | TIMESTAMP |
Readiness For Position Last Modified | Date when an option for Readiness For Position was last revised by an authorized user. | NO | ||||||
cdsp_readiness_for_position_date_created | DATETIME |
Readiness For Position Creation Date | Date when an option for Readiness For Position was created by an authorized user. | NO |
Name: | Recruiting Front End |
Description: | Stores all the data related to the recruiting front end. Information includes the URL given for the site, the external portal theme associated with the recruiting front end, and if an option is the default selection for the external portal. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_front_end_id
Relationships for ats_front_end_id
|
INT(10) |
Recruiting Front End ID | Unique system value for identifying a recruiting front end. | NO | |||||||||||||||
ats_front_end_last_modified | TIMESTAMP |
Recruiting Front End Last Modified | Date when the recruiting front end was last modified by an authorized user. | NO | |||||||||||||||
ats_front_end_date_created | TIMESTAMP |
Recruiting Front End Creation Date | Date when the recruiting front end was created by an authorized user. | NO | |||||||||||||||
ats_front_end_name | VARCHAR(255) |
Recruiting Front End Name | Translation of the unique system value into a word or phrase for identifying the recruiting front end. | YES | |||||||||||||||
ats_front_end_url | VARCHAR(255) |
Recruiting Front End URL | Web address (i.e., domain name) for identifying the access point for the recruiting front end. | NO | |||||||||||||||
ats_front_end_default | TINYINT(2) |
Recruiting Front End Default | Indication on whether or not a specific recruiting front end is considered the default selection for the external portal. | NO | |||||||||||||||
ats_external_theme_id
Relationships for ats_external_theme_id
|
INT(11) |
External Portal Theme ID | Unique system value for relating a recruiting front end with a specific external portal theme. | NO | |||||||||||||||
ats_front_end_is_hourly_portal | TINYINT(3) |
NO |
Name: | Recruiting Kiosk |
Description: | Stores all the data related to the recruiting kiosk. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_kiosk_id
Relationships for ats_kiosk_id
|
INT(10) |
Kiosk ID | Unique system value identifying a recruiting kiosk. | NO | ||||||
ats_kiosk_code | VARCHAR(255) |
Kiosk Code | Internal code used for identifying kiosks. | NO | ||||||
ats_kiosk_name | VARCHAR(255) |
Kiosk Name | Name that displays for a kiosk for a user. | NO | ||||||
ats_kiosk_text | TEXT |
Kiosk Text | Text created for the recruiting kiosk by an authorized user. This may include a welcome message or instructions. | NO | ||||||
ats_kiosk_active | TINYINT(1) |
Kiosk Active | Indication on whether or not the recruiting kiosk is active or deactivated. | NO | ||||||
ats_kiosk_creator_id | INT(10) |
Kiosk Creator ID | System generated foreign key providing a connection between a kiosk and the authorized user who created the recruiting kiosk. | NO | ||||||
ats_kiosk_date_created | DATETIME |
Kiosk Creation Date | Date when the recruiting kiosk was created by an authorized user. | NO | ||||||
ats_kiosk_last_modified | TIMESTAMP |
Kiosk Last Modified | Date when the recruiting kiosk was last revised by an authorized user. | NO |
Name: | Recruiting Screening Questionnaire |
Description: | Stores all the data related to recruiting screening questionnaires. Information includes the minimum acceptable score, and whether or not the questionnaire is active in the system or deactivated from use. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_screening_questionnaire_id
Relationships for ats_screening_questionnaire_id
|
INT(10) |
Screening Questionnaire ID | Unique system value for identifying a screening questionnaire used for recruiting purposes. | NO | |||||||||
ats_screening_questionnaire_date_created | DATETIME |
Screening Questionnaire Creation Date | Date when the screening questionnaire was created. | NO | |||||||||
ats_screening_questionnaire_last_modified | TIMESTAMP |
Screening Questionnaire Last Modified | Date when the screening questionnaire was last revised by an authorized user. | NO | |||||||||
ats_screening_questionnaire_creator_id | INT(10) |
Screening Questionnaire Creator ID | System generated foreign key providing a connection between the screening questionnaire and the individual responsible for creating the screening questionnaire. | NO | |||||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
Test ID | System generated foreign key providing a connection between a screening questionnaire and a specific test. | NO | |||||||||
ats_screening_questionnaire_active | TINYINT(1) |
Screening Questionnaire Active | Indication on whether or not the screening questionnaire is active in the system or deactivated from use. | NO | |||||||||
ats_screening_questionnaire_minimum_score | INT(5) |
Screening Questionnaire Minimum Score | Numerical value indicating the lowest acceptible score for a screening questionnaire. | NO | |||||||||
ats_screening_questionnaire_global | TINYINT(1) |
Screening Questionnaire Global | Indication on whether or not a screening questionnaire is available for use by all recruiting teams or exclusive for individual use. | NO | |||||||||
ats_screening_questionnaire_screen_in_message | VARCHAR(255) |
Screening Questionnaire Screen In Message | Text displayed to a job seeker after successfully completing a screening questionnaire and may include instructions for proceeding with the job application process. | YES | |||||||||
ats_screening_questionnaire_screen_out_message | VARCHAR(255) |
Screening Questionnaire Screen Out Message | Text displayed to a job seeker after failing to achieve score necessary to pass the screening questionnaire threshold. | YES | |||||||||
ats_screening_questionnaire_deleted | TINYINT(1) |
Screening Questionnaire Deleted | Indication on whether or not a screening questionnaire was deleted. | NO |
Name: | Recruiting Team |
Description: | Stores all the data related to recruiting teams which is comprised of authorized users in the database. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_team_id
Relationships for ats_team_id
|
INT(10) |
Recruiting Team ID | Unique system value for identifying a recruiting team. | NO | ||||||||||||
ats_team_name | VARCHAR(255) |
Recruiting Team Name | Translation of the unique system value into a word or phrase for identifying the recruiting team. | YES | ||||||||||||
ats_team_description | VARCHAR(255) |
Recruiting Team Description | Content describing the recruiting team written by the team creator. | YES | ||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Organizational Level ID | System generated foreign key providing a connection between a recruiting team and a specific organizational level within a company. | NO | ||||||||||||
ats_team_creator_id | INT(10) |
Recruiting Team Creator ID | System generated foreign key providing a connection between a recruiting team and the individual who created the team. | NO | ||||||||||||
ats_team_last_modified | TIMESTAMP |
Recruiting Team Last Modified | Date when the recruiting team was last revised by an authorized user. | NO | ||||||||||||
ats_team_date_created | DATETIME |
Recruiting Team Creation Date | Date when the recruiting team was created by an authorized user (e.g., administrator). | NO | ||||||||||||
ats_team_active | TINYINT(1) |
Recruiting Team Active | Indication on whether or not the recruiting team is active in the system or deactivated from use. | NO |
Name: | Recruiting Team User |
Description: | Stores all the data related to those applicant tracking users on a recruiting team. Information includes the name of the recruiting team and the identification of the individual who created the recruiting team. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_user_team_id | INT(10) |
Recruiting Team User ID | Unique system value for identifying a user on a recruiting team. | NO |
ats_user_id | INT(10) |
Applicant Tracking User ID | System generated foreign key providing a connection between a recruiting team user and a specific applicant tracking user in the database. | NO |
ats_team_id | INT(10) |
Recruiting Team ID | System generated foreign key providing a connection between a recruiting team user and a specific team. | NO |
ats_user_team_creator_id | INT(10) |
Recruiting Team User Creator ID | System generated foreign key providing a connection between a user team and a specific individual who created the recruiting team user. | NO |
ats_user_team_last_modified | TIMESTAMP |
Recruiting Team User Last Modified | Date when the recruiting team user was last revised by an authorized user. | NO |
ats_user_team_date_created | DATETIME |
Recruiting Team User Creation Date | Date when the recruiting team user was created by an authorized user. | NO |
Name: | Recruiting Transaction |
Description: | Stores all the data related to the recruiting transaction log entries. Information includes the transaction type, the word or phrase describing the action, and if the recruiting transaction log entry is public or private. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_transaction_id
Relationships for ats_transaction_id
|
INT(10) |
Recruiting Transaction ID | Unique system value for identifying a recruiting transaction log entry. | NO | |||||||||||||||
ats_transaction_date_created | DATETIME |
Recruiting Transaction Date Created | Date when the recruiting transaction log entry was created. | NO | |||||||||||||||
ats_transaction_last_modified | TIMESTAMP |
Recruiting Transaction Last Modified | Date when the recruiting transaction log entry was last revised by an authorized user. | NO | |||||||||||||||
ats_transaction_type | ENUM |
Recruiting Transaction Type | Indication of the type of recruiting transaction log entry (e.g., requisition or job seeker). | NO | |||||||||||||||
ats_transaction_action | VARCHAR(100) |
Recruiting Transaction Action | Database driven word or phrase describing the reason for the recruiting transaction log entry (e.g., task, candidate transaction, job seeker added to pool). | NO | |||||||||||||||
ats_transaction_foreign_key | INT(10) |
Recruiting Transaction Foreign Key | System generated foreign key provides a connection between several recruiting transaction tables in the database (e.g., candidate, requisition, job seeker, offers). | NO | |||||||||||||||
ats_transaction_message | TEXT |
Recruiting Transaction Message | Grouping of the major components of the transaction (e.g., action, requisition, task, user) and shown as one entry in a recruiting transaction log. | NO | |||||||||||||||
ats_transaction_link | VARCHAR(255) |
Recruiting Transaction Link | Link provided to access a task or functionality in relation to the recruiting transaction log entry. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a recruiting transaction log entry and a specific user in the database. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a recruiting transaction log entry and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a recruiting transaction log entry and a specific requisition. | NO | |||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a recruiting transaction log entry and a specific candidate. | NO | |||||||||||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(10) |
Offer ID | System generated foreign key providing a connection between a relating transaction log entry and a specific offer. | NO | |||||||||||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a recruiting transaction log entry and a specific job seeker status (e.g., candidate, hired, offer extended). | NO | |||||||||||||||
ats_requisition_status_id
Relationships for ats_requisition_status_id
|
INT(10) |
Requisition Status ID | System generated foreign key providing a connection between a recruiting transaction log entry and a specific requisition status (e.g., open, filled, on-hold, pending approval). | NO | |||||||||||||||
ats_transaction_public | TINYINT(1) |
Transaction Public | Indication on whether or not the recruiting transaction log entry is visible to all users in the database or private. | NO | |||||||||||||||
hua_user_email | VARCHAR(255) |
User E-mail | E-mail address of the individual who prompted the the creation of the transaction log. | NO |
Name: | Recruiting Transaction Purged |
Description: | Stores all the data related to purged recruiting transaction log entries. Information includes identity of any association job seeker and the identity of any associated requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_transaction_purged_id | INT(10) |
Recruiting Transaction Purged ID | Unique system value for identifying a purged recruiting transaction log entry. | NO | |||||||||||||||
ats_transaction_purged_date_created | DATETIME |
Recruiting Transaction Purged Creation Date | Date when the recruiting transaction log entry was purged. | NO | |||||||||||||||
ats_transaction_purged_last_modified | TIMESTAMP |
Recruiting Transaction Purged Last Modified | Date when the purged recruiting transaction log entry was last revised by an authorized user. | NO | |||||||||||||||
ats_transaction_id
Relationships for ats_transaction_id
|
INT(10) |
Recruiting Transaction ID | Unique system value for relating a purged recruiting transaction log entry with a specific recruiting transaction. | NO | |||||||||||||||
ats_transaction_date_created | DATETIME |
Recruiting Transaction Creation Date | Date when the recruiting transaction log entry was created. | NO | |||||||||||||||
ats_transaction_last_modified | TIMESTAMP |
Recruiting Transaction Last Modified | Date when the recruiting transaction log entry was last modified by an authorized user. | NO | |||||||||||||||
ats_transaction_action | VARCHAR(100) |
Recruiting Transaction Action | Database driven word or phrase describing the reason for the recruiting transaction log entry (e.g., task, candidate transaction, job seeker added to pool). | NO | |||||||||||||||
ats_transaction_foreign_key | INT(10) |
Recruiting Transaction Foreign Key | System generated foreign key provides a connection between several recruiting transaction tables in the database (e.g., candidate, requisition, job seeker, offers). | NO | |||||||||||||||
ats_transaction_message | TEXT |
Recruiting Transaction Message | Grouping of the major components of the transaction (e.g., action, requisition, task, user) and shown as one entry in a recruiting transaction log. | NO | |||||||||||||||
ats_transaction_link | VARCHAR(255) |
Recruiting Transaction Link | Link provided to access a task or functionality in relation to the recruiting log entry. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a purged recruiting transaction log entry and a specific user in the database. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between a purged recruiting transaction log entry and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a purged recruiting transacation log entry and a specific requisition. | NO | |||||||||||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a purged recruiting transaction log entry and a specific candidate. | NO | |||||||||||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a purged recruiting transaction log entry and a specific job seeker status (e.g., candidate, hired, offer extended). | NO | |||||||||||||||
ats_requisition_status_id
Relationships for ats_requisition_status_id
|
INT(10) |
Requisition Status ID | System generated foreign key providing a connection between a purged recruiting transaction log entry and a specific requisition status (e.g., open, on-hold, filled, pending approval). | NO |
Name: | Recruiting Workflow |
Description: | Stores all the data related to the recruiting workflow options selected for requisitions, offers, and onboarding processes work. Information includes approver options for requisition and offer creation, forms and documents used, and chosen sequence of events. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | Unique system value for identifying a recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_date_created | DATETIME |
Recruiting Workflow Creation Date | Date when a recruiting workflow was created by an authorized user (e.g., administrator). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_last_modified | TIMESTAMP |
Recruiting Workflow Last Modified | Date when a recruiting workflow was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_name | CHAR(255) |
Recruiting Workflow Name | Translation of the unqiue system value into a word or phrase for identifying the recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_description | CHAR(255) |
Recruiting Workflow Description | Content describing the details of the recruiting workflow typically written by the creator of the workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_active | TINYINT(1) |
Recruiting Workflow Active | Indication on whether or not the recruiting workflow is active in the system or deactivated from use. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_form_id
Relationships for hua_form_id
|
INT(11) |
Dynamic Form ID | System generated foreign key providing a connection between a recruiting workflow and a specific dynamic form. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_creator_user_id
Relationships for ats_workflow_creator_user_id
|
INT(10) |
Recruiting Workflow Creator User ID | System generated foreign key providing a connection between a recruiting workflow and a specific user who created the workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_allow_adhoc_approvers | TINYINT(1) |
Recruiting Workflow Allow Ad Hoc Approvers | Indication on whether or not the recruiting workflow allows ad hoc approvers for requisitions or offers. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_approval_reminder | MEDIUMINT(8) |
Recruiting Workflow Approval Reminder | Indication on whether or not a reminder is sent to an approver on a requisition and if so, a numeric value indicating interval rate. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_stop_notification_threshold | SMALLINT(5) |
Recruiting Workflow Stop Notification Threshold | Numeric value indicating after how many days notifications are no longer sent to an approver for a requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_require_rejection_comment | TINYINT(1) |
Recruiting Workflow Require Rejection Comment | Indication on whether or not a comment is required when an approver rejects a requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_allow_edit_resubmit | TINYINT(1) |
Recruiting Workflow Allow Requisition Edit/Resubmit | Indication on whether or not a requisition creator may edit and resubmit a requisition after it has been rejected by an approver. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_status_change_warning | SMALLINT(5) |
Recruiting Workflow Status Change Warning | Indication on whether or not a warning is sent if an approver edits a requisition during the approval process. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_default | TINYINT(1) |
Recruiting Workflow Default | Indication on whether or not a recruiting workflow is the default recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_draft | TINYINT(1) |
Recruiting Workflow Draft | Indication on whether or not a recruiting workflow is a draft or completed recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_offer_recruiter_approvers | TINYINT(1) |
Recruiting Workflow Recruiter Selects Offer Approvers | Indication on whether or not a recruiter may select approvers for a candidate job offer. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_offer_recruiter_letter | TINYINT(1) |
Recruiting Workflow Recruiter Offer Letter | Selected offer letter on a recruiting workflow that is displayed for recruiters to use when creating an offer for a candidate. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_offer_letter_template_id | INT(10) |
Recruiting Workflow Offer Letter Template ID | System generated foreign key providing a connection between a recruiting workflow and a specific letter template used for offers sent to candidates. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_recruiter_documents | TINYINT(1) |
Recruiting Workflow Onboarding Documents Required | Indication on whether or not onboarding documents are required by the recruiting workflow when initating onboarding for a new hire. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_default_jobseeker_type_id | TINYINT(4) |
Recruiting Workflow Default Job Seeker Type ID | System generated foreign key providing a connection between a recruiting workflow and a specific job seeker type (e.g., recruiter uploaded, referral, vendor submitted) as the default option. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_requisition_managerial_approval_level | ENUM |
Recruiting Workflow Requisition Managerial Approval Level | Indication on whose manager (e.g., creator, recruiter, hiring manager) is required for a requisition approval if managerial approval is selected on a recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_requisition_managerial_approval_required | ENUM |
Recruiting Workflow Managerial Approval Required | Indication on whether or not a manager approval is required for a requisition (e.g., always or just when the manager is the requisition creator) on a recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_offer_managerial_approval_level | ENUM |
Recruiting Workflow Offer Managerial Approval Level | Indication on whose manager (e.g., creator, recruiter, hiring manager) is required for an offer approval if managerial approval is selected on a recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_offer_managerial_approval_required | ENUM |
Recruiting Workflow Managerial Offer Approval Required | Indication on whether or not a manager approval is required for an offer (e.g., always or just when the manager is the offer creator) on a recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_use_onboarding | TINYINT(1) |
Recruiting Workflow Onboarding Active | Indication on whether or not onboarding is activated on the recruiting workflow or disabled. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_allow_route | TINYINT(1) |
Recruiting Workflow Requisition Routing Allowed | Indication on on a recruiting workflow on whether or not routing a requisition is allowed. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_allow_alternate_apply_method | TINYINT(1) |
Recruiting Workflow Allow Alternate Apply Method | Indication on whether or not alternate apply methods are allowed and if so, a text field is displayed when a requisition is created. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_offer_form_id | INT(11) |
Offer Form ID | System generated foreign key providing a connection between a recruiting workflow and a specific offer dynamic form. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_lock_workflow_statuses | TINYINT(1) |
ATS Workflow Lock Workflow Statuses | Indication whether or not workflow statuses are locked. (1 for true, 0 for false) | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_require_letter | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_allow_user_select_letter | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_allow_user_create_notification | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_letter_template_id | INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_letter_return_receipt | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_onboarding_display_wotc_invitation | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_is_hourly | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_allow_requisition_status_change | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_hires_needed | INT(10) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_easy_apply | TINYINT(1) |
NO |
Name: | Recruiting Workflow Association |
Description: | Stores all the data related to associations for a recruiting workflow. Information includes a listing of fields and identity of the recruiting workflow. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_association_id | INT(10) |
Recruiting Workflow Association ID | Unique system value for identifying an association (e.g., job, company, location) on a recruiting workflow. | NO | ||||||
ats_workflow_association_date_created | DATETIME |
Recruiting Workflow Association Creation Date | Date when the association on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_association_last_modified | TIMESTAMP |
Recruiting Workflow Association Last Modified | Date when the association on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an association on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_workflow_association_field | CHAR(255) |
Recruiting Workflow Association Field | Listing of field options (e.g., organizational unit, location, job type) for creating associations with a recruiting workflow. | NO | ||||||
ats_workflow_association_value | CHAR(255) |
Recruiting Workflow Association Value | Translation of the unique system value into a word or phrase for identifying an association on a recruiting workflow. | NO | ||||||
ats_workflow_association_table | CHAR(255) |
Recruiting Workflow Association Table | Database container of recruiting workflow associations. | NO |
Name: | Recruiting Workflow Candidate Status |
Description: | Stores all the data related to candidate status options on a recruiting workflow. Selected status options indicate the workflow of the hiring process for a job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_candidate_status_id | INT(10) |
Recruiting Workflow Candidate Status ID | Unique system value for identifying a candidate status on a recruiting workflow. | NO | ||||||
ats_workflow_candidate_status_date_created | DATETIME |
Recruiting Workflow Candidate Status Creation Date | Date when a candidate status on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_candidate_status_last_modified | TIMESTAMP |
Recruiting Workflow Candidate Status Last Modified | Date when a candidate status on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a candidate status on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate status on a recruiting workflow and a specific job seeker status (e.g., candidate, interview, hired). | NO | ||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a candidate status on a recruiting workflow and a specific job seeker type (e.g., vendor submitted, referral, recruiter submitted). | NO | ||||||
ats_workflow_candidate_status_sequence | INT(3) |
Recruiting Workflow Candidate Status Sequence | Numeric value indicating the order in which a candidate status on a recruiting workflow displays in a list or table. | NO | ||||||
ats_workflow_candidate_status_required | TINYINT(1) |
NO |
Name: | Recruiting Workflow Candidate Status Trigger |
Description: | Stores all the data related to candidate status triggers on a recruiting workflow. Triggers associated with specific candidate statuses prompt a task for a recruiter or candidate when that status is selected. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_candidate_status_trigger_id | INT(10) |
Recruiting Workflow Candidate Status Trigger ID | Unique system value for identifying a candidate status trigger on a recruiting workflow. | NO | ||||||
ats_workflow_candidate_status_trigger_date_created | DATETIME |
Recruiting Workflow Candidate Status Trigger Creation Date | Date when a candidate status trigger on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_candidate_status_trigger_last_modified | TIMESTAMP |
Recruiting Workflow Candidate Status Trigger Last Modified | Date when a candidate status trigger on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a candidate status trigger on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(10) |
Job Seeker Status ID | System generated foreign key providing a connection between a candidate status trigger on a recruiting workflow and a specific job seeker status (e.g., interview, offer extended, hired). | NO | ||||||
ats_task_id
Relationships for ats_task_id
|
INT(10) |
Recruiting Task ID | System generated foreign key providing a connection between a candidate status trigger on a recruiting workflow and a specific recruiting task (e.g., send a letter, route to hiring manager, initiate on-boarding). | NO |
Name: | Recruiting Workflow Checklist Action |
Description: | Stores all the data related to checklist actions on a recruiting workflow for resume submissions. Options for selecting checklist actions are completed on the Resume Submissions section of a recruiting workflow. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_checklist_action_id
Relationships for ats_workflow_checklist_action_id
|
INT(10) |
Recruiting Workflow Resume Submission Checklist Action ID | Unique system value for identifying a checklist action item on a recruiting workflow for resume submissions. | NO | ||||||||||||||||||
ats_workflow_checklist_action_date_created | DATETIME |
Recruiting Workflow Resume Submission Checklist Action Creation Date | Date when a checklist action item on a recruiting workflow for resume submissions was created by an authorized user. | NO | ||||||||||||||||||
ats_workflow_checklist_action_last_modified | TIMESTAMP |
Recruiting Workflow Resume Submission Checklist Action Last Modified | Date when a checklist action item on a recruiting workflow for resume submissions was last revised by an authorized user. | NO | ||||||||||||||||||
ats_workflow_checklist_action_value | VARCHAR(255) |
Recruiting Workflow Resume Submission Checklist Action Value | Translation of the unique system value into a word or phrase for identifying a checklist action item on a recruiting workflow for resume submissions. | YES | ||||||||||||||||||
ats_workflow_checklist_action_order | TINYINT(3) |
Recruiting Workflow Resume Submission Checklist Action Sequence | Numeric value indicating the order in which a checklist action item on a recruiting workflow for resume submissions displays in a list or table. | NO | ||||||||||||||||||
ats_workflow_checklist_action_type | ENUM |
Recruiting Workflow Resume Submission Checklist Action Type | Indication of the type (e.g., single or multiple select) of checklist action source on a recruiting workflow for resume submissions. | NO | ||||||||||||||||||
ats_workflow_checklist_action_source | VARCHAR(255) |
Recruiting Workflow Resume Submission Checklist Action Source | Indication of the source setting that controls assessment and background check vendors options on a recruiting workflow for resume submissions. | NO | ||||||||||||||||||
ats_workflow_checklist_action_deactivated | TINYINT(1) |
Recruiting Workflow Resume Submission Checklist Action Deactivated | Indication on whether or not the checklist action on a recruiting workflow for resume submissions is active in the system or deactivated from use. | NO | ||||||||||||||||||
ats_workflow_checklist_action_hide_tab | TINYINT(1) |
Recruiting Workflow Resume Submission Checklist Action Hide Tab | Indication on whether or not a checklist action item is hidden on the recruiting workflow for resume submissions. | NO |
Name: | Recruiting Workflow Default Role |
Description: | Stores all the data related to a default role on a recruiting workflow. Default roles are selected in the Roles section of the recruiting workflow and include selecting a specific user in that role. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_default_role_id | INT(10) |
Recruiting Workflow Default Role ID | Unique system value for identifying a default role (e.g., recruiter, hiring manager) on a recruiting workflow. | NO | ||||||
ats_workflow_default_role_date_created | DATETIME |
Recruiting Workflow Default Role Creation Date | Date when a default role on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_default_role_last_modified | TIMESTAMP |
Recruiting Workflow Default Role Last Modified | Date when a default role on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_default_role_group_id | INT(10) |
Recruiting Workflow Default Role Group ID | System generated foreign key providing a connection between a default role on a recruiting workflow and a specific group (e.g., recruiter, hiring manager). | NO | ||||||
ats_workflow_default_role_user_id | INT(10) |
Recruiting Workflow Default Role User ID | System generated foreign key providing a connection between a default role on a recruiting workflow and a specific user in the database. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a default role on a recruiting workflow and a specific recruiting workflow. | NO |
Name: | Recruiting Workflow Job Approvers |
Description: | Stores all the data related to an approver for a requisition / job on a recruiting workflow. Options for selecting approvers are completed on the Forms & Approvers section of a recruiting workflow. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_approver_job_id | INT(10) |
Recruiting Workflow Approver Job ID | Unique system value for identifying an approver for a requisition on a recruiting workflow. | NO | |||||||||
ats_workflow_approver_job_date_created | DATETIME |
Recruiting Workflow Approver Job Creation Date | Date when an approver for a requisition on a recruiting workflow was created by an authorized user. | NO | |||||||||
ats_workflow_approver_job_last_modified | TIMESTAMP |
Recruiting Workflow Approver Job Last Modified | Date when an approver for a requisition on a recruiting workflow was last revised by an authorized user. | NO | |||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an approver for a requisition on a recruiting workflow and a specific recruiting workflow. | NO | |||||||||
hua_job_id
Relationships for hua_job_id
|
INT(11) |
Job ID | System generated foreign key providing a connection between an approver for a requisition in a recruiting workflow and a specific requisition. | NO | |||||||||
ats_workflow_approver_job_sequence | SMALLINT(3) |
Recruiting Workflow Approver Job Sequence | Numeric value indicating the order in which an approver for a requisition displays in a list or table. | NO |
Name: | Recruiting Workflow Notification |
Description: | Stores all the data related to recruiting workflow notifications for requisitions, resume submissions, status changes, offers, or onboarding. Information includes the notification type. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_notification_id | INT(10) |
Recruiting Workflow Notification ID | Unique system value for identifying a recruiting workflow notification. | NO | ||||||
ats_workflow_notification_date_created | DATETIME |
Recruiting Workflow Notification Creation Date | Date when a recruiting workflow notification was created by an authorized user. | NO | ||||||
ats_workflow_notification_last_modified | TIMESTAMP |
Recruiting Workflow Notification Last Modified | Date when a recruiting workflow notification was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a recruiting workflow notification and a specific recruiting workflow. | NO | ||||||
ats_workflow_notification_type | ENUM |
Recruiting Workflow Notification Type | Indication of the type (e.g., rejection, approval, status change) of recruiting workflow notification. | NO | ||||||
ats_group_id
Relationships for ats_group_id
|
VARCHAR(255) |
Applicant Tracking Group ID | System generated foreign key providing a connectoin between a recruiting workflow notification and a specific applicant tracking group (e.g., recruiter, hiring manager, manager). | NO |
Name: | Recruiting Workflow Offer Approval Chain |
Description: | Stores all the data related to an approval chain for offers on a recruiting workflow. Information includes the approval chain type and approval chain target. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | Unique system value for identifying an offer approval chain for a recruiting workflow. | NO | ||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | Date when an offer approval chain for a recruiting workflow was last revised by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Creation Date | Date when an offer approval chain for a recruiting workflow was created by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_target_id | INT(11) |
Approval Chain Target ID | Either a unique system value (for internal members) or an e-mail address (for external members) that indicates where an offer for a new hire is sent for approval. | NO | ||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Indication of the type (e.g., serial or parallel) of an offer approval chain on a recruiting workflow. | NO | ||||||||||||||||||
hua_approval_chain_approval | ENUM |
Approval Chain Decision | Indication on whether or not the outcome of the approval chain for an offer was accepted, rejected, or undecided (empty). | NO | ||||||||||||||||||
hua_approval_chain_final_approval_date | DATETIME |
Approval Chain Final Approval Date | Date when the last approval from an approval chain member is received for an offer. | NO |
Name: | Recruiting Workflow Offer Approval Chain Member |
Description: | Stores all the data related to an approval chain member on the offers section of the recruiting workflow. Information includes the identification of the approval chain and the member type. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | Unique system value for identifying an approval chain member on an offer workflow. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | Date when the approval chain member on an offer workflow was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Creation Date | Date when the approval chain member on an offer workflow was created. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | System generated foreign key providing a connection between an offer workflow and a specific approval chain in the site. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
Approval Chain Member Target | Either a unique system value (for internal members) or an e-mail address (for exernal members) that indicates where approval requests for offers are sent. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Either a unique system value (for internal members) or e-mail address (for external members) that indicates where an approval chain request for an offer is sent. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Sequence | Numeric value indicating the order in which the approval chain member displays in a list or table. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approval | ENUM |
Approval Chain Member Approval | Indication on whether or not the approval chain member on an offer workflow approved or rejected the offer. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_comment | TEXT |
Approval Chain Member Comment | Textual content of any comments created by an approval chain member on an offer workflow when the user accepted or rejected the offer. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_final_approval_date | DATETIME |
Approval Chain Member Final Approval Date | Date when the final approval or rejection is received by an approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approved_by | VARCHAR(255) |
Approval Chain Member Approved By | Identity of the user (i.e., self or "on behalf of") who either accepted or rejected the offer as an approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_hash | VARCHAR(255) |
Approval Chain Member Hash | URL sent to the approval chain member within a notification that links directly to the approval page. | NO |
Name: | Recruiting Workflow Offer Approvers |
Description: | Stores all the data related to an approver on an offer for a recruiting workflow. Options for offer approvers are selected in the Offers section of the recruiting workflow. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_approver_offer_id | INT(10) |
Recruiting Workflow Approver Offer ID | Unique system value for identifying an approver for an offer on a recruiting workflow. | NO | ||||||
ats_workflow_approver_offer_date_created | DATETIME |
Recruiting Workflow Approver Offer Creation Date | Date when an approver for an offer on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_approver_offer_last_modified | TIMESTAMP |
Recruiting Workflow Approver Offer Last Modified | Date when an approver for an offer on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an approver for an offer on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_user_id
Relationships for ats_user_id
|
INT(10) |
Applicant Tracking User ID | System generated foreign key providing a connection between an approver for an offer on a recruiting workflow and a specific user in the database. | NO | ||||||
ats_workflow_approver_offer_sequence | INT(3) |
Recruiting Workflow Approver Offer Sequence | Numeric value indicating the order in which an approver for an offer on a recruiting workflow displays in a list or table. | NO |
Name: | Recruiting Workflow Onboarding Document |
Description: | Stores all the data related to an onboarding document on a recruiting workflow. Information includes the document type and the identity of the recruiting workflow. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_onboarding_document_id | INT(10) |
Recruiting Workflow Onboarding Document ID | Unique system value for identifying an onboarding document on a recruiting workflow. | NO | ||||||
ats_workflow_onboarding_document_date_created | DATETIME |
Recruiting Workflow Onboarding Document Creation Date | Date when an onboarding document on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_onboarding_document_last_modified | TIMESTAMP |
Recruiting Workflow Onboarding Document Last Modified | Date when an onboarding document on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an onboarding document on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_onboarding_document_type_id
Relationships for ats_onboarding_document_type_id
|
INT(11) |
Onboarding Document Type ID | System generated foreign key providing a connection between an onboarding document on a recruiting workflow and a specific document type (e.g., PDF, Word, Excel). | NO |
Name: | Recruiting Workflow Onboarding Form |
Description: | Stores all the data related to an onboarding form on a recruiting workflow. Information includes the identity of the recruiting workflow and the identity of the dynamic form used. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_onboarding_form_id | INT(10) |
Recruiting Workflow Onboarding Form ID | Unique system value for identifying an onboarding form on a recruiting workflow. | NO | ||||||
ats_workflow_onboarding_form_date_created | DATETIME |
Recruiting Workflow Onboarding Form Creation Date | Date when an onboarding form on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_onboarding_form_last_modified | TIMESTAMP |
Recruiting Workflow Onboarding Form Last Modified | Date when an onboarding form on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an onboarding form on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between an onboarding form on a recruiting workflow and a specific dynamic form. | NO |
Name: | Recruiting Workflow Requisition Approval Chain |
Description: | Stores all the data related to an approval chain for requisitions on a recruiting workflow. Information includes the approval chain type and approval chain target. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | Unique system value for identifying a requisition approval chain for a recruiting workflow. | NO | ||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | Date when a requisition approval chain for a recruiting workflow was last revised by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Creation Date | Date when a requisition approval chain for a recruiting workflow was created by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_target_id | INT(11) |
Approval Chain Target ID | Either a unique system value (for internal approval chain members) or an e-mail address (for external approval chain members) that indicates where a requisition is sent for approval. | NO | ||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Indication of the type (e.g., serial or parallel) of a requisition approval chain on a recruiting workflow. | NO | ||||||||||||||||||
hua_approval_chain_approval | ENUM |
Approval Chain Approval | Indication on whether or not the outcome of an approval chain for a requisition was accepted, rejected, or undecided (empty). | NO | ||||||||||||||||||
hua_approval_chain_final_approval_date | DATETIME |
Approval Chain Final Approval Date | Date when the last approval from an approval chain member is received for a requisition. | NO |
Name: | Recruiting Workflow Requisition Approval Chain Member |
Description: | Stores all the data related to an approval chain member on the requisitions section of the recruiting workflow. Information includes the identification of the approval chain and the member type. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | Unique system value for identifying a member on an approval chain for requisition workflows. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | Date when the member on the approval chain for a requisition workflow was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Creation Date | Date when the member on an approval chain for a requisition workflow was created. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | System generated foreign key providing a connection between an approval chain member on a requisition workflow and a specific approval chain. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
Approval Chain Member Target | Either a unique system value (for internal members) or e-mail address (for external members) that indicates where an approval chain request for a requisition is sent. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Indication on the member type (e.g., internal, external, manager) on an approval chain for a requisition. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Sequence | Numeric value indicating the order in which the approval chain member displays in a list or table. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approval | ENUM |
Approval Chain Member Approval | Indication on whether or not the approval chain member approved or rejected the requisition. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_comment | TEXT |
Approval Chain Member Comment | Textual content of any comments created by an approval chain member when the user accepted or rejected a requisition. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_final_approval_date | DATETIME |
Approval Chain Member Final Approval Date | Date when the final approval or rejection is received by an approval chain member for a requisition. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approved_by | VARCHAR(255) |
Approval Chain Member Approved By | Identity of the user (i.e., self or "on behalf of") who either accepted or rejected the requisition as an approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_hash | VARCHAR(255) |
Approval Chain Member Hash | URL sent to the approval chain member within a notification that links directly to the approval page. | NO |
Name: | Recruiting Workflow Requisition Status |
Description: | Stores all the data related to a requisition status on a recruiting workflow. Information includes the requisition status duration and status order. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_requisition_status_id | INT(10) |
Recruiting Workflow Requisition Status ID | Unique system value for identifying a requisition status (e.g., open, pending, internal, closed) on a recruiting workflow. | NO | ||||||
ats_workflow_requisition_status_date_created | DATETIME |
Recruiting Workflow Requisition Status Creation Date | Date when a requisition status on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_requisition_status_last_modified | TIMESTAMP |
Recruiting Workflow Requisition Status Last Modified | Date when a requisition status on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a requisition status on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_requisition_status_id
Relationships for ats_requisition_status_id
|
INT(10) |
Requisition Status ID | System generated foreign key providing a connection between a requisition status on a recruiting workflow and a specific requisition status (e.g., open, pending, internal). | NO | ||||||
ats_workflow_requisition_status_duration | INT(11) |
Recruiting Workflow Requisition Status Duration | Value that indicates the specific number of days during which a requisition remains a status before changing to the next status in the sequence. | NO | ||||||
ats_workflow_requisition_status_sequence | SMALLINT(6) |
Recruiting Workflow Requisition Status Sequence | Numeric value indicating the order in which a requisition status on a recruiting workflow displays in a list or table. | NO |
Name: | Recruiting Workflow Resume Submission |
Description: | Stores all the data related to a resume submission process on a recruiting workflow. Options are selected on the Resume Submisson section and include form choices, screened in directives, and notification directives. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_resume_submit_id
Relationships for ats_workflow_resume_submit_id
|
INT(10) |
Recruiting Workflow Resume Submission ID | Unique system value for identifying a resume submission process on a recruiting workflow. | NO | |||||||||
ats_workflow_resume_submit_date_created | DATETIME |
Recruiting Workflow Resume Submission Creation Date | Date when a resume submission process on a recruiting workflow was created by an authorized user. | NO | |||||||||
ats_workflow_resume_submit_last_modified | TIMESTAMP |
Recruiting Workflow Resume Submission Last Modified | Date when a resume submission process on a recruiting workflow was last revised by an authorized user. | NO | |||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific recruiting workflow. | NO | |||||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Job Seeker Type ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific job seeker type (e.g., recruiter uploaded, vendor submitted, referral). | NO | |||||||||
ats_workflow_resume_submit_screen_before_profile | TINYINT(1) |
Recruiting Workflow Resume Submission Screening Questionnaire Required | Indication that a screening questionnaire, if attached to a requisition, is required to be answered before continuing the application process. | NO | |||||||||
ats_workflow_resume_submit_screen_in_letter_id | INT(10) |
Recruiting Workflow Resume Submission Screened In Letter ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific letter used when job seekers are screened in. | NO | |||||||||
ats_workflow_resume_submit_screen_out_letter_id | INT(10) |
Recruiting Workflow Resume Submission Screened Out Letter ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific letter used when job seekers are screened out. | NO | |||||||||
ats_workflow_resume_submit_screen_out_jobseeker_status_id | INT(10) |
Recruiting Workflow Resume Submission Screened Out Job Seeker Status ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific status (e.g., resume submitted) given to a job seeker who has screened out. | NO | |||||||||
ats_workflow_resume_submit_screen_out_url | CHAR(255) |
Recruiting Workflow Resume Submission Screened Out URL | Web address (i.e., domain name) given to indicate to where a screened out job seeker is redirected upon completion of the resume submission process. | NO | |||||||||
ats_workflow_resume_submit_notify | ENUM |
Recruiting Workflow Resume Submission Notify Recruiter | Option selected on a recruiting workflow indicating when a recruiter will receive a notification about a job seeker resume submission: all instances, screened in only, or none sent. | NO | |||||||||
hua_form_id
Relationships for hua_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific dynamic form. | NO | |||||||||
ats_workflow_resume_submit_final_url | CHAR(255) |
Recruiting Workflow Resume Submission Final URL | Web address (i.e., domain name) given to indicate to where a screened in job seeker is redirected upon completion of the resume submission process. | NO | |||||||||
ats_workflow_resume_submit_secondary_form_id | INT(11) |
Recruiting Workflow Resume Submission Secondary Application Form ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific form used for secondary applications. | NO | |||||||||
hua_assessment_vendor_id
Relationships for hua_assessment_vendor_id
|
INT(11) |
Assessment Vendor ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific assessment vendor. | NO | |||||||||
ats_workflow_resume_submit_notify_hm | ENUM |
Recruiting Workflow Resume Submission Notify Hiring Manager | Option selected on a recruiting workflow indicating when a hiring manager will receive a notification about a job seeker resume submission: all instances, screened in only, or none sent. | NO | |||||||||
ats_workflow_resume_submit_screen_out_rejection_code_id | INT(11) |
Recruiting Workflow Resume Submission Screened Out Primary Rejection Code ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific primary rejection reason (e.g., took other position, declined interview invitation). | NO | |||||||||
ats_workflow_resume_submit_screen_out_second_rejection_code_id | INT(11) |
Recruiting Workflow Resume Submission Screened Out Secondary Rejection Code ID | System generated foreign key providing a connection between a resume submission process on a recruiting workflow and a specific secondary rejection reason. | NO | |||||||||
ats_workflow_resume_submit_notify_adhoc | ENUM |
Recruiting Workflow Resume Submission Notify Ad hoc | Option selected on a recruiting workflow indicating when an ad hoc user will receive a notification about a job seeker resume submission: all instances, screened in only, or none sent. | NO | |||||||||
ats_workflow_resume_submit_allow_override_diversity_setting | TINYINT(1) |
NO | |||||||||||
ats_workflow_resume_submit_allow_override_diversity_protected | TINYINT(1) |
NO | |||||||||||
ats_workflow_resume_submit_screen_out_request_assessment | TINYINT(1) |
NO | |||||||||||
ats_workflow_resume_submit_lockdown_secondary_app | TINYINT(1) |
NO | |||||||||||
hua_terms_of_use_version_id
Relationships for hua_terms_of_use_version_id
|
INT(11) |
NO |
Name: | Recruiting Workflow Resume Submission Checklist |
Description: | Stores all the data related to the resume submission checklist on a recruiting workflow. Options are selected on the Resume Submission section and include whether or not a checklist item is required by the job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_resume_submit_checklist_id | INT(10) |
Recruiting Workflow Resume Submission Checklist ID | Unique system value for identifying an item on a checklist (e.g., cover letter, skills, competencies) for a resume submission on a recruiting workflow. | NO | ||||||
ats_workflow_resume_submit_checklist_date_created | DATETIME |
Recruiting Workflow Resume Submission Checklist Creation Date | Date when a checklist for a resume submission on a recruiting workflow was created by an authorized user. | NO | ||||||
ats_workflow_resume_submit_checklist_last_modified | TIMESTAMP |
Recruiting Workflow Resume Submission Checklist Last Modified | Date when a checklist for a resume submission on a recruiting workflow was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a checklist for a resume submission on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_workflow_checklist_action_id
Relationships for ats_workflow_checklist_action_id
|
INT(10) |
Recruiting Workflow Checklist Action ID | System generated foreign key providing a connection between a checklist for a resume submission on a recruiting workflow and a specific checklist action (e.g., cover letter, skills profile, competencies profile). | NO | ||||||
ats_checklist_vendor_id | INT(10) |
Recruiting Checklist Vendor ID | System generated foreign key providing a connection between a checklist for a resume submission on a recruiting workflow and a specific vendor. | NO | ||||||
ats_jobseeker_type_id
Relationships for ats_jobseeker_type_id
|
INT(10) |
Recruiting Job Seeker Type ID | System generated foreign key providing a connection between a checklist for a resume submission on a recruiting workflow and a specific job seeker type (e.g., recruiter uploaded, vendor submitted, referral). | NO | ||||||
ats_workflow_resume_submit_checklist_required | TINYINT(1) |
Recruiting Workflow Resume Submission Checklist Required | Indication on whether or not a checklist item (e.g., cover letter, skills, competencies) is required during the resume submission process according to the recruiting workflow. | NO |
Name: | Recruiting Workflow Resume Submission Notify Ad Hoc |
Description: | Stores all the data related to ad hoc notifications for resume submissions based on selections on a recruiting workflow. Information includes the e-mail address and type. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_resume_submit_notify_adhoc_id | INT(11) |
Recruiting Workflow Resume Submission Notify Ad Hoc ID | Unique system value for identifying an ad hoc recipient for recruiting workflow resume submission notifications. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(11) |
Recruiting Workflow ID | System generated foreign key providing a connection between an ad hoc notification for a resume submission on a recruiting workflow and a specific recruiting workflow. | NO | ||||||
ats_workflow_resume_submit_notify_adhoc_address | VARCHAR(255) |
Recruiting Workflow Resume Submission Notify Ad Hoc Address | E-mail address to which a new resume submission is sent based on conditions selected on a recruiting workflow for resume submissions. | NO | ||||||
ats_workflow_resume_submit_id
Relationships for ats_workflow_resume_submit_id
|
INT(11) |
Recruiting Workflow Resume Submission ID | System generated foreign key providing a connection between an ad hoc notification for a resume submission on a recruiting workflow and a specific resume submission. | NO | ||||||
ats_workflow_resume_submit_notify_adhoc_address_type | ENUM |
Recruiting Workflow Resume Submission Notify Ad Hoc Address Type | Indication of the type (e.g., work, home) of e-mail address provided for an ad hoc user to notify of new resume submissions based on selections made on the recruiting workflow. | NO |
Name: | reference_cdsp_project_message |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_project_message_id | INT(10) |
NO | ||||||||
cdsp_project_message_last_modified | TIMESTAMP |
NO | ||||||||
cdsp_project_message_date_created | DATETIME |
NO | ||||||||
cdsp_project_id
Relationships for cdsp_project_id
|
INT(10) |
NO | ||||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
NO | ||||||||
cdsp_project_message | TEXT |
NO | ||||||||
cdsp_project_message_subject | VARCHAR(255) |
NO | ||||||||
cdsp_project_message_parent_id | INT(10) |
NO | ||||||||
cdsp_project_message_is_headline | TINYINT(1) |
NO | ||||||||
cdsp_project_message_date | DATETIME |
NO | ||||||||
cdsp_project_message_recipient | INT(10) |
NO |
Name: | reference_lms_class_owner |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
reference_lms_class_owner_id | INT(10) |
NO | ||||||||
lms_class_id
Relationships for lms_class_id
|
INT(10) |
NO | ||||||||
lms_owner_id | INT(10) |
NO | ||||||||
lms_course_learning_manager_id
Relationships for lms_course_learning_manager_id
|
INT(10) |
NO |
Name: | reference_lms_course_owner |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
reference_lms_course_owner_id | INT(10) |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(10) |
NO | ||||||||
lms_course_owner_id | INT(10) |
NO | ||||||||
lms_course_learning_manager_id
Relationships for lms_course_learning_manager_id
|
INT(10) |
NO |
Name: | Referral Assigned Award |
Description: | Stores all the data related to an award assigned to a referral. Information includes whether the award is approved and the identification of the requisition for the referral. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ers_assigned_award_id
Relationships for ers_assigned_award_id
|
INT(11) |
Referral Assigned Award ID | Unique system value for identifying an award created for referrals. | NO | |||||||||
ers_assigned_award_last_modified | TIMESTAMP |
Referral Assigned Award Last Modified | Date when an award assigned for referrals was last revised by an authorized user. | NO | |||||||||
ers_assigned_award_date_created | DATETIME |
Referral Assigned Award Creation Date | Date when an award assigned for referrals was created by an authorized user. | NO | |||||||||
ers_assigned_award_approved | DATETIME |
Referral Assigned Award Approved | Date when an award assigned for a referral was approved by an authorized user. | NO | |||||||||
ers_assigned_award_rejected | DATETIME |
Referral Assigned Award Rejected | Date when an award assigned for a referral was rejected by an authorized user. | NO | |||||||||
ats_user_id
Relationships for ats_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between an award assigned for a referral and a specific user in the database. | NO | |||||||||
ers_award_id
Relationships for ers_award_id
|
INT(11) |
Referral Award ID | System generated foreign key providing a connection between an award assigned for a referral and a specific award created by a user. | NO | |||||||||
ers_requisition_id
Relationships for ers_requisition_id
|
INT(11) |
Referral Requisition ID | System generated foreign key providing a connection between an award assigned for a referral and a specific requisition in the database. | NO | |||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between an award assigned for a referral and a specific job seeker. | NO | |||||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(11) |
Job Seeker Status ID | System generated foreign key providing a connection between an award assigned for a referral and a specific job seeker status. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
Employee User ID | System generated foreign key providing a connection between an award assigned for a referral and a specific employee in the database. | NO | |||||||||
ers_assigned_award_comment | VARCHAR(255) |
Referral Assigned Award Comment | Textual content of any comments created when an award was assigned. | NO |
Name: | Referral Assigned Award Installment |
Description: | Stores all the data related to an installment for an assigned award for a referral. Information includes the number of payout installments and the total award value. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ers_assigned_award_installment_id | INT(10) |
Referral Assigned Award Installment ID | Unique system value for identifying an installment for an assigned referral award. | NO | |||||||||
ers_assigned_award_id
Relationships for ers_assigned_award_id
|
INT(10) |
Referral Assigned Award ID | System generated foreign key providing a connection between an installment for an assigned referral award and a specific assigned award. | NO | |||||||||
ers_assigned_award_installment_num | INT(10) |
Referral Assigned Award Number of Installments | Numeric value indicating the quantity of installments to add up to the assigned referral award's monetary total. | NO | |||||||||
ers_assigned_award_installment_interval | INT(10) |
Referral Assigned Award Installment Interval | Numeric value indicating the number of days between payments of the assigned referral award. | NO | |||||||||
ers_assigned_award_installment_amount | INT(10) |
Referral Assigned Award Installment Amount | Numeric value indicating the monetary value of an installment for an assigned referral award. | NO | |||||||||
ers_assigned_award_installment_last_modified | TIMESTAMP |
Referral Assigned Award Installment Last Modified | Date when an installment for an assigned referral award was last revised by an authorized user. | NO | |||||||||
ers_assigned_award_date_created | DATETIME |
Referral Assigned Award Creation Date | Date and time when an installment for an assigned referral award was created by an authorized user. | NO | |||||||||
ers_assigned_award_installment_approval_date | DATETIME |
Referral Assigned Award Installment Approval Date | Date when an installment for an assigned referral award was approved by an authorized user (e.g., administrator). | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between an installment for an assigned referral award and a specific user in the database. | NO |
Name: | Referral Award |
Description: | Stores all the data related to awards created for the referral functionality. Information includes whether an award was suggested by an employee and the taxable value of an award. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ers_award_id
Relationships for ers_award_id
|
INT(11) |
Referral Award ID | Unique system value for identifying an award created for referrals. | NO | |||||||||
ers_award_last_modified | TIMESTAMP |
Referral Award Last Modified | Date when an award for referrals was last revised by an authorized user. | NO | |||||||||
ers_award_date_created | DATETIME |
Referral Award Creation Date | Date and time when an award for referrals was created by an authorized user (e.g., administrator or employee). | NO | |||||||||
ers_award_name | CHAR(255) |
Referral Award Name | Translation of the unique system value into a word or phrase for identifying an award for referrals. | NO | |||||||||
ers_award_description | CHAR(255) |
Referral Award Description | Phrases compiled to describe the purpose, reason, or responsibility for an award for referrals. | NO | |||||||||
ers_award_type_id
Relationships for ers_award_type_id
|
INT(11) |
Referral Award Type ID | System generated foreign key providing a connection between an award for referrals and a specific referral award type (e.g., cash, prize). | NO | |||||||||
ers_award_approved | DATETIME |
Referral Award Approved | Date and time when an award for referrals was approved by an authorized user. | NO | |||||||||
ers_award_rejected | DATETIME |
Referral Award Rejected | Date and time when an award for referrals was rejected by an authorized user. | NO | |||||||||
ers_award_active | INT(11) |
Referral Award Active | Indication on whether or not an award for referrals is active in the system or deactivated from use. | NO | |||||||||
ers_award_value | DECIMAL |
Referral Award Value | Monetary unit or phrase defining the cost to the company of an award for referrals. | NO | |||||||||
ers_award_tax_value | DECIMAL |
Referral Award Tax Value | Monetary unit indicating the value of the award received that an employee is responsible for reporting to the government for tax purposes. | NO | |||||||||
ers_award_inventory | INT(11) |
Referral Award Inventory | Numeric value indicating the quantity of items available for a specific award for referrals. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between an award for referrals and a specific user in the database. | NO | |||||||||
ers_award_suggestion_reason | CHAR(255) |
Referral Award Suggestion Reason | Verbiage created to justify the addition of a referral award by the user who suggested the award. | NO | |||||||||
ers_award_is_suggestion | TINYINT(4) |
Referral Award Is Suggestion | Indication on whether or not an award for a referral is a suggestion by an employee. | NO | |||||||||
hua_user_id_suggested_by | INT(11) |
Referral Award Suggested By User ID | System generated foreign key providing a connection between an award for referrals and a specific award suggested by an employee. | NO |
Name: | Referral Award Type |
Description: | Stores all the data related to the referral award type (e.g., cash, prize, or points). Information includes the description of the type. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ers_award_type_id
Relationships for ers_award_type_id
|
INT(11) |
Referral Award Type ID | Unique system value for identifying the type (e.g., cash, prize, points) of a referral award. | NO | ||||||
ers_award_type_last_modified | TIMESTAMP |
Referral Award Type Last Modified | Date when a referral award type was last revised by an authorized user. | NO | ||||||
ers_award_type_date_created | DATETIME |
Referral Award Type Creation Date | Date and time when a referral award type was created by an authorized user. | NO | ||||||
ers_award_type_name | CHAR(255) |
Referral Award Type Name | Translation of the unique system value into a word or phrase for identifying a referral award type. | NO | ||||||
ers_award_type_description | CHAR(255) |
Referral Award Type Description | Phrases compiled to describe the purpose or reason for a referral award type. | NO | ||||||
ers_award_type_system_flag | TINYINT(1) |
Referral Award Type System Flag | Indication on whether or not the referral award type was system generated. | NO |
Name: | Referral Source |
Description: | Stores all the data related to referral source options available for job seekers when applying for a job. Information includes if the referral source is social media and if it is automatically detected. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_referral_source_id
Relationships for ats_referral_source_id
|
INT(10) |
Referral Source ID | Unique system value for identifying the referral source of a job seeker. | NO | ||||||||||||
ats_referral_source_date_created | DATETIME |
Referral Source Creation Date | Date when the referral source was created by an authorized user. | NO | ||||||||||||
ats_referral_source_last_modified | TIMESTAMP |
Referral Source Last Modified | Date when the referral source was last revised by an authorized user. | NO | ||||||||||||
ats_referral_source_name | VARCHAR(255) |
Referral Source Name | Translation of the unique system value into a word or phrase for identifying the referral source value. | YES | ||||||||||||
ats_referral_source_order | INT(10) |
Referral Source Sequence | Numeric value used to determine the order in which a referral source displays in a list or a table. | NO | ||||||||||||
ats_referral_source_system_flag | TINYINT(1) |
Referral Source System Flag | Indication on whether or not the referral source is system generated. | NO | ||||||||||||
ats_referral_source_deactivated | TINYINT(1) |
Referral Source Deactivated | Indication on whether or not the referral source value is active in the system of deactivated from use. | NO | ||||||||||||
ats_referral_source_is_social_media | TINYINT(1) |
Referral Source Social Media | Indication on whether or not the referral source is a social media type (e.g., LinkedIn, Facebook, Twitter). | NO | ||||||||||||
ats_referral_source_referer_detect | TINYINT(1) |
Automatic Referral Source Detection | Indication on whether or not a referral source can be determined based on the referring page of the job seeker. | NO | ||||||||||||
ats_referral_source_referer_url | VARCHAR(255) |
Automatic Referral Source Detection URL | Web site URL used to automatically determine the referring page of a job seeker to obtain the referral source. | NO |
Name: | Rejected Offer Resubmission Package |
Description: | Stores all the data related to the resubmission package of a rejected offer. Information includes the benefit package associated with the resubmission package for an offer. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_offer_resubmission_package_id | INT(11) |
Offer Resubmission Package ID | Unique system value for identifying the resubmission package for a rejected offer. | NO | ||||||
ats_offer_resubmission_package_last_modified | TIMESTAMP |
Offer Resubmission Package Last Modified | Date when the resubmission package for a rejected offer was last revised by an authorized user. | NO | ||||||
ats_offer_resubmission_package_date_created | DATETIME |
Offer Resubmission Package Creation Date | Date when the resubmission package for a rejected offer was created by an authorized user. | NO | ||||||
ats_offer_id
Relationships for ats_offer_id
|
INT(11) |
Offer ID | System generated foreign key providing a connection between the resubmission package for a rejected offer and a specific offer. | NO | ||||||
hua_benefit_package_id
Relationships for hua_benefit_package_id
|
INT(11) |
Benefit Package ID | System generated foreign key providing a connection between a benefit package and how it relates to a resubmission package. | NO |
Name: | Requisition |
Description: | Stores all the data related to a requisition in the site. Information includes if the requisition has been shared with a social media site and if the requisition is a featured job. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | Unique system value for identifying a requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_company_id
Relationships for hua_company_id
|
INT(10) |
Company ID | System generated foreign key providing a connection between a requisition and a specific company. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_division_id
Relationships for hua_division_id
|
INT(10) |
Division ID | System generated foreign key providing a connection between a requisition and a division (i.e., hua_org_level_id) within a company or organizational level. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Organizational Level ID | System generated foreign key providing a connection between a requisition and a specific organizational level. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_type_id
Relationships for hua_job_type_id
|
INT(10) |
Job Type ID | System generated foreign key providing a connection between a requisition and a specific job type (e.g., full-time, part-time, contract). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_hires_needed | INT(10) |
# of Hires Needed | Numeric value for indicating the number of new hires requested on a specific requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_status_id
Relationships for ats_requisition_status_id
|
INT(10) |
Requisition Status ID | System generated foreign key providing a connection between a requisition and a specific status (e.g., open, internal, confidential, filled). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_travel_id
Relationships for hua_travel_id
|
INT(10) |
Travel ID | System generated foreign key providing a connection between a requisition and a specific travel percentage request. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_exemption_id
Relationships for ats_requisition_exemption_id
|
INT(10) |
Requisition Exemption ID | System generated foreign key providing a connection between a requisition and a specific exemption status (e.g., exempt or non-exempt). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_bypass_approval | TINYINT(1) |
Requisition Bypass Approval | Indication on whether or not a newly created requisition bypasses approval. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_eeoc_group_id | INT(10) |
Requisition EEOC Group ID | System generated foreign key providing a connection between a requisition and a specific EEOC job group (e.g., 05A-Office Professionals). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_eeoc_category_id | INT(10) |
Requisition EEOC Category ID | System generated foreign key providing a connection between a requisition and a specific EEOC category (e.g., 5-Administrative Support Workers). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_hiring_manager_id | INT(10) |
Requisition Hiring Manager ID | System generated foreign key providing a connection between a requisition and a specific hiring manager in the site. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_template | SMALLINT(5) |
Requisition Template | Indication on which template was used to create the requisition based on the recruiting workflow specifications. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_creator_id | INT(10) |
Requisition Creator ID | System generated foreign key providing a connection between a requisition and a specific user who created the requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_last_modified | TIMESTAMP |
Requisition Last Modified | Date when the requisition was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_date_created | DATETIME |
Requisition Creation Date | Date when the requisition was created by an authorized user. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_title | VARCHAR(255) |
Requisition Title | Translation of the unique system value into a word or phrase for identifying the title of the requisition. | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_description | TEXT |
Requisition Description | Content describing the purpose or responsibilities of the job for which the requisition is created. | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
Job ID | System generated foreign key providing a connection between a requisition and the unique value that displays in the URL to identify a job. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_posted_date | DATETIME |
Requisition Date Posted | Date when the requisition was posted for job seekers (e.g., internal, external) to review on recruiting portals. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_request_global | TINYINT(1) |
Requisition Request Global | Indicates whether or not a requisition has permission for global approvals. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_recruiter_id | INT(10) |
Requisition Recruiter ID | System generated foreign key providing a connection between a requisition and a specific user who is a recruiter for that requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_level_id
Relationships for ats_requisition_level_id
|
INT(10) |
Requisition Level ID | System generated foreign key providing a connection between a requisition and a specific requisition level on a dynamic form. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Workflow ID | System generated foreign key providing a connection between a requisition and a specific recruiting workflow. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_education_level_id
Relationships for ats_education_level_id
|
INT(10) |
Education Level ID | System generated foreign key providing a connection between a requisition and a specific education level (e.g., Bachelor's Degree, Doctorate). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_draft | TINYINT(3) |
Requisition Draft | Indication on whether the requisition was saved in an incomplete state by the creator and will be finished at a later date. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_bonus | VARCHAR(255) |
Requisition Bonus | Content relating to details of any bonus options available for a requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_date_required | DATE |
Requisition Date Required | Target date of when the creator of the requisition requires new hires to fill the available positions. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_salary_grade_id
Relationships for hua_salary_grade_id
|
INT(10) |
Salary Grade ID | System generated foreign key providing a connection between a requisition and a specific salary grade. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_offer_relocation | TINYINT(1) |
Requisition Offer Relocation | Indication on whether a requisition offers a relocation allowance to a job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_shift_type_id
Relationships for ats_requisition_shift_type_id
|
INT(10) |
Requisition Shift Type ID | System generated foreign key providing a connection between a requisition and a specific type of shift (e.g., day, evenings, first shift). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_dynamic_form_id
Relationships for hua_dynamic_form_id
|
INT(10) |
Dynamic Form ID | System generated foreign key providing a connection between a requisition and a specific dynamic form on which the requisition was created. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_internal_screening_questionnaire_active | TINYINT(1) |
Requisition Internal Screening Questionnaire Active | Indication on whether or not a requisition has an active internal screening questionnaire. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_external_screening_questionnaire_active | TINYINT(1) |
Requisition External Screening Questionnaire Active | Indication on whether or not the requisition has an active external screening questionnaire. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_views | INT(10) |
# of Job Views | This is how many views the job has received on your Career Center. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_fill_date | DATETIME |
Requisition Date Filled | Date when the quantity of new hires matches the quantity requested for the requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_ofccp_id | VARCHAR(255) |
Requisition OFCCP ID | System generated foreign key providing a connection between a requisition and a specific OFCCP code. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_ofccp_details | TEXT |
Requisition OFCCP Details | Content describing the fundamentals of the OFCCP code. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_exact_wage_amount | VARCHAR(255) |
Requisition Exact Wage Amount | Numeric value associating a specific salary with a requisition rather than a salary range. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_code | VARCHAR(255) |
Req # | Unique code conceived by the creator of the requisition and used for identifying the requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_position_type
Relationships for ats_requisition_position_type
|
INT(11) |
Requisition Position Type | System generated foreign key providing a connection between a requisition and a specific position type (e.g., salaried, hourly). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_requirements | TEXT |
Requisition Requirements | Content describing the skills and competencies necessary for a job seeker in order to be considered as a potential candidate for the requisition. | YES | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_aa_plan_id | VARCHAR(255) |
Requisition Affirmative Action Plan ID | System generated foreign key providing a connection between a requisition and a specific Affirmative Action plan. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_routed_user_id | INT(10) |
Requisition Routed User ID | System generated foreign key providing a connection between a requisition and a specific user to whom a requisition was routed for completion or review. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_lens_key | VARCHAR(255) |
Requisition Lens Key | Identification used to associate a requisition with a specific Lens key for parsing purposes. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_personality_assessment | TINYINT(1) |
Requisition Personality Assessment | System generated foreign key providing a connection between a requisition and a specific personality assessment. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_lens_failed | TINYINT(1) |
Requisition Lens Failed | Indication that the parsing of a requisition through Lens failed. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_social_media_shared_facebook | TINYINT(1) |
Requisition Shared Via Facebook | Indication that the requisition details are shared via the social media site Facebook. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_social_media_shared_twitter | TINYINT(1) |
Requisition Shared Via Twitter | Indication that the requisition details were shared via Twitter (social media). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_social_media_shared_linkedin | TINYINT(1) |
Requisition Shared Via LinkedIn | Indication that the requisition details were shared via the social media site LinkedIn. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_visible_posted_date | DATETIME |
Requisition Posted Date Visable | Indication on whether or not the posted date information is visible to the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_featured_job | TINYINT(1) |
Requisition Featured Job | Indication on whether or not requisition is flagged as "featured" and prominently placed in the results of a job search. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_lens_crc | INT(11) |
Requisition Lens CRC | Internal safety check to verify a requisition is parsed correctly by Lens and that the requisition has not been revised since it was last parsed. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_apply_online | TINYINT(1) |
Requisition Apply Online Only | Indicates whether or not a job seeker must apply online for a posted requisition. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_alternate_apply_method | VARCHAR(255) |
Requisition Alternate Apply Method | Instructional information indicating how job seeker should apply to a requisition if applying online is not an option for the job seeker. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_cost_center_id
Relationships for hua_cost_center_id
|
INT(10) |
Cost Center ID | System generated foreign key providing a connection between a requisition and a specific cost center in the database. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_hourly_shift_type_id
Relationships for ats_requisition_hourly_shift_type_id
|
INT(10) |
Requisition Hourly Shift Type ID | System generated foreign key providing a connection between a requisition and a specific hourly shift type (e.g., first shift, night shift). | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_hourly_shift_type_schedule_id
Relationships for ats_requisition_hourly_shift_type_schedule_id
|
INT(10) |
Requisition Hourly Shift Type Schedule ID | System generated foreign key providing a connection between a requisition and a specific hourly shift type schedule | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_is_evergreen | TINYINT(1) |
Requisition Is Evergreen | Indicates whether or not a requisition is ever considered Filled, but the status is always Open. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_status_lock | TINYINT(1) |
ATS Requisition Status Lock | Contains 1 for True or 0 for False as Value for Requisition Lock | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_default_jobseeker_type_id
Relationships for ats_requisition_default_jobseeker_type_id
|
TINYINT(4) |
ATS Requisition Default Jobseeker Type ID | Default Jobseeker Type for this requisition. Will contain one of the Unique Jobseeker Type IDs. | NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_translation_visibility_flag | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_send_to_ers | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hua_taxable_entity_id
Relationships for hua_taxable_entity_id
|
INT(11) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_lockdown_flag | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_from_api | TINYINT(1) |
NO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_easy_apply | TINYINT(1) |
NO |
Name: | Requisition Ad hoc Notification |
Description: | Stores all the data related to a requisition notification to an ad hoc address. Information includes the identification of the recruiting workflow to which the notification option is associated and the e-mail address to which the notification is sent. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_notify_adhoc_id | INT(11) |
Requisition Ad hoc Notification ID | Unique system value for identifying an ad hoc notification for a requisition. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a requisition notification to an ad hoc address and a specific requisition. | NO | |||||||||||||||
ats_requisition_notify_adhoc_address | VARCHAR(255) |
Requisition Ad hoc Notification Address | E-mail address to which the requisition notification was sent. | NO | |||||||||||||||
ats_workflow_resume_submit_id
Relationships for ats_workflow_resume_submit_id
|
INT(11) |
Workflow Resume Submit ID | System generated foreign key providing a connection between a requisition notification ad hoc action and a specific recruiting workflow resume submission. | NO | |||||||||||||||
ats_requisition_notify_adhoc_address_type | ENUM |
Requisition Ad hoc Notification Address Type | Indication of the type of address for ad hoc notifications regarding requisitions. | NO | |||||||||||||||
ats_requisition_notify_adhoc_additionals | VARCHAR(20) |
NO |
Name: | Requisition Approval Chain |
Description: | Stores all the data related to approval chains and their association with requisitions. Information includes the approval chain type and the decision of the approval chain. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | Unique system value for identifying an approval chain used in the site. | NO | ||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | Date when the approval chain for the site was last revised by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Date Created | Date when the approval chain for the site was created by an authorized user. | NO | ||||||||||||||||||
hua_approval_chain_target_id | INT(11) |
Approval Chain Target ID | System generated foreign key providing a connection between a requisition approval chain and to which requisition the approval chain is applied. | NO | ||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Indication on the type (e.g., serial or parallel) of approval chain. | NO | ||||||||||||||||||
hua_approval_chain_approval | ENUM |
Approval Chain Approval Decision | Indication on whether or not the decision of the approval chain was to approve or reject the requisition. | NO | ||||||||||||||||||
hua_approval_chain_final_approval_date | DATETIME |
Approval Chain Final Approval Date | Date when the final approval or rejection was received on the requisition pending approval. | NO | ||||||||||||||||||
hua_approval_chain_requestor_user_id | INT(11) |
Approval Chain Requestor ID | System generated foreign key providing a connection between the requisition approval chain and the authorized user who requested the approval chain process. | NO |
Name: | Requisition Approval Chain Member |
Description: | Stores all the data related to the approval chain members for each requisition. Information includes the member type and any comments left by a member when approving or rejecting a requisition. |
Column | Type | Name | Description | Token? | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | Unique system value identifying the member on an approval chain. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | Date when the member on the approval chain was last revised by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Creation Date | Date when the member on the approval chain was created by an authorized user. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | System generated foreign key providing a connection between a requisition approval chain member and an approval chain used in the site. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
Approval Chain Member Target | Either a unique system value (for internal members) or e-mail address (for external members) that indicates where an approval chain request is sent. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Indication on the member type (e.g., internal, external, manager) on an approval chain. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Sequence | Numeric value indicating the order in which the approval chain member displays in a list or table. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approval | ENUM |
Approval Chain Member Approval | Indication on whether the approval chain member approved or rejected the requisition. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_comment | TEXT |
Approval Chain Member Comment | Body or text of any comments created by an approval chain member when the user accepted or rejected a requisition. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_final_approval_date | DATETIME |
Approval Chain Member Final Approval Date | Date when the final approval or rejection is received by the approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_approved_by | VARCHAR(255) |
Approval Chain Member Approved By | Identity of the user (i.e., self or "on behalf of") who either accepted or rejected the requisition as the approval chain member. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_hash | VARCHAR(255) |
Approval Chain Member Hash | URL sent to approval chain member within a notification that links directly to the approval. | NO | ||||||||||||||||||||||||||||||
hua_approval_chain_member_reminder_date | DATETIME |
NO |
Name: | Requisition Approval Transaction |
Description: | Stores all the data related to the requisition approval transaction that is noted in the requisition transaction log. Information includes the user who is associated with the approval transaction log entry and the decision of the requisition approval. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_approval_transaction_id | INT(10) |
Requisition Approval Transaction ID | Unique system value for identifying the transaction of a requisition approval. | NO | |||||||||||||||
ats_requisition_approval_transaction_last_modified | TIMESTAMP |
Requisition Approval Transaction Last Modified | Date when the transaction of a requisition approval was last modified by an authorized user. | NO | |||||||||||||||
ats_requisition_approval_transaction_date_created | DATETIME |
Requisition Approval Transaction Creation Date | Date when the transaction of a requisition approval was created by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition and a specific requisition approval transaction. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a requisition approval transaction and the authorized user who is associated with the transaction. | NO | |||||||||||||||
ats_requisition_approval_transaction_approver_decision | ENUM |
Requisition Approval Transaction Decision | Decision (e.g., approved, rejected) noted in the transaction made by the approver for the requisition approval request. | NO | |||||||||||||||
ats_requisition_approval_transaction_user_name | VARCHAR(255) |
Requisition Approval Transaction User Name | Translation of the user value identifying the individual related to the requisition approval transaction. | NO | |||||||||||||||
ats_requisition_approval_transaction_on_behalf_of | VARCHAR(255) |
Requisition Approval Transaction On Behalf Of | Identity of the user (i.e., self or "on behalf of") whose approval or rejection action is noted in the requisition approval transaction. | NO | |||||||||||||||
ats_requisition_approval_transaction_requisition_title | VARCHAR(255) |
Requisition Approval Transaction Requisition Title | Translation of the requisition system value into a word or phrase identifying the requisition title. | NO | |||||||||||||||
ats_requisition_approval_transaction_requisition_code | VARCHAR(255) |
Requisition Approval Transaction Requisition Code | Unique system value for a requisition code relating it to the requisition approval transaction. | NO |
Name: | Requisition Assessment Package |
Description: | Stores all the data related to the requisition assessment package. Information includes the identification of the associated requisition and the order in which the assessment package displays in a list. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_assessment_package_id
Relationships for ats_requisition_assessment_package_id
|
INT(11) |
Requisition Assessment Package ID | Unique system value for identifying a requisition assessment package. | NO | |||||||||||||||
ats_requisition_assessment_package_last_modified | TIMESTAMP |
Requisition Assessment Package Last Modified | Date when the requisition assessment package was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_assessment_package_date_created | DATETIME |
Requisition Assessment Package Creation Date | Date when the requisition assessment package was created by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a requisition assessment package and a specific requisition. | NO | |||||||||||||||
hua_assessment_package_id
Relationships for hua_assessment_package_id
|
INT(11) |
Assessment Package ID | System generated foreign key providing a connection between a specific assessment package used for requisition assessments. | NO | |||||||||||||||
ats_requisition_assessment_package_order | INT(11) |
Requisition Assessment Package Sequence | Numeric value indicating the order in which the requisition assessment package displays in a list or table. | NO |
Name: | Requisition Attachment |
Description: | Stores all the data related to an attachment on a requisition. Information includes the identification of the related requisition and the identification of the attachment. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_attachment_id | INT(10) |
Requisition Attachment ID | Unique system value for identifying an attachment on a requisition. | NO | |||||||||||||||
ats_requisition_attachment_date_created | DATETIME |
Requisition Attachment Creation Date | Date when the attachment was added to the requisition. | NO | |||||||||||||||
ats_requisition_attachment_last_modified | TIMESTAMP |
Requisition Attachment Last Modified | Date when the attachment on a requisition was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition attachment and a specific requisition in the database. | NO | |||||||||||||||
hua_attachment_id
Relationships for hua_attachment_id
|
INT(10) |
Attachment ID | System generated foreign key providing a connection between a requisition attachment and a specific attachment. | NO | |||||||||||||||
ats_requisition_attachment_name | VARCHAR(255) |
NO | |||||||||||||||||
ats_requisition_attachment_is_internal | TINYINT(1) |
NO | |||||||||||||||||
ats_requisition_attachment_is_external | TINYINT(1) |
NO | |||||||||||||||||
ats_requisition_attachment_is_approver | TINYINT(1) |
NO |
Name: | Requisition Award Plan |
Description: | Stores all the data related to the requisition award plans. Information includes which job seeker type triggers an award and the requisition award pay mode. Join the ers_award table to obtain the name of the award. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ers_requisition_award_id
Relationships for ers_requisition_award_id
|
INT(11) |
Requisition Award Plan ID | Unique system value for identifying a referral award plan associated with a requisition. | NO | ||||||
ers_requisition_award_last_modified | TIMESTAMP |
Requisition Award Plan Last Modified | Date and time when a referral award plan associated with a requisition was last revised by an authorized user. | NO | ||||||
ers_requisition_award_date_created | DATETIME |
Requisition Award Plan Creation Date | Date and time when a referral award plan associated with a requisition was created by an authorized user (e.g., administrator, recruiter). | NO | ||||||
ats_jobseeker_status_id
Relationships for ats_jobseeker_status_id
|
INT(11) |
Job Seeker Status ID | System generated foreign key providing a connection between a referral award plan on a requisition and a specific job seeker status that triggers the award distribution. | NO | ||||||
ers_award_id
Relationships for ers_award_id
|
INT(11) |
Referral Award ID | System generated foreign key providing a connection between a referral award plan associated with a requisition and a specific referral award. | NO | ||||||
ers_requisition_id
Relationships for ers_requisition_id
|
INT(11) |
Employee Referral Requisition ID | System generated foreign key providing a connection between a referral award plan associated with a requisition and a specific requisition in the database. | NO | ||||||
ers_requisition_award_scope | ENUM |
Requisition Award Scope | Indication on which job seeker type (e.g., Any, External, Internal) is eligible to trigger a referral award for an employee when a specific job seeker status is reached by the referral. | NO | ||||||
ers_requisition_award_pay_mode | ENUM |
Requisition Award Pay Mode | Indication on whether a referral award is distributed to an employee when the referral status trigger (e.g., interview, hired) occurs or after a referral is hired at the company. | NO | ||||||
ers_requisition_award_interval | INT(11) |
Requisition Award Payout Interval | Numeric value indicating the time span, in days, between installment payments for a referral award. | NO |
Name: | Requisition Award Plan Installment |
Description: | Stores all the data related to an installment plan for an award that is associated to a requisition. Information includes the amount of the installments and the frequency of the installments. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ers_requisition_award_installment_id | INT(10) |
Requisition Award Plan Installment ID | Unique system value for identifying an award plan installment associated with a requisition. | NO | ||||||
ers_requisition_award_id
Relationships for ers_requisition_award_id
|
INT(10) |
Requisition Award ID | System generated foreign key providing a connection between an award plan installment associated with a requisition and a specific requisition award. | NO | ||||||
ers_requisition_award_installment_num | INT(10) |
Requisition Award Plan Installment Number | Numeric value indicating the quantity of installments for a requisition award plan. | NO | ||||||
ers_requisition_award_installment_interval | INT(10) |
Requisition Award Plan Installment Interval | Numeric value indicating the time span, in days, between installment payments for a requisition award. | NO | ||||||
ers_requisition_award_installment_amount | INT(10) |
Requisition Award Plan Installment Amount | Numeric value indicating the monetary amount of an installment on an award plan for a requisition. | NO | ||||||
ers_requisition_award_installment_last_modified | TIMESTAMP |
Requisition Award Plan Installment Last Modified | Date and time when an award plan installment for a requisition was last revised by an authorized user. | NO | ||||||
ers_requisition_award_installment_date_created | DATETIME |
Requisition Award Plan Installment Creation Date | Date and time when an award plan installment for a requisition was created by an authorized user. | NO |
Name: | Requisition Career Level |
Description: | Stores all the data related to requisition career level options available when creating a requisition. Information includes the identification of the requisition career level, the order in which the requisition career level displays in a table, and if the level is deactivated from use. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_level_id
Relationships for ats_requisition_level_id
|
INT(10) |
Requisition Career Level ID | Unique system value for identifying a career level option for requisitions. | NO | ||||||||||||
ats_requisition_level_value | VARCHAR(255) |
Requisition Career Level Value | Translation of the unique system value into a word or phrase for identifying the requisition career level option (e.g., experienced, entry level, manager). | YES | ||||||||||||
ats_requisition_level_order | INT(10) |
Requisition Career Level Sequence | Numeric value indicating the order in which the career level options for a requisition display in a list or table. | NO | ||||||||||||
ats_requisition_level_date_created | DATETIME |
Requisition Career Level Creation Date | Date when the requisition career level option was created. | NO | ||||||||||||
ats_requisition_level_last_modified | TIMESTAMP |
Requisition Career Level Last Modified | Date when the requisition career level option was last revised by an authorized user. | NO | ||||||||||||
ats_requisition_level_deactivated | TINYINT(1) |
Requisition Career Level Deactivated | Indication on whether or not the requisition career level is active in the system or deactivated from use. | NO | ||||||||||||
ats_requisition_level_system_flag | TINYINT(1) |
Requisition Career Level System Flag | Indication on whether or not the requisition career level option was system generated. | NO | ||||||||||||
ats_requisition_level_code | VARCHAR(255) |
ATS Requisition Level Code | ATS Requisition Level Code | NO | ||||||||||||
ats_requisition_level_protected | TINYINT(1) |
ATS Requisition Level Protected | Whether the ATS Requisition Level is system protected or not. | NO |
Name: | Requisition Categories |
Description: | Stores all the data related to categories for requisitions. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_categories_id | INT(10) |
Requisition Categories ID | Unique system value relating a requisition with one of its selected categories. | NO | |||||||||||||||
ats_requisition_categories_last_modified | TIMESTAMP |
Requisition Categories Last Modified | Date when the categories on a requisition were last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_categories_date_created | DATETIME |
Requisition Categories Creation Date | Date when the categories on a requisition were created by an authorized user. | NO | |||||||||||||||
ats_requisition_category_id
Relationships for ats_requisition_category_id
|
INT(10) |
Requisition Category ID | System generated foreign key providing a connection between a requisition category (e.g., administrative, customer service, I.T.) and an associated HUA job category. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition category and a specific requisition. | NO |
Name: | Requisition Creation Option |
Description: | Stores all the data related to the available creation options for requisitions. Information includes the identification of the options, the order in which the options display in a list, and if the option is deactivated from use. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_requisition_creation_option_id | INT(11) |
Requisition Creation Option ID | Unique system value for identifying the requisition creation option. | NO |
ats_requisition_creation_option_value | VARCHAR(255) |
Requisition Creation Option Value | Translation of the unique system value into a word or phrase for identifying the requisition creation option (e.g., personal template, global template, requisition only). | NO |
ats_requisition_creation_option_order | INT(11) |
Requisition Creation Option Sequence | Numeric value indicating the order in which the options for requisition creation display in a list. | NO |
ats_requisition_creation_option_date_created | DATETIME |
Requisition Creation Option Creation Date | Date when the requisition creation option was created by an authorized user. | NO |
ats_requisition_creation_option_last_modified | TIMESTAMP |
Requisition Creation Option Last Modified | Date when the requisition creation option was last revised by an authorized user. | NO |
ats_requisition_creation_option_deactivated | TINYINT(1) |
Requisition Creation Option Deactivated | Indication on whether or not the requisition creation option is active in the system or deactivated from use. | NO |
ats_requisition_creation_option_system_flag | TINYINT(1) |
Requisition Creation Option System Flag | Indication on whether or not the requisition creation option was system generated. | NO |
Name: | Requisition Detail Field |
Description: | Stores all the data related to the requisition details shown to internal and external job seekers. Information includes the order in which the detail field displays on a requisition and whether or not the field is active in the system or deactivated from use. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_requisition_detail_field_id | INT(10) |
Requisition Detail Field ID | Unique system value for identifying a requisition detail field. | NO |
ats_requisition_detail_field_date_created | DATETIME |
Requisition Detail Field Creation Date | Date when the requisition detail field was created by an authorized user. | NO |
ats_requisition_detail_field_last_modified | TIMESTAMP |
Requisition Detail Field Last Modified | Date when the requisition detail field was last revised by an authorized user. | NO |
ats_requisition_detail_field_order | INT(10) |
Requisition Detail Field Sequence | Numeric value indicating the order in which the fields for the requisition details display on the page. | NO |
ats_requisition_detail_field_value | VARCHAR(255) |
Requisition Detail Field Value | Translation of the unique system value into a word or phrase for identifying the requisition detail field. | NO |
ats_requisition_detail_field_deactivated | TINYINT(1) |
Requisition Detail Field Deactivated | Indication on whether or not the requisition detail field is active in the system or deactivated from use. | NO |
ats_requisition_detail_field_system_flag | TINYINT(1) |
Requisition Detail Field System Flag | Indication on whether or not the requisition detail field was system generated. | NO |
Name: | Requisition Employee Referral |
Description: | Stores all the data related to a referral submitted by an employee to a requisition. Information includes any comments created by the employee when the referral was submitted. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ers_requisition_referral_id | INT(11) |
Requisition Employee Referral ID | Unique system value for identifying an employee referral submitted to a requisition. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between a referral submitted by an employee for a requisition and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a referral submitted by an employee for a requisition and a specific requisition. | NO | |||||||||||||||
ers_requisition_referral_last_modified | TIMESTAMP |
Requisition Employee Referral Last Modified | Date and time when an employee referral to a requisition was last revised by an authorized user (e.g., employee, recruiter, referral). | NO | |||||||||||||||
ers_requisition_referral_date_created | DATETIME |
Requisition Employee Referral Creation Date | Date and time when an employee submitted a referral to a requisition for consideration. | NO | |||||||||||||||
ers_requisition_referral_comment | VARCHAR(255) |
Requisition Employee Referral Comment | Textual content of any comments created by the employee when submitting a referral to a requisition. | NO | |||||||||||||||
ers_requisition_referral_source | INT(11) |
Requisition Employee Referral Source | Origin of the data (e.g., employee name) obtained through the completion of an employee referral to a requisition. | NO |
Name: | Requisition Exemption |
Description: | Stores all the data related to exemption options for requisitions. Information includes the order in which the exemption option displays in a list or table and whether or not the requisition exemption is deactivated from use. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_exemption_id
Relationships for ats_requisition_exemption_id
|
INT(11) |
Requisition Exemption ID | Unique system value for identifying a requisition exemption option. | NO | |||||||||
ats_requisition_exemption_value | VARCHAR(255) |
Requisition Exemption Value | Translation of the unique system value into a word or phrase for identifying the requisition exemption option (e.g., exempt, non-exempt). | YES | |||||||||
ats_requisition_exemption_order | INT(11) |
Requisition Exemption Sequence | Numeric value indicating the order in which exemption options for requisitions displays in a list or table. | NO | |||||||||
ats_requisition_exemption_date_created | DATETIME |
Requisition Exemption Creation Date | Date when the requisition exemption option was created. | NO | |||||||||
ats_requisition_exemption_last_modified | TIMESTAMP |
Requisition Exemption Last Modified | Date when the requisition exemption option was last revised by an authorized user. | NO | |||||||||
ats_requisition_exemption_deactivated | TINYINT(1) |
Requisition Exemption Deactivated | Indication on whether or not the requisition exemption option is active in the system or deactivated from use. | NO | |||||||||
ats_requisition_exemption_system_flag | TINYINT(1) |
Requisition Exemption System Flag | Indication on whether or not the requisition exemption option was system generated. | NO | |||||||||
ats_requisition_exemption_logical_value | VARCHAR(255) |
NO | |||||||||||
ats_requisition_exemption_protected | VARCHAR(255) |
NO |
Name: | Requisition Hourly Shift Type Schedule |
Description: | Stores the data related to the hourly shift type schedule for a requisition. Information includes the order in which an option displays in a table and the start and end times for a shift. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_hourly_shift_type_schedule_id
Relationships for ats_requisition_hourly_shift_type_schedule_id
|
INT(10) |
Requisition Hourly Shift Type Schedule ID | Unique system value for identifying a requisition hourly shift type schedule. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_date_created | DATETIME |
Requisition Hourly Shift Type Schedule Creation Date | Date and time when the requisition hourly shift type schedule was created by an authorized user. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_last_modified | TIMESTAMP |
Requisition Hourly Shift Type Schedule Last Modified | Date when the requisition hourly shift type schedule was last revised by an authorized user. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_value | VARCHAR(255) |
Requisition Hourly Shift Type Schedule Value | Translation of the unique system value into a word or phrase for identifying the requisition hourly shift type schedule option selected. | YES | |||||||||
ats_requisition_hourly_shift_type_schedule_start_time | TIME |
Requisition Hourly Shift Type Schedule Start Time | Time designated as when an hourly shift type schedule for a requisition interval begins. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_end_time | TIME |
Requisition Hourly Shift Type Schedule End Time | Time designated as when an hourly shift type schedule for a requisition interval ends. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_order | INT(10) |
Requisition Hourly Shift Type Schedule Sequence | Numeric value indicating the order in which the hourly shift type schedule for the requisition displays in a list or table. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_deactivated | TINYINT(1) |
Requisition Hourly Shift Type Schedule Deactivated | Indication on whether or not the hourly shift type for a requisition schedule is active in the system or deactivated from use. | NO | |||||||||
ats_requisition_hourly_shift_type_id
Relationships for ats_requisition_hourly_shift_type_id
|
INT(10) |
Requisition Hourly Shift Type ID | System generated foreign key providing a connection between a requisition hourly shift type schedule and a specific hourly shift type for a requisition. | NO |
Name: | Requisition Hourly Shift Type Schedule Day |
Description: | Stores the data related to the requisition hourly shift type schedule day. Information includes identification of the day selected and the requisition. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_hourly_shift_type_schedule_day_id
Relationships for ats_requisition_hourly_shift_type_schedule_day_id
|
INT(10) |
Requisition Hourly Shift Type Schedule Day ID | Unique system value for identifying an option selected for the day (e.g., Monday, Friday) in a requisition hourly shift type schedule. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_day_date_created | DATETIME |
Requisition Hourly Shift Type Schedule Day Creation Date | Date and time when the requisition hourly shift type schedule day was created by an authorized user. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_day_last_modified | TIMESTAMP |
Requisition Hourly Shift Type Schedule Day Last Modified | Date when the requisition hourly shift type schedule day was last revised by an authorized user. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_id
Relationships for ats_requisition_hourly_shift_type_schedule_id
|
INT(10) |
Requisition Hourly Shift Type Schedule ID | System related foreign key providing a connection between a requisition hourly shift type schedule day and a specific requisition hourly shift type schedule. | NO | |||||||||
ats_requisition_hourly_shift_type_schedule_day | VARCHAR(255) |
Requisition Hourly Shift Type Schedule Day | Translation of the unique system value into a word or phrase for identifying the requisition hourly shift type schedule day. | NO |
Name: | Requisition Kiosk |
Description: | Stores all the data related to a requisition kiosk. Information includes the identification of the user who created the kiosk requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_kiosk_id | INT(10) |
Requisition Kiosk ID | Unique system value for identifying a requisition kiosk. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a kiosk requisition and a specific requisition. | NO | |||||||||||||||
ats_kiosk_id
Relationships for ats_kiosk_id
|
INT(10) |
Kiosk ID | System generated foreign key providing a connection between a kiosk requisition and a specific kiosk. | NO | |||||||||||||||
ats_requisition_kiosk_creator_id | INT(10) |
Requisition Kiosk Creator ID | Unique system value for identifying the individual responsible for creating the kiosk requisition. | NO | |||||||||||||||
ats_requisition_kiosk_date_created | DATETIME |
Requisition Kiosk Creation Date | Date when the kiosk requisition was created by an authorized user. | NO | |||||||||||||||
ats_requisition_kiosk_last_modified | TIMESTAMP |
Requisition Kiosk Last Modified | Date when the kiosk requisition was last revised by an authorized user. | NO |
Name: | Requisition Language |
Description: | Stores all the data related to translating requisition details in an alternate language other than the default language value. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_language_id | INT(10) |
Requisition Language ID | Unique system value for identifying the alternate language translation for a requisition. | NO | |||||||||||||||
ats_requisition_language_date_created | DATETIME |
Requisition Language Creation Date | Date when the alternate language translation for the requisition was created. | NO | |||||||||||||||
ats_requisition_language_last_modified | TIMESTAMP |
Requisition Language Last Modified | Date when the alternate language translation for the requisition was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between an alternate language for a requisition and a specific requisition. | NO | |||||||||||||||
hua_language_id
Relationships for hua_language_id
|
INT(10) |
Language ID | System generated foreign key providing a connection between an alternate language translation for a requisition and a specific language value in the site. | NO |
Name: | Requisition Last Transaction |
Description: | Used as Modified or Latest Transaction column on Manage Requisitions page |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | The unique ID of the ATS Requisition Last Transaction 1 to 1 with Requisition ID from parent table | NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_last_transaction_time | DATETIME |
Requisition Last Transaction Time | Calculated last transaction time generated during requisition transactions, not the same as when req was last modified | NO |
Name: | Requisition Location Association |
Description: | Stores all the data related to the location association for the requisition. Information includes identification of the location and whether or not a location is the primary location for the requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_to_hua_location_id | INT(10) |
Requisition Location Association ID | Unique system value for identifying a requisition with a site location (i.e., physical address). | NO | |||||||||||||||
ats_requisition_to_hua_location_last_modified | TIMESTAMP |
Requisition Location Association Last Modified | Date when the site location on the requisition was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_to_hua_location_date_created | DATETIME |
Requisition Location Association Creation Date | Date when the site location on the requistion was created. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition site location and a specific requisition. | NO | |||||||||||||||
hua_location_id
Relationships for hua_location_id
|
INT(10) |
Location ID | System generated foreign key providing a connection between a requisition site location and a specific location. | NO | |||||||||||||||
ats_requisition_to_hua_location_primary | TINYINT(1) |
Requisition Location Association Primary | Indication on whether or not the requisition site location is the primary location choice for the requisition. | NO |
Name: | Requisition Position Classification Type |
Description: | Stores all the data related to the position classification on a requisition. Information includes the identification of the position classification and if the option is active in the site or deactivated from use. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_position_type_id
Relationships for ats_requisition_position_type_id
|
INT(11) |
Requisition Position Classification ID | Unique system value for identifying a position classification for a requisition. | NO | ||||||||||||
ats_requisition_position_type_value | VARCHAR(255) |
Requisition Position Classification Value | Translation of the unique system value into a word or phrase for identifying a position classification (e.g., salaried, hourly) on a requisition. | YES | ||||||||||||
ats_requisition_position_type_order | INT(11) |
Requisition Position Classification Sequence | Numeric value indicating the order in which the requisition position classification displays in a list or a table. | NO | ||||||||||||
ats_requisition_position_type_date_created | DATETIME |
Requisition Position Classification Creation Date | Date when the position classification for a requisition was created. | NO | ||||||||||||
ats_requisition_position_type_last_modified | TIMESTAMP |
Requisition Position Classification Last Modified | Date when the position classification for a requisition was last revised by an authorized user. | NO | ||||||||||||
ats_requisition_position_type_deactivated | TINYINT(1) |
Requisition Position Classification Deactivated | Indication on whether or not a specific position classification for a requisition is active in the system or deactivated from use. | NO | ||||||||||||
ats_requisition_position_type_system_flag | TINYINT(1) |
Requisition Position Classification System Flag | Indication on whether or not the position classification for a requistion was sytem generated. | NO |
Name: | Requisition Recruiting Team |
Description: | Stores all the data related to a requisition and its recruiting team. Information includes the identification of the recruiting team and the identification of the specific requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_team_id | INT(10) |
Requisition Team ID | Unique system value for identifying a recruiting team on a requisition. | NO | |||||||||||||||
ats_requisition_team_last_modified | TIMESTAMP |
Requisition Team Last Modified | Date when the recruiting team on a requisition was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_team_date_created | DATETIME |
Requisition Team Creation Date | Date when the recruiting team for a requisition was created. | NO | |||||||||||||||
ats_team_id
Relationships for ats_team_id
|
INT(10) |
Recruiting Team ID | System generated foreign key providing a connection between a recruiting team on a requisition and a specific recruiting team. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a recruiting team on a requisition and a specific requisition. | NO |
Name: | Requisition Screening Questionnaire |
Description: | Stores all the data related to the recruiting screening questionnaire for a requisition. Information includes if the screening questionnaire is used for internal job seekers and if the screening questionnaire is used for external job seekers. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_screening_questionnaire_id | INT(10) |
Requisition Screening Questionnaire ID | Unique system value for identifying a requisition screening questionnaire. | NO | |||||||||||||||
ats_requisition_screening_questionnaire_date_created | DATETIME |
Requisition Screening Questionnaire Creation Date | Date when the requisition screening questionnaire was created by an authorized user. | NO | |||||||||||||||
ats_requisition_screening_questionnaire_last_modified | TIMESTAMP |
Requisition Screening Questionnaire Last Modified | Date when the requisition screening questionnaire was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition screening questionnaire and a specific requisition. | NO | |||||||||||||||
ats_screening_questionnaire_id
Relationships for ats_screening_questionnaire_id
|
INT(10) |
Recruiting Screening Questionnaire ID | System generated foreign key providing a connection between a requisition screening questionnaire and a specific screening questionnaire. | NO | |||||||||||||||
ats_requisition_screening_questionnaire_internal | TINYINT(1) |
Requisition Screening Questionnaire Internal | Indicates whether or not the requisition screening questionnaire is used for internal job seekers. | NO | |||||||||||||||
ats_requisition_screening_questionnaire_external | TINYINT(1) |
Requisition Screening Questionnaire External | Indicate whether or not the requisition screening questionnaire is used for external job seekers. | NO |
Name: | Requisition Shared On Social Media |
Description: | Stores all the data related to sharing a requisition on social media. Information includes the identification of the requisition being shared and the identification of the user who shared the requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_shared_on_social_media_id | INT(11) |
Requisition Shared On Social Media ID | Unique system value for identifying the requisition that was shared on a social media site (e.g., Facebook, LinkedIn, Twitter). | NO | |||||||||||||||
ats_requisition_shared_on_social_media_last_modified | TIMESTAMP |
Requisition Shared On Social Media Last Modified | Date when the requisition that was shared on a social media site was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_shared_on_social_media_created | DATETIME |
Requisition Shared On Social Media Creation Date | Date when the requisition that was shared on a social media site was created. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a requisition that was shared on a social media site and a specific requisition. | NO | |||||||||||||||
ats_referral_source_id
Relationships for ats_referral_source_id
|
INT(11) |
Referral Source ID | System generated foreign key providing a connection between a requisition that was shared on a social media site and a specific referral source. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a requisition that was shared on a social media site and a specific user in the site. | NO |
Name: | Requisition Shift Type |
Description: | Stores all the data related to the shift type options available for a requisition. Information includes the value name of the shift type), the order in which the shift type displays in a list, and if the option is deactivated from use in the site. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_shift_type_id
Relationships for ats_requisition_shift_type_id
|
INT(10) |
Requisition Shift Type ID | Unique system value for identifying the shift type option on a requisition. | NO | ||||||
ats_requisition_shift_type_value | VARCHAR(255) |
Requisition Shift Type Value | Translation of the unique system value into a word or phrase for identifying the shift type (e.g., day shift, first shift, evening shift) for a requisition. | YES | ||||||
ats_requisition_shift_type_order | INT(10) |
Requisition Shift Type Sequence | Numeric value indicating the order in which the shift type options for a requisition display in a list or table. | NO | ||||||
ats_requisition_shift_type_date_created | DATETIME |
Requisition Shift Type Creation Date | Date when the shift type for a requisition was created. | NO | ||||||
ats_requisition_shift_type_last_modified | TIMESTAMP |
Requisition Shift Type Last Modified | Date when the shift type for a requisition was last revised for an authorized user. | NO | ||||||
ats_requisition_shift_type_deactivated | TINYINT(1) |
Requisition Shift Type Deactivated | Indication on whether or not a specific shift type for a requisition is active in the system or deactivated from use. | NO | ||||||
ats_requisition_shift_type_system_flag | TINYINT(1) |
Requisition Shift Type System Flag | Indication on whether or not the shift type for a requisition was system generated. | NO |
Name: | Requisition Status |
Description: | Stores all the data related to a requisition status. Information includes the identification of the status, the order in which the status option displays in a list, and whether the status option is active in the site or deactivated from use. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_status_id
Relationships for ats_requisition_status_id
|
INT(10) |
Requisition Status ID | Unique system value for identifying a status of a requisition. | NO | ||||||||||||||||||
ats_requisition_status_date_created | DATETIME |
Requisition Status Creation Date | Date when the requisition status option was created by an authorized user. | NO | ||||||||||||||||||
ats_requisition_status_last_modified | TIMESTAMP |
Requisition Status Last Modified | Date when the requisition status option was last revised by an authorized user. | NO | ||||||||||||||||||
ats_requisition_status_name | CHAR(255) |
Requisition Status Name | Translation of the unique system value into a word or phrase for identifying the requisition status option (e.g., open, internal, filled, closed). | YES | ||||||||||||||||||
ats_requisition_status_logical_value | CHAR(255) |
Requisition Status Logical Value | Logical value is the internally recognized classification for the status of a requisition. | NO | ||||||||||||||||||
ats_requisition_status_type | ENUM |
Requisition Status Type | Identification of the type (e.g., public or internal) for the requisition status. | NO | ||||||||||||||||||
ats_requisition_status_protected | TINYINT(1) |
Requisition Status Protected | Indication on whether or not the requisition status option is read-only (locked) and cannot be deleted from the system. | NO | ||||||||||||||||||
ats_requisition_status_system_flag | TINYINT(1) |
Requisition Status System Flag | Indication on whether or not the requisition status was system generated. | NO | ||||||||||||||||||
ats_requisition_status_order | SMALLINT(5) |
Requisition Status Sequence | Numeric value indicating the order in which the requisition status option displays in a list or table. | NO | ||||||||||||||||||
ats_requisition_status_deactivated | TINYINT(1) |
Requisition Status Deactivated | Indication on whether or not the requisition status option is active in the system or deactivated from use. | NO |
Name: | Requisition Status Sequence |
Description: | Stores all the data related to the requisition status sequence choices in a recruiting workflow. Information includes the identification of the recruiting workflow to which it applies, the duration of the requisition in a chosen status, and the date the status option expired for a requisition. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_status_sequence_id | INT(10) |
Requisition Status Sequence ID | Unique system value for identifying the order of the requisition status according to the recruiting workflow. | NO | |||||||||||||||
ats_requisition_status_sequence_date_created | DATETIME |
Requisition Status Sequence Creation Date | Date when the order of the requisition status according to the recruiting workflow was created. | NO | |||||||||||||||
ats_requisition_status_sequence_last_modified | TIMESTAMP |
Requisition Status Sequence Last Modified | Date when the order of the requisition status according to the recruiting workflow was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition status sequence value and a specific requisition. | NO | |||||||||||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between a requisition status sequence value and a specific recruiting workflow. | NO | |||||||||||||||
ats_requisition_status_id
Relationships for ats_requisition_status_id
|
INT(10) |
Requisition Status ID | System generated foreign key providing a connection between a requisition status sequence value and a specific requisition status. | NO | |||||||||||||||
ats_workflow_requisition_status_duration | INT(11) |
Workflow Requisition Status Duration | Value that indicates the specific number of days during which a requisition remains a specific status before changing to the next status in the sequence. | NO | |||||||||||||||
ats_workflow_requisition_status_sequence | SMALLINT(6) |
Workflow Requisition Status Sequence | Indication of the requisition status order according to the recruiting workflow. | NO | |||||||||||||||
ats_requisition_status_sequence_date_applied | DATETIME |
Requisition Status Sequence Date Applied | Date when the status for a requisition started the status sequence duration. | NO | |||||||||||||||
ats_requisition_status_sequence_expired | TINYINT(1) |
Requisition Status Sequence Expired | Date when the status for a requisition ended the status sequence duration. | NO |
Name: | Requisition Status Transaction |
Description: | Stores all the data related to the requisition status transaction entry that is created when the status for a requisition changes. Information includes whether or not the status change was implemented by the recruiting workflow and the status of the requisition prior to the update. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_status_transaction_id | INT(10) |
Requisition Status Transaction ID | Unique system value for identifying requisition status transaction entry. | NO | |||||||||||||||
ats_requisition_status_transaction_last_modified | TIMESTAMP |
Requisition Status Transaction Last Modified | Date when the requisition status transaction entry was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_status_transaction_date_created | DATETIME |
Requisition Status Transaction Creation Date | Date when the requisition status transaction entry was created. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition status transaction entry and a specific requisition. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a requisition status transaction entry and a specific user who created or modified it. | NO | |||||||||||||||
ats_requisition_status_transaction_from_status | INT(10) |
Requisition Status Transaction Prior Status | Indication of the requisition status prior to the requisition transaction status entry. | NO | |||||||||||||||
ats_requisition_status_transaction_to_status | INT(10) |
Requisition Status Transaction To Status | Indication of the requisition status after the requisition transaction status update. | NO | |||||||||||||||
ats_requisition_status_transaction_automated_update | TINYINT(1) |
Requisition Status Transaction Update Automatic | Indication on whether or not the requisition status transaction was implemented automatically due to a recruiting workflow. | NO | |||||||||||||||
ats_requisition_status_transaction_comment | TEXT |
Requisition Status Transaction Comment | Body of text of any comments created by the user who created the requisition status transaction entry. | NO |
Name: | Requisition To Front End Association |
Description: | Stores all the data related to a requisition and those front ends to which the requisition is associated. Information includes the identification of the front end. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_to_front_end_id | INT(10) |
Requisition To Front End ID | Unique system value for identifying a front end associated with a requisition. | NO | |||||||||||||||
ats_requisition_to_front_end_last_modified | TIMESTAMP |
Requisition To Front End Last Modified | Date when the front end of a requisition was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_to_front_end_date_created | TIMESTAMP |
Requisition To Front End Creation Date | Date when the requisition was associated with a specific front end. | NO | |||||||||||||||
ats_front_end_id
Relationships for ats_front_end_id
|
INT(10) |
Front End ID | System generated foreign key providing a connection between a requisition front end and a specific front end. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition front end and a specific requisition. | NO |
Name: | Requisition Transaction |
Description: | Stores all the data related to the requisition transaction entries that are logged when any change occurs to the requisition from the time the requisition is created to the point when the requisition is closed. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_transaction_id | INT(10) |
Requisition Transaction ID | Unique system value for identifying a transaction entry for a requisition. | NO | |||||||||||||||
ats_requisition_transaction_last_modified | TIMESTAMP |
Requisition Transaction Last Modified | Date when the requisition transaction entry was last revised by an authorized user. | NO | |||||||||||||||
ats_requisition_transaction_date_created | DATETIME |
Requisition Transaction Creation Date | Date when the requisition transaction entry was created. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between a requisition transaction entry and a specific requisition. | NO | |||||||||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a requisition transaction entry and the user who completed the task that created the entry. | NO | |||||||||||||||
ats_requisition_transaction_update | TEXT |
Requisition Transaction Description | Content describing the transaction for the requisition that prompted the entry in the log. | NO | |||||||||||||||
hua_user_email | VARCHAR(255) |
User E-mail | E-mail address of the use who completed the task that created the entry. | NO |
Name: | Requisition View |
Description: | Contains number of times a req has been viewed |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
NO | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ats_requisition_views | INT(10) |
NO |
Name: | Resume Attachment Update Tracking |
Description: | Stores all the data related to tracking updates on resume attachments for a job seeker. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_attachment_tracking_id | INT(10) |
Job Seeker Resume Attachment Tracking ID | Unique system value for identifying a resume attachment tracker. | NO | ||||||
ats_resume_attachment_tracking_date_created | DATETIME |
Job Seeker Resume Attachment Tracking Creation Date | Date when the resume attachment tracker was created. | NO | ||||||
ats_resume_attachment_tracking_last_modified | TIMESTAMP |
Job Seeker Resume Attachment Tracking Last Modified | Date when the resume attachment tracker was last revised by an authorized user. | NO | ||||||
ats_resume_attachment_id
Relationships for ats_resume_attachment_id
|
INT(10) |
Job Seeker Resume Attachment ID | System generated foreign key providing a connection between a resume attachment tracker and a specific resume attachment. | NO |
Name: | Resume Deletion Suggestion |
Description: | Stores the data related to resumes that have been suggested for deletion from the system. Information includes the reason for the request to delete the resume, who made the suggestion, and the job seeker whose resume is suggested for deletion. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_delete_suggestion_id | INT(10) |
Delete Suggestion ID | Unique system value for identifying those resumes which have been suggested for deletion. | NO | ||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between those resumes which have been suggested for deletion and the job seeker to whom the resume belongs. | NO | ||||||
ats_creator_id | INT(10) |
Deletion Requestor ID | System generated foreign key providing a connection between the resume which has been suggested for deletion and the individual who requested the deletion of the resume from the system. | NO | ||||||
ats_delete_suggestion_reason | TEXT |
Reason for Deletion Suggestion | Reason for deleting the resume given by the individual who requested the deletion of the resume from the system. | NO | ||||||
ats_delete_suggestion_date_created | DATETIME |
Deletion Suggestion Creation Date | Date when the request was created for the deletion of the resume from the system. | NO | ||||||
ats_delete_suggestion_last_modified | TIMESTAMP |
Deletion Suggestion Last Modified | Date when the request was last updated for the deletion of the resume from the system. | NO |
Name: | Resume Submission History |
Description: | Stores all the data related to the submission history of a resume. Information includes the identity of the individual who completed the task that created a resume submission history entry. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_resume_submission_history_last_modified | TIMESTAMP |
Resume Submission History Last Modified | Date when the resume submission history information was last revised by an authorized user. | NO | ||||||
ats_resume_submission_history_date_created | DATETIME |
Resume Submission History Creation Date | Date when the resume submission history information was created. | NO | ||||||
ats_resume_submission_history_creator_id
Relationships for ats_resume_submission_history_creator_id
|
INT(10) |
Resume Submission History Creator ID | System generated foreign key providing a connection between a resume submission history entry and the individual who created the entry. | NO |
Name: | Salary Type |
Description: | Stores all the data related to the salary type options. Information includes the identity of the salary type and if the salary type is active in the system or deactivated from use. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_salary_type_id | INT(10) |
Salary Type ID | Unique system value for identifying a salary type. | NO |
ats_salary_type_value | VARCHAR(255) |
Salary Type Value | Translation of the unique system value into a word or phrase for identifying the salary type (e.g., hourly, monthly, yearly). | YES |
ats_salary_type_order | INT(10) |
Salary Type Sequence | Numeric value indicating the order in which the salary type option displays in a list or table. | NO |
ats_salary_type_date_created | DATETIME |
Salary Type Creation Date | Date when the salary type was created. | NO |
ats_salary_type_last_modified | TIMESTAMP |
Salary Type Last Modified | Date when the salary type was last revised by an authorized user. | NO |
ats_salary_type_deactivated | TINYINT(1) |
Salary Type Deactivated | Indication on whether or not the salary type is active in the system or deactivated from use. | NO |
ats_salary_type_system_flag | TINYINT(1) |
Salary Type System Flag | Indication on whether or not the salary type is system generated. | NO |
Name: | Scorecard |
Description: | Stores all the data related to the scorecard for a candidate. Information includes the scores received for the job seeker's assessment, the screening questionnaire, scores from references, and the resume score. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_scorecard_id | INT(10) |
Scorecard ID | Unique system value for identifying a scorecard for a candidate. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(10) |
Candidate ID | System generated foreign key providing a connection between a scorecard and a specific candidate. | NO | ||||||
ats_scorecard_questionnaire | DOUBLE |
Screening Questionnaire Score | Numeric value indicating the score received from a screening questionnaire. | NO | ||||||
ats_scorecard_resume | DOUBLE |
Job Seeker Resume Score | Numeric value indicating the score received from an authorized user (e.g., hiring manager, recruiter) based on the quality of the resume contents. | NO | ||||||
ats_scorecard_references | DOUBLE |
Job Seeker References Score | Numeric value indicating the score received from job seeker references. | NO | ||||||
ats_scorecard_date_created | DATETIME |
Scorecard Creation Date | Date when the scorecard was created. | NO | ||||||
ats_scorecard_last_modified | TIMESTAMP |
Scorecard Last Modified | Date when the scorecard was last revised by an authorized user. | NO |
Name: | Screening Questionnaire Taker Responses |
Description: | Stores all the data related to the screening questionnaire responses from a job seeker. Information includes whether or not the job seeker passed the screening questionnaire and whether or not the job seeker was knocked-in or knocked out. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_screening_questionnaire_taker_id | INT(10) |
Screening Questionnaire Taker ID | Unique system value for identifying a screening questionnaire respondent. | NO | |||||||||||||||
ats_screening_questionnaire_taker_date_created | DATETIME |
Screening Questionnaire Taker Results Creation Date | Date when the responses by a job seeker for a screening questionnaire were created. | NO | |||||||||||||||
ats_screening_questionnaire_taker_last_modified | TIMESTAMP |
Screening Questionnaire Taker Results Last Modified | Date when the responses by a job seeker on a screening questionnaire were last revised by an authorized user. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(10) |
Job Seeker ID | System generated foreign key providing a connection between responses on a screening questionnaire and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(10) |
Requisition ID | System generated foreign key providing a connection between responses on a screening questionnaire and a specific requisition. | NO | |||||||||||||||
ats_screening_questionnaire_id
Relationships for ats_screening_questionnaire_id
|
INT(10) |
Screening Questionnaire ID | System generated foreign key providing a connection between responses on a screening questionnaire and a specific screening questionnaire. | NO | |||||||||||||||
hua_test_taker_id
Relationships for hua_test_taker_id
|
INT(11) |
Test Taker ID | System generated foreign key providing a connection between the individual who responded to the screening questionnaire and a specific test taker. | NO | |||||||||||||||
ats_screening_questionnaire_taker_passed | TINYINT(1) |
Screening Questionnaire Taker Passed | Indication on whether or not a job seeker successfully passed a screening questionnaire based on his or her score. | NO | |||||||||||||||
ats_screening_questionnaire_taker_knocked_out | TINYINT(1) |
Screening Questionnaire Taker Knocked-Out | Indication on whether or not a job seeker was removed as a potential candidate based on a response to a "Knock-Out" question. | NO | |||||||||||||||
ats_screening_questionnaire_taker_knocked_in | TINYINT(1) |
Screening Questionnaire Taker Knocked-In | Indication on whether or not a job seeker was automatically changed to candidate status based on a response to a "Knock-In" question. | NO | |||||||||||||||
ats_screening_questionnaire_taken_by | INT(11) |
Screening Questionnaire Taken By | Unique system value for identifying the individual responsible for responding to a screening questionnaire. | NO |
Name: | Search Agent |
Description: | Stores all the data related to search agents created in the system. Information includes the search agent type and when it was last run. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_search_agent_id
Relationships for ats_search_agent_id
|
INT(10) |
Search Agent ID | Unique system value for identifying a search agent (e.g., job search agent, resume search agent). | NO | |||||||||
ats_search_agent_last_modified | TIMESTAMP |
Search Agent Last Modified | Date when the search agent was last revised by an authorized user (e.g., recruiter or job seeker). | NO | |||||||||
ats_search_agent_date_created | DATETIME |
Search Agent Creation Date | Date when the search agent was created by an authorized user (e.g., recruiter or job seeker). | NO | |||||||||
ats_search_agent_name | VARCHAR(255) |
Search Agent Name | Translation of the unique system value into a word or phrase for identifying the search agent. | NO | |||||||||
ats_search_agent_search_criteria | TEXT |
Search Agent Search Criteria | Listing of search parameters (e.g., name, location, education) used to create the search agent. | NO | |||||||||
ats_search_agent_request_acknowledged | TINYINT(1) |
Search Agent Request Acknowledged | Indication on whether or not a search agent request was acknowledged. | NO | |||||||||
ats_search_agent_active | TINYINT(1) |
Search Agent Active | Indication on whether or not the search agent is active in the system or deactivated from use. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between a search agent and a specific individual in the database. | NO | |||||||||
ats_search_agent_expiration | DATETIME |
Search Agent Expiration | Date when the search agent is no longer valid. | NO | |||||||||
ats_search_agent_type | ENUM |
Search Agent Type | Indication on the type of search agent (e.g., resume search or job search). | NO | |||||||||
ats_search_agent_delivery_method | ENUM |
Search Agent Delivery Method | Indication on which delivery method is preferred by the recipient: e-mail notification or RSS feed. | NO | |||||||||
ats_search_agent_last_run | DATETIME |
Search Agent Last Run Date | Date when the search agent cron job was last implemented. | NO | |||||||||
ats_search_agent_scheduling | ENUM |
Search Agent Scheduling | Indication on the search agent delivery frequency and date of next scheduled cron job. | NO |
Name: | SMS (TXT) Log |
Description: | Stores all the data related to SMS log entries. Information includes the identification of the SMS provider and the notification log. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_sms_log_id | INT(10) |
SMS (TXT) Log ID | Unique system value for identifying an SMS log entry. | NO | ||||||
hua_sms_log_last_modified | TIMESTAMP |
SMS (TXT) Log Last Modified | Date and time when an SMS log entry was last revised by an authorized user. | NO | ||||||
hua_sms_log_date_created | DATETIME |
SMS (TXT) Log Date Created | Date and time when an SMS log entry was created by an authorized user. | NO | ||||||
hua_notification_log_id
Relationships for hua_notification_log_id
|
INT(10) |
Notification Log ID | System generated foreign key providing a connection between an SMS log entry and a specific notification log entry. | NO | ||||||
hua_sms_provider_id
Relationships for hua_sms_provider_id
|
INT(10) |
SMS (TXT) Provider ID | System generated foreign key providing a connection between an SMS log entry and a specific SMS provider. | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(10) |
User ID | System generated foreign key providing a connection between an SMS log entry and a specific user in the system. | NO |
Name: | SMS (TXT) Provider |
Description: | Stores all the data related to the SMS provider. Information includes the URL of the provider and the name of the provider. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_sms_provider_id
Relationships for hua_sms_provider_id
|
INT(10) |
SMS (TXT) Provider ID | Unique system value for identifying a communications provider (e.g., AT&T, Sprint, Verizon) of SMS (Short Message Service) messaging. | NO | ||||||
hua_sms_provider_last_modified | TIMESTAMP |
SMS (TXT) Provider Last Modified | Date and time when the details of an SMS provider were last revised by an authorized user. | NO | ||||||
hua_sms_provider_date_created | DATETIME |
SMS (TXT) Provider Date Created | Date and time when an SMS provider was added as an option by an authorized user. | NO | ||||||
hua_sms_provider_name | VARCHAR(255) |
SMS (TXT) Provider Name | Translation of the unique system value into a word or phrase for identifying an SMS provider. | NO | ||||||
hua_sms_provider_short_name | VARCHAR(255) |
SMS (TXT) Provider Short Name | Translation of the unique system value into a word or phrase for identifying an SMS provider. | NO | ||||||
hua_sms_provider_url | VARCHAR(255) |
SMS (TXT) Provider URL | Web address (i.e., domain name) for identifying the access point for an SMS provider. | NO | ||||||
hua_sms_provider_is_active | TINYINT(1) |
SMS (TXT) Provider Active | Indication on whether or not an SMS provider is active in the system or deactivated from use. | NO | ||||||
hua_sms_provider_default | TINYINT(1) |
SMS (TXT) Provider Default | Indication on whether or not a specific SMS provider is considered the default selection for SMS providers. | NO |
Name: | Succession Plan |
Description: | Stores all the data related to succession plans. Succession plan is automatically created when a Job Profile is created by an administrator. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_succession_plan_id
Relationships for cdsp_succession_plan_id
|
INT(10) |
Succession Plan ID | Unique system value for identifying a succession plan. | NO | ||||||||||||||||||
cdsp_succession_plan_last_modified | TIMESTAMP |
Succession Plan Last Modified | Date when the sucession plan was last revised by an authorized user (e.g., owner, participant). | NO | ||||||||||||||||||
cdsp_succession_plan_date_created | DATETIME |
Succession Plan Creation Date | Date when the succession plan was created by an authorized user. | NO | ||||||||||||||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(11) |
Employee User ID | System generated foreign key providing a connection between a succession plan and a specific user in the system. | NO | ||||||||||||||||||
cdsp_succession_plan_name | CHAR(255) |
Succession Plan Name | Translation of the unique system value into a word or phrase for identifying a succession plan (e.g., job title). | NO | ||||||||||||||||||
hua_job_id
Relationships for hua_job_id
|
INT(10) |
HUA Job ID | System generated foreign key providing a connection between a succession plan and a specific job profile in the database. | NO | ||||||||||||||||||
cdsp_succession_plan_created | DATETIME |
Succession Plan Creation Date | Date when the succession plan was created by an authorized user. | NO |
Name: | Succession Plan Employee |
Description: | Stores all the data related to an employee on a succession plan. Information includes the suitability of the employee and the identity of the user who nominated the employee as a successor. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_succession_plan_employee_id | INT(10) |
Succession Plan Employee ID | Unique system value for identifying an employee on a succession plan. | NO | ||||||
cdsp_succession_plan_employee_last_modified | TIMESTAMP |
Succession Plan Employee Last Modified | Date when an employee on a succession plan was last revised by an authorized user (e.g., owner, participant). | NO | ||||||
cdsp_succession_plan_employee_date_created | DATETIME |
Succession Plan Employee Creation Date | Date when an employee was added to the Talent Pool list for a succession plan by an authorized user. | NO | ||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
Employee User ID | System generated foreign key providing a connection between an employee on a succession plan and a specific employee in the database. | NO | ||||||
cdsp_succession_plan_employee_sequence | SMALLINT(5) |
Succession Plan Employee Sequence | Numeric value indicating the order in which an employee displays on a succession plan list. | NO | ||||||
cdsp_succession_plan_id
Relationships for cdsp_succession_plan_id
|
INT(10) |
Succession Plan ID | System generated foreign key providing a connection between an employee on a succession plan and a specific succession plan. | NO | ||||||
cdsp_succession_plan_employee_suitability | FLOAT |
Succession Plan Employee Suitability | Value indicating the potential rating of an employee on a succession plan as determined by a succession plan owner. | NO | ||||||
cdsp_succession_plan_employee_nominator | INT(10) |
Succession Plan Employee Nominator | Unique system value for identifying the individual (i.e., owner or participant) who nominated an employee for a succession plan. | NO | ||||||
cdsp_succession_plan_employee_confirmed_date | DATETIME |
Succession Plan Employee Confirmed Date | Date when an employee was added to a succession plan. | NO | ||||||
cdsp_succession_plan_employee_informed_date | DATETIME |
Succession Plan Employee Informed Date | Date when an employee was advised he or she was on a succession plan. | NO | ||||||
cdsp_succession_plan_employee_nomination_date | DATETIME |
Succession Plan Employee Nomination Date | Date when an employee was nominated for a succession plan (e.g., moved from the Talent Pool). | NO | ||||||
cdsp_readiness_for_position_id
Relationships for cdsp_readiness_for_position_id
|
INT(11) |
Readiness For Position ID | System generated foreign key providing a connection between an employee on a succession plan and a specific option for Readiness For Position (e.g., Ready Now, Ready In 12 Months). | NO |
Name: | Succession Plan Participant |
Description: | Stores all the data related to a participant on a succession plan. Information includes permission levels for succession plan tasks and the expiration date, if any, of the participant's involvement. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_succession_plan_participant_id | INT(10) |
Succession Plan Participant ID | Unique system value for identifying a participant on a succession plan. | NO | ||||||
cdsp_succession_plan_id
Relationships for cdsp_succession_plan_id
|
INT(10) |
Succession Plan ID | System generated foreign key providing a connection between a participant on a succession plan and a specific succession plan. | NO | ||||||
cdsp_user_id
Relationships for cdsp_user_id
|
INT(10) |
Employee User ID | System generated foreign key providing a connection between a participant on a succession plan and a specific user in the database. | NO | ||||||
cdsp_succession_plan_participant_last_modified | TIMESTAMP |
Succession Plan Participant Last Modified | Date when a participant on a succession plan was last revised by an authorized user (e.g., succession plan owner). | NO | ||||||
cdsp_succession_plan_participant_date_created | DATETIME |
Succession Plan Participant Creation Date | Date when a participant on a succession plan was added to the succession plan by an authorized user. | NO | ||||||
cdsp_succession_plan_participant_nominate_permission | TINYINT(1) |
Succession Plan Participant Nominate Permission | Indication on whether or not a participant on a succession plan has the authorization to nominate an employee for a succession plan. | NO | ||||||
cdsp_succession_plan_participant_approve_permission | TINYINT(1) |
Succession Plan Participant Approve Permission | Indication on whether or not a participant on a succession plan has the authorization to approve an employee to be on a succession plan. | NO | ||||||
cdsp_succession_plan_participant_remove_permission | TINYINT(1) |
Succession Plan Participant Remove Permission | Indication on whether or not a participant on a succession plan has the authorization to remove an employee from a succession plan. | NO | ||||||
cdsp_succession_plan_participant_expiration_date | DATETIME |
Succession Plan Participant Expiration Date | If provided, the date when the involvement of a participant on a succession plan is no longer permissible. | NO | ||||||
cdsp_succession_plan_participant_manage_development_plan | TINYINT(1) |
Succession Plan Participant Manage Development Plan | Indication on whether or not a particpant on a succession plan has the authorization to manage a development plan for a succession plan. | NO | ||||||
cdsp_succession_plan_participant_reorder_permission | TINYINT(1) |
Succession Plan Participant Reorder Permission | Indication on whether or not a particpant on a succession plan has the authorization to redistribute employees on a succession plan. | NO |
Name: | Succession Plan Ranking Request |
Description: | Stores all the data related to a ranking request on a succession plan. Information includes its expiration date and the date all ranking requests were completed. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdsp_ranking_request_id
Relationships for cdsp_ranking_request_id
|
INT(10) |
Succession Plan Ranking Request ID | Unique system value for identifying a ranking request on a succession plan. | NO | |||||||||
cdsp_ranking_request_last_modified | TIMESTAMP |
Succession Plan Ranking Request Last Modified | Date when a ranking request on a succession plan was last revised by an authorized user. | NO | |||||||||
cdsp_ranking_request_date_created | DATETIME |
Succession Plan Ranking Request Creation Date | Date when a ranking request was added to a succession plan by an authorized user (e.g., administrator, executive). | NO | |||||||||
cdsp_succession_plan_id
Relationships for cdsp_succession_plan_id
|
INT(10) |
Succession Plan ID | System generated foreign key providing a connection between a succession plan ranking request and a specific succession plan. | NO | |||||||||
cdsp_ranking_request_date_closed | DATETIME |
Succession Plan Ranking Request Date Closed | Date when a ranking request for a succession plan has been completed by all participants on that ranking request. | NO | |||||||||
cdsp_ranking_request_expiration_date | DATETIME |
Succession Plan Ranking Request Expiration Date | Date selected as the expiration (i.e., ranking requests no longer accepted) date for a ranking request for a succession plan. | NO |
Name: | Succession Plan Ranking Request Rater |
Description: | Stores all the data related to a rater on a succession plan ranking request. Information includes the identity of the rater and whether or not a ranking request submission has been received. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_ranking_rater_id
Relationships for cdsp_ranking_rater_id
|
INT(10) |
Succession Plan Ranking Request Rater ID | Unique system value for identifying a rater on a succession plan ranking request. | NO | ||||||
cdsp_ranking_rater_last_modified | TIMESTAMP |
Succession Plan Ranking Request Rater Last Modified | Date when a rater on a succession plan ranking request was last revised by an authorized user. | NO | ||||||
cdsp_ranking_rater_date_created | DATETIME |
Succession Plan Ranking Request Rater Creation Date | Date when a rater on a succession plan ranking request was added by an authorized user (e.g., administrator). | NO | ||||||
cdsp_ranking_rater_user_id | INT(10) |
Succession Plan Ranking Request Rater User ID | System generated foreign key providing a connection between a rater on a succession plan ranking request and a specific user in the database. | NO | ||||||
cdsp_ranking_request_id
Relationships for cdsp_ranking_request_id
|
INT(10) |
Succession Plan Ranking Request ID | System generated foreign key providing a connection between a rater on a succession plan ranking request and a specific ranking request. | NO | ||||||
cdsp_ranking_rater_submitted | DATETIME |
Succession Plan Ranking Request Rater Submitted | Indication on whether or not a rater on a succession plan ranking request has completed the ranking selection. | NO | ||||||
cdsp_succession_plan_id
Relationships for cdsp_succession_plan_id
|
INT(10) |
Succession Plan ID | System generated foreign key providing a connection between a rater on a succession plan ranking request and a specific succession plan. | NO |
Name: | Succession Plan Ranking Successor |
Description: | Stores all the data related to ranking potential successors in a succession plan. Data is created whenever a user initializes a new ranking request for potential successors. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
cdsp_ranking_successor_id | INT(10) |
Succession Plan Ranking Successor ID | Unique system value for identifying a ranking successor on a succession plan. | NO | ||||||
cdsp_ranking_successor_last_modified | TIMESTAMP |
Succession Plan Ranking Successor Last Modified | Date when a ranking successor on a succession plan was last revised by an authorized user. | NO | ||||||
cdsp_ranking_successor_date_created | DATETIME |
Succession Plan Ranking Successor Creation Date | Date when a ranking successor on a succession plan was created by an authorized user. | NO | ||||||
cdsp_ranking_rater_id
Relationships for cdsp_ranking_rater_id
|
INT(10) |
Succession Plan Ranking Rater ID | System generated foreign key providing a connection between a ranking successor on a succession plan and a specific user rating a potential successor. | NO | ||||||
cdsp_ranking_successor_user_id | INT(10) |
Succession Plan Ranking Successor User ID | System generated foreign key providing a connection between a ranking successor on a succession plan and a specific user in the database who is being rated. | NO | ||||||
cdsp_ranking_successor_score | FLOAT |
Succession Plan Ranking Successor Score | Numeric value indicating the ranking score of a potential successor (decimal numbers from "0" to "1"). | NO | ||||||
cdsp_ranking_request_id
Relationships for cdsp_ranking_request_id
|
INT(10) |
Succession Plan Ranking Request ID | System generated foreign key providing a connection between a ranking successor on a succession plan and a specific ranking request. | NO | ||||||
cdsp_succession_plan_id
Relationships for cdsp_succession_plan_id
|
INT(10) |
Succession Plan ID | System generated foreign key providing a connection between a ranking successor on a succession plan and a specific succession plan. | NO |
Name: | Survey |
Description: | Stores all data related to a survey sent to selected participants. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_survey_id
Relationships for hua_survey_id
|
INT(11) |
Survey ID | The unique ID of the Survey | NO | ||||||||||||
hua_survey_date_created | DATETIME |
Survey Date Created | The date and time when the Survey was created | NO | ||||||||||||
hua_survey_last_modified | TIMESTAMP |
Survey Last Modified | The date and time when the Survey was last modified | NO | ||||||||||||
hua_survey_title | VARCHAR(255) |
Survey Title | NO | |||||||||||||
hua_survey_description | VARCHAR(255) |
Survey Description | A brief description of the Survey | NO | ||||||||||||
hua_survey_category_id
Relationships for hua_survey_category_id
|
INT(10) |
Survey Category ID | The unique ID of a related Survey Category | NO | ||||||||||||
hua_survey_start | DATETIME |
Survey Start | NO | |||||||||||||
hua_survey_end | DATETIME |
Survey End | NO | |||||||||||||
hua_survey_launched | DATETIME |
Survey Launched | NO | |||||||||||||
hua_survey_stopped | DATETIME |
Survey Stopped | NO | |||||||||||||
hua_survey_is_template | TINYINT(1) |
Survey Is Template | NO | |||||||||||||
hua_survey_date_source | ENUM |
Survey Date Source | NO | |||||||||||||
hua_survey_date_from | DATE |
Survey Date From | NO | |||||||||||||
hua_survey_date_to | DATE |
Survey Date To | NO | |||||||||||||
hua_survey_created_by | INT(11) |
Survey Created By | NO |
Name: | Survey Associated User |
Description: | Stores all user id data associated to a survey. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_associated_user_id | INT(11) |
Survey Associated User ID | The unique ID of the Survey Associated User | NO | ||||||
hua_survey_associated_user_date_created | DATETIME |
Survey Associated User Date Created | The date and time when the Survey Associated User was created | NO | ||||||
hua_survey_associated_user_last_modified | TIMESTAMP |
Survey Associated User Last Modified | The date and time when the Survey Associated User was last modified | NO | ||||||
hua_survey_id
Relationships for hua_survey_id
|
INT(11) |
Survey ID | The unique ID of a related Survey | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO |
Name: | Survey Category |
Description: | Stores all survey category data. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_category_id
Relationships for hua_survey_category_id
|
INT(10) |
Survey Category ID | The unique ID of the Survey Category | NO | ||||||
hua_survey_category_date_created | DATETIME |
Survey Category Date Created | The date and time when the Survey Category was created | NO | ||||||
hua_survey_category_last_modified | TIMESTAMP |
Survey Category Last Modified | The date and time when the Survey Category was last modified | NO | ||||||
hua_survey_category_name | VARCHAR(255) |
Survey Category Name | Name of the Survey Category | NO | ||||||
hua_survey_category_deactivated | TINYINT(1) |
Survey Category Deactivated | Whether the Survey Category is inactive or not | NO | ||||||
hua_survey_category_order | SMALLINT(5) |
Survey Category Order | Numeric order value used for presenting the Survey Category | NO | ||||||
hua_survey_category_system_flag | TINYINT(1) |
Survey Category System Flag | Whether this is a system generated Survey Category or not | NO |
Name: | Survey Participant |
Description: | Stores all survey participant users.. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_participant_id
Relationships for hua_survey_participant_id
|
INT(11) |
Survey Participant ID | The unique ID of the Survey Participant | NO | ||||||
hua_survey_participant_date_created | DATETIME |
Survey Participant Date Created | The date and time when the Survey Participant was created | NO | ||||||
hua_survey_participant_last_modified | TIMESTAMP |
Survey Participant Last Modified | The date and time when the Survey Participant was last modified | NO | ||||||
hua_survey_id
Relationships for hua_survey_id
|
INT(11) |
Survey ID | The unique ID of a related Survey | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | The unique ID of a related User | NO | ||||||
hua_survey_participant_invitation_hash | VARCHAR(255) |
Survey Participant Invitation Hash | NO | |||||||
hua_survey_participant_invitation_sent | TINYINT(1) |
Survey Participant Invitation Sent | NO | |||||||
hua_survey_participant_excluded | TINYINT(1) |
Survey Participant Excluded | NO |
Name: | Survey Participant Answer |
Description: | Stores a survey participant answers for a survey. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_participant_answer_id | INT(11) |
Survey Participant Answer ID | The unique ID of the Survey Participant Answer | NO | ||||||
hua_survey_participant_answer_date_created | DATETIME |
Survey Participant Answer Date Created | The date and time when the Survey Participant Answer was created | NO | ||||||
hua_survey_participant_answer_last_modified | TIMESTAMP |
Survey Participant Answer Last Modified | The date and time when the Survey Participant Answer was last modified | NO | ||||||
hua_survey_participant_id
Relationships for hua_survey_participant_id
|
INT(11) |
Survey Participant ID | The unique ID of a related Survey Participant | NO | ||||||
hua_survey_question_id
Relationships for hua_survey_question_id
|
INT(11) |
Survey Question ID | The unique ID of a related Survey Question | NO | ||||||
hua_survey_question_option_id
Relationships for hua_survey_question_option_id
|
INT(11) |
Survey Question Option ID | The unique ID of a related Survey Question Option | NO | ||||||
hua_survey_participant_answer_value | TEXT |
Survey Participant Answer Value | NO | |||||||
hua_survey_participant_answer_order | SMALLINT(5) |
Survey Participant Answer Order | Numeric order value used for presenting the Survey Participant Answer | NO |
Name: | Survey Question |
Description: | Stores all questions for a survey. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_survey_question_id
Relationships for hua_survey_question_id
|
INT(11) |
Survey Question ID | The unique ID of the Survey Question | NO | ||||||||||||
hua_survey_question_date_created | DATETIME |
Survey Question Date Created | The date and time when the Survey Question was created | NO | ||||||||||||
hua_survey_question_last_modified | TIMESTAMP |
Survey Question Last Modified | The date and time when the Survey Question was last modified | NO | ||||||||||||
hua_survey_question_description | VARCHAR(255) |
Survey Question Description | A brief description of the Survey Question | NO | ||||||||||||
hua_survey_question_type_id
Relationships for hua_survey_question_type_id
|
INT(10) |
Survey Question Type ID | The unique ID of a related Survey Question Type | NO | ||||||||||||
hua_survey_question_allow_comment | TINYINT(1) |
Survey Question Allow Comment | NO | |||||||||||||
hua_survey_question_is_required | TINYINT(1) |
Survey Question Is Required | NO |
Name: | Survey Question Option |
Description: | Stores all question options for a survey. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_question_option_id
Relationships for hua_survey_question_option_id
|
INT(11) |
Survey Question Option ID | The unique ID of the Survey Question Option | NO | ||||||
hua_survey_question_option_date_created | DATETIME |
Survey Question Option Date Created | The date and time when the Survey Question Option was created | NO | ||||||
hua_survey_question_option_last_modified | TIMESTAMP |
Survey Question Option Last Modified | The date and time when the Survey Question Option was last modified | NO | ||||||
hua_survey_question_option_value | VARCHAR(255) |
Survey Question Option Value | NO | |||||||
hua_survey_question_id
Relationships for hua_survey_question_id
|
INT(11) |
Survey Question ID | The unique ID of a related Survey Question | NO | ||||||
hua_survey_question_option_order | SMALLINT(5) |
Survey Question Option Order | Numeric order value used for presenting the Survey Question Option | NO |
Name: | Survey Question Pool |
Description: | Set of Question Pools - created in the Question Pools section of the Survey directory in the People menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_question_pool_id
Relationships for svm_question_pool_id
|
INT(10) |
SVM Question Pool ID | Unique Id for the Question Pool | NO | ||||||
svm_question_pool_last_modified | TIMESTAMP |
SVM Question Pool Last Modified | When Question Pool was last modified | NO | ||||||
svm_question_pool_date_created | DATETIME |
SVM Question Pool Date Created | When Question Pool was created | NO | ||||||
svm_question_pool_name | VARCHAR(255) |
SVM Question Pool Name | Question Pool Name | NO | ||||||
svm_question_pool_description | VARCHAR(255) |
SVM Question Pool Description | Question Pool Description | NO |
Name: | Survey Question Pool Question |
Description: | Set of Questions for the Question Pools - data is entered during survey creation if the save to question library button is clicked. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_question_pool_question_id | INT(10) |
SVM Question Pool Question ID | Unique Id for the Question | NO | ||||||
svm_question_pool_question_last_updated | TIMESTAMP |
SVM Question Pool Question Last Updated | When Question was last modified | NO | ||||||
svm_question_pool_question_date_created | DATETIME |
SVM Question Pool Question Date Created | When Question was created | NO | ||||||
svm_question_pool_id
Relationships for svm_question_pool_id
|
INT(10) |
SVM Question Pool ID | The Unique Id for the Question Pool where the Question is included | NO | ||||||
hua_test_question_id
Relationships for hua_test_question_id
|
INT(10) |
HUA Test Question ID | The Unique Id for the test in where the Question is included | NO |
Name: | Survey Question Type |
Description: | Stores all survey question types. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_question_type_id
Relationships for hua_survey_question_type_id
|
INT(11) |
NO | ||||||||
hua_survey_question_type_date_created | DATETIME |
NO | ||||||||
hua_survey_question_type_last_modified | TIMESTAMP |
NO | ||||||||
hua_survey_question_type_name | VARCHAR(255) |
NO | ||||||||
hua_survey_question_type_logical_value | VARCHAR(25) |
NO | ||||||||
hua_survey_question_type_deactivated | TINYINT(1) |
NO | ||||||||
hua_survey_question_type_order | SMALLINT(5) |
NO | ||||||||
hua_survey_question_type_system_flag | TINYINT(1) |
NO |
Name: | Survey To Question |
Description: | Stores foreign key relations for a survey to question table. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_survey_to_question_id | INT(11) |
Survey To Question ID | The unique ID of the Survey To Question | NO | ||||||
hua_survey_to_question_date_created | DATETIME |
Survey To Question Date Created | The date and time when the Survey To Question was created | NO | ||||||
hua_survey_to_question_last_modified | TIMESTAMP |
Survey To Question Last Modified | The date and time when the Survey To Question was last modified | NO | ||||||
hua_survey_id
Relationships for hua_survey_id
|
INT(11) |
Survey ID | The unique ID of a related Survey | NO | ||||||
hua_survey_question_id
Relationships for hua_survey_question_id
|
INT(11) |
Survey Question ID | The unique ID of a related Survey Question | NO | ||||||
hua_survey_to_question_order | SMALLINT(5) |
Survey To Question Order | Numeric order value used for presenting the Survey To Question | NO |
Name: | SVM Allowed User Type |
Description: | Set of Allowed User Types associates the user types to the specific survey. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
svm_survey_id | INT(11) |
SVM Survey ID | Unique Id for the Survey | NO |
svm_allowed_user_type_user_type | VARCHAR(255) |
SVM Allowed User Type User Type | Type of Users Allowed | YES |
svm_allowed_user_type_date_created | DATETIME |
SVM Allowed User Type Date Created | When the User Type became Allowed | NO |
Name: | SVM Category |
Description: | Set of Categories - the data is entered when creating new categories in the Survey section of the People menu. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_category_id
Relationships for svm_category_id
|
INT(11) |
SVM Category ID | Unique Id for the Category | NO | ||||||
svm_category_last_modified | TIMESTAMP |
SVM Category Last Modified | When the Category was last modified | NO | ||||||
svm_category_date_created | DATETIME |
SVM Category Date Created | When the Category was created | NO | ||||||
svm_category_name | CHAR(255) |
SVM Category Name | Category Name | YES | ||||||
svm_category_system_flag | TINYINT(1) |
SVM Category System Flag | Is the Category a System Category? | NO |
Name: | SVM Category Group |
Description: | Set of Category Groups - surveys can be categorized so that there are more than one survey for a category... these are the category groups. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_category_group_id | INT(11) |
SVM Category Group ID | Unique Id for the Group of Categories | NO | ||||||
svm_category_group_last_modified | TIMESTAMP |
SVM Category Group Last Modified | When the Group was last modified | NO | ||||||
svm_category_group_date_created | DATETIME |
SVM Category Group Date Created | When the Category Group was created | NO | ||||||
svm_category_group_name | CHAR(255) |
SVM Category Group Name | Category Group Name | YES | ||||||
svm_category_id
Relationships for svm_category_id
|
INT(11) |
SVM Category ID | Unique Id for the Category related to the Category Group | NO | ||||||
svm_category_group_system_flag | TINYINT(1) |
SVM Category Group System Flag | is the Category Group a System Category Group? | NO |
Name: | SVM Distribution List |
Description: | Set of Distribution Lists - data is entered when the distribution list is created. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
svm_distribution_list_id
Relationships for svm_distribution_list_id
|
INT(11) |
SVM Distribution List ID | Unique Id for the Distribution List | NO | |||||||||
svm_distribution_list_date_created | DATETIME |
SVM Distribution List Date Created | When the Distribution List was created | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
HUA User ID | The User Id related to the Distribution List | NO | |||||||||
svm_distribution_list_name | VARCHAR(255) |
SVM Distribution List Name | Distribution List Name | NO | |||||||||
svm_distribution_list_description | VARCHAR(255) |
SVM Distribution List Description | Distribution List Description | NO | |||||||||
svm_distribution_list_general_email | VARCHAR(255) |
SVM Distribution List General Email | The Distribution List e-mail address for general messages | NO | |||||||||
svm_distribution_list_template | TINYINT(1) |
SVM Distribution List Template | Reference Template to format the Distribution List messages | NO |
Name: | SVM Distribution List Member |
Description: | Set of Distribution List Members - data entered in the Distribution List section of the Survey directory in the People menu using the Add Participant button. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_distribution_list_member_id | INT(10) |
SVM Distribution List Member ID | Unique Id for the Distribution List Member | NO | ||||||
svm_distribution_list_member_date_created | DATETIME |
SVM Distribution List Member Date Created | When the Distribution List Member was created | NO | ||||||
svm_distribution_list_id
Relationships for svm_distribution_list_id
|
INT(10) |
SVM Distribution List ID | The Unique Id for the Distribution List related to the Distribution List Member | NO | ||||||
svm_user_id
Relationships for svm_user_id
|
INT(10) |
SVM User ID | The Unique Id for the User related to the Distribution List Member | NO |
Name: | SVM Survey |
Description: | Set of Surveys - data is entered when creating a new survey. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_survey_id | INT(11) |
SVM Survey ID | The Unique Id for the Survey | NO | ||||||
hua_test_id
Relationships for hua_test_id
|
INT(11) |
HUA Test ID | The Unique Id for the Test related to the Survey | NO | ||||||
svm_distribution_list_id
Relationships for svm_distribution_list_id
|
INT(11) |
SVM Distribution List ID | The Unique Id for the Distribution List related to the Survey | NO | ||||||
svm_survey_type_id
Relationships for svm_survey_type_id
|
INT(11) |
SVM Survey Type ID | The Unique Id for the Survey Type related to the Survey | NO | ||||||
svm_survey_notify_on_completion | TINYINT(1) |
SVM Survey Notify On Completion | Is it necessary to notify when the Survey is completed? | NO | ||||||
svm_survey_date_created | DATETIME |
SVM Survey Date Created | When the Survey was created | NO | ||||||
svm_survey_last_modified | TIMESTAMP |
SVM Survey Last Modified | When the Survey was last modified | NO | ||||||
svm_survey_randomize_questions | ENUM |
SVM Survey Randomize Questions | Should the questions be randomized in the Survey? | NO | ||||||
svm_survey_randomize_answers | TINYINT(1) |
SVM Survey Randomize Answers | Should the answers be randomized in the Survey? | NO | ||||||
svm_survey_questions_per_page | TINYINT(3) |
SVM Survey Questions Per Page | How many questions should the Survey display in each page? | NO | ||||||
svm_survey_graded | TINYINT(1) |
SVM Survey Graded | Should the Survey be graded? | NO | ||||||
hua_trigger_id
Relationships for hua_trigger_id
|
INT(11) |
HUA Trigger ID | The Unique Id for the trigger related to the Survey | NO | ||||||
custom_hua_trigger_id | INT(11) |
Custom Hua Trigger ID | The Customized trigger related to the Survey | NO | ||||||
svm_survey_background_color | VARCHAR(10) |
SVM Survey Background Color | The Background Color that should be displayed when showing the Survey | NO | ||||||
svm_survey_title_color | VARCHAR(10) |
SVM Survey Title Color | The Color wich should be used to display the Title when showing the Survey | NO | ||||||
svm_survey_text_color | VARCHAR(10) |
SVM Survey Text Color | The Color wich should be used to display the Text when showing the Survey | NO | ||||||
svm_survey_enable_invite_friend | INT(11) |
SVM Survey Enable Invite Friend | Is it ok to invite friends to the Survey? | NO | ||||||
svm_survey_logo | VARCHAR(255) |
SVM Survey Logo | NOT USED | NO | ||||||
svm_survey_launched | DATETIME |
SVM Survey Launched | When the Survey was launched | NO | ||||||
svm_survey_category | INT(11) |
SVM Survey Category | Survey Category | NO | ||||||
svm_survey_questions_are_optional | TINYINT(1) |
SVM Survey Questions Are Optional | Are the Survey Questions Optional? | NO |
Name: | SVM Survey Type |
Description: | Set of Survey Types |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_survey_type_id
Relationships for svm_survey_type_id
|
INT(11) |
SVM Survey Type ID | The Unique Id for the Survey Type | NO | ||||||
svm_survey_type_date_created | DATETIME |
SVM Survey Type Date Created | When the Survey Type was created | NO | ||||||
svm_survey_type_name | VARCHAR(255) |
SVM Survey Type Name | Survey Type Name | NO | ||||||
svm_survey_type_description | VARCHAR(255) |
SVM Survey Type Description | Survey Type Description | NO |
Name: | SVM User |
Description: | Set of Users |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
svm_user_id
Relationships for svm_user_id
|
INT(11) |
SVM User ID | NOT IN USE | NO | ||||||
svm_user_date_created | DATETIME |
SVM User Date Created | NOT IN USE | NO | ||||||
svm_user_last_modified | TIMESTAMP |
SVM User Last Modified | NOT IN USE | NO | ||||||
svm_user_type | ENUM |
SVM User Type | NOT IN USE | NO | ||||||
svm_user_facility | VARCHAR(255) |
SVM User Facility | NOT IN USE | NO | ||||||
svm_user_template_notification | TEXT |
SVM User Template Notification | NOT IN USE | NO | ||||||
svm_user_system_flag | TINYINT(1) |
SVM User System Flag | NOT IN USE | NO |
Name: | System Attachments |
Description: | Stores all the data related to an attachment added to the database. Information includes the identity of the user who added the attachment and the record type. |
Column | Type | Name | Description | Token? | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_attachment_id
Relationships for hua_attachment_id
|
INT(10) |
Attachment ID | Unique system value for identifying an attachment added by a user in the database. | NO | ||||||||||||||||||
hua_attachment_record_id | INT(10) |
Attachment Record ID | System generated foreign key providing a connection between an attachment and a specific record in the database. | NO | ||||||||||||||||||
hua_file_id
Relationships for hua_file_id
|
INT(10) |
File ID | System generated foreign key providing a connection between an attachment and a specific file in the database. | NO | ||||||||||||||||||
hua_attachment_record_type | CHAR(255) |
Attachment Record Type | Indication of the means (e.g., requisition, resume, letter) by which an attachment was added to the system. | NO | ||||||||||||||||||
hua_attachment_creator_id | INT(10) |
Attachment Creator ID | System generated foreign key providing a connection between an attachment in the system and a user in the database. | NO | ||||||||||||||||||
hua_attachment_creator_email | VARCHAR(100) |
Attachment Creator E-mail | E-mail address of the external job seeker who created the attachment (only populated if creator is external user). | NO | ||||||||||||||||||
hua_attachment_last_modified | TIMESTAMP |
Attachment Last Modified | Date when an attachment was last modified by an authorized user. | NO | ||||||||||||||||||
hua_attachment_date_created | DATETIME |
Attachment Creation Date | Date when an attachment was created (i.e., added, uploaded) by an authorized user. | NO | ||||||||||||||||||
hua_attachment_system_flag | TINYINT(1) |
Attachment System Flag | Indication on whether or not an attachment was system generated. | NO |
Name: | Thr Job Change Reason |
Description: | Define a reason for why an employee had a pay change, title change, location change, etc. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
thr_job_change_reason_id | INT(10) |
Thr Job Change Reason ID | The unique ID of the Thr Job Change Reason | NO |
thr_job_change_reason_name | VARCHAR(255) |
Thr Job Change Reason Name | Name of the Thr Job Change Reason | YES |
thr_job_change_reason_code | VARCHAR(4) |
Thr Job Change Reason Code | Thr Job Change Reason Code | NO |
thr_job_change_reason_date_created | TIMESTAMP |
Thr Job Change Reason Date Created | The date and time when the Thr Job Change Reason was created | NO |
thr_job_change_reason_last_modified | TIMESTAMP |
Thr Job Change Reason Last Modified | The date and time when the Thr Job Change Reason was last modified | NO |
thr_job_change_reason_deactivated | TINYINT(1) |
Thr Job Change Reason Deactivated | Whether the Thr Job Change Reason is inactive or not | NO |
thr_job_change_reason_order | SMALLINT(5) |
Thr Job Change Reason Order | Numeric order value used for presenting the Thr Job Change Reason | NO |
thr_job_change_reason_protected | TINYINT(1) |
NO |
Name: | Thr Pronoun |
Description: | Stores data related to user's pronouns including when the pronoun was created, when it was last modified, deactivated, protected and its order. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_pronoun_id
Relationships for thr_pronoun_id
|
INT(11) |
Thr Pronoun ID | The unique ID of the Thr Pronoun | NO | ||||||
thr_pronoun_last_modified | TIMESTAMP |
Thr Pronoun Last Modified | The date and time when the Thr Pronoun was last modified | NO | ||||||
thr_pronoun_date_created | DATETIME |
Thr Pronoun Date Created | The date and time when the Thr Pronoun was created | NO | ||||||
thr_pronoun_name | VARCHAR(255) |
Thr Pronoun Name | Name of the Thr Pronoun | YES | ||||||
thr_pronoun_order | SMALLINT(5) |
Thr Pronoun Order | Numeric order value used for presenting the Thr Pronoun | NO | ||||||
thr_pronoun_deactivated | TINYINT(1) |
Thr Pronoun Deactivated | Whether the Thr Pronoun is inactive or not | NO | ||||||
thr_pronoun_protected | TINYINT(1) |
Thr Pronoun Protected | If Pronoun is Protected | NO |
Name: | Thr Relationship |
Description: | Stores the relationship types |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_relationship_id
Relationships for thr_relationship_id
|
INT(10) |
Thr Relationship ID | The unique ID of the Thr Relationship | NO | ||||||
thr_relationship_name | VARCHAR(255) |
Thr Relationship Name | Name of the Thr Relationship | YES | ||||||
thr_relationship_code | VARCHAR(255) |
Thr Relationship Code | The unique code for Thr Relationship | NO | ||||||
thr_relationship_date_created | TIMESTAMP |
Thr Relationship Date Created | The date and time when the Thr Relationship was created | NO | ||||||
thr_relationship_last_modified | TIMESTAMP |
Thr Relationship Last Modified | The date and time when the Thr Relationship was last modified | NO | ||||||
thr_relationship_deactivated | TINYINT(1) |
Thr Relationship Deactivated | Whether the Thr Relationship is inactive or not | NO | ||||||
thr_relationship_order | SMALLINT(5) |
Thr Relationship Order | Numeric order value used for presenting the Thr Relationship | NO |
Name: | Thr Self Service |
Description: | Stores Self Service Configuration |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
thr_self_service_id
Relationships for thr_self_service_id
|
INT(11) |
Thr Self Service ID | The unique ID of the Thr Self Service | NO | |||||||||||||||
thr_self_service_last_modified | TIMESTAMP |
Thr Self Service Last Modified | The date and time when the Thr Self Service was last modified | NO | |||||||||||||||
thr_self_service_date_created | TIMESTAMP |
Thr Self Service Date Created | The date and time when the Thr Self Service was created | NO | |||||||||||||||
thr_self_service_section | VARCHAR(255) |
Thr Self Service Section | Self Service Section Name | YES | |||||||||||||||
thr_self_service_section_enabled | TINYINT(1) |
Thr Self Service Section Enabled | IF Self Service Section is enabled | NO | |||||||||||||||
thr_self_service_option_selected | ENUM |
Thr Self Service Option Selected | IF Self Service Option Selected | NO | |||||||||||||||
thr_self_service_approval_chain_id | INT(11) |
Thr Self Service Approval Chain ID | Self Service Approval Chain ID | NO | |||||||||||||||
thr_self_service_group_notification_id
Relationships for thr_self_service_group_notification_id
|
INT(11) |
Thr Self Service Group Notification ID | The unique ID of a related Thr Self Service Group Notification | NO | |||||||||||||||
thr_self_service_category_id
Relationships for thr_self_service_category_id
|
INT(11) |
Thr Self Service Category ID | The unique ID of a related Thr Self Service Category | NO | |||||||||||||||
thr_self_service_type | ENUM |
Thr Self Service Type | Self Service Type | NO |
Name: | Thr Self Service Approval Chain |
Description: | Stores Self Service Approval Chain |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | The unique ID of the Thr Self Service Approval Chain | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
Approval Chain Last Modified | The date and time when the Thr Self Service Approval Chain was last modified | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
Approval Chain Date Created | The date and time when the Thr Self Service Approval Chain was created | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_target_id | INT(11) |
Approval Chain Target ID | Approval Chain Target ID | NO | |||||||||||||||||||||||||||||||||
hua_approval_chain_type | ENUM |
Approval Chain Type | Approval Chain Type | NO |
Name: | Thr Self Service Approval Chain Member |
Description: | Stores Self Service Approval Chain Member |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
Approval Chain Member ID | The unique ID of the Thr Self Service Approval Chain Member | NO | ||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
Approval Chain Member Last Modified | The date and time when the Thr Self Service Approval Chain Member was last modified | NO | ||||||||||||
hua_approval_chain_member_date_created | DATETIME |
Approval Chain Member Date Created | The date and time when the Thr Self Service Approval Chain Member was created | NO | ||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
Approval Chain ID | The unique ID of a related Approval Chain | NO | ||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
Approval Chain Member Target | Approval Chain Member ID | NO | ||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
Approval Chain Member Type | Approval Chain Member Type | NO | ||||||||||||
hua_approval_chain_member_order | INT(11) |
Approval Chain Member Order | Numeric order value used for presenting the Thr Self Service Approval Chain Member | NO |
Name: | Thr Self Service Category |
Description: | Stores Self Service Category |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_self_service_category_id
Relationships for thr_self_service_category_id
|
INT(11) |
Thr Self Service Category ID | The unique ID of the Thr Self Service Category | NO | ||||||
thr_self_service_category_last_modified | TIMESTAMP |
Thr Self Service Category Last Modified | The date and time when the Thr Self Service Category was last modified | NO | ||||||
thr_self_service_category_date_created | DATETIME |
Thr Self Service Category Date Created | The date and time when the Thr Self Service Category was created | NO | ||||||
thr_self_service_category_name | VARCHAR(255) |
Thr Self Service Category Name | Name of the Thr Self Service Category | YES | ||||||
thr_self_service_category_logical_vaue | VARCHAR(255) |
Thr Self Service Category Logical Vaue | Self Service Category Logical Vaue for Name | NO |
Name: | Thr Self Service Employee Notification |
Description: | Stores Self Service Employee Notification |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_self_service_employee_notification_id | INT(11) |
Thr Self Service Employee Notification ID | The unique ID of the Thr Self Service Employee Notification | NO | ||||||
thr_self_service_employee_notification_last_modified | TIMESTAMP |
Thr Self Service Employee Notification Last Modified | The date and time when the Thr Self Service Employee Notification was last modified | NO | ||||||
thr_self_service_employee_notification_date_created | DATETIME |
Thr Self Service Employee Notification Date Created | The date and time when the Thr Self Service Employee Notification was created | NO | ||||||
thr_self_service_id
Relationships for thr_self_service_id
|
INT(11) |
Thr Self Service ID | The unique ID of a related Thr Self Service | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Thr Self Service Group Notification |
Description: | Stores Self Service Group Notification |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
thr_self_service_group_notification_id
Relationships for thr_self_service_group_notification_id
|
INT(11) |
Thr Self Service Group Notification ID | The unique ID of the Thr Self Service Group Notification | NO | |||||||||
thr_self_service_group_notification_last_modified | TIMESTAMP |
Thr Self Service Group Notification Last Modified | The date and time when the Thr Self Service Group Notification was last modified | NO | |||||||||
thr_self_service_group_notification_date_created | DATETIME |
Thr Self Service Group Notification Date Created | The date and time when the Thr Self Service Group Notification was created | NO | |||||||||
thr_self_service_group_type_id
Relationships for thr_self_service_group_type_id
|
INT(11) |
Thr Self Service Group Type ID | The unique ID of a related Thr Self Service Group Type | NO | |||||||||
thr_self_service_id
Relationships for thr_self_service_id
|
INT(11) |
Thr Self Service ID | The unique ID of a related Thr Self Service | NO |
Name: | Thr Self Service Group Notification Member |
Description: | Stores Self Service Group Notification Member |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_self_service_group_notification_member_id | INT(11) |
Thr Self Service Group Notification Member ID | The unique ID of the Thr Self Service Group Notification Member | NO | ||||||
thr_self_service_group_notification_member_last_modified | TIMESTAMP |
Thr Self Service Group Notification Member Last Modified | The date and time when the Thr Self Service Group Notification Member was last modified | NO | ||||||
thr_self_service_group_notification_member_date_created | DATETIME |
Thr Self Service Group Notification Member Date Created | The date and time when the Thr Self Service Group Notification Member was created | NO | ||||||
thr_self_service_group_notification_id
Relationships for thr_self_service_group_notification_id
|
INT(11) |
Thr Self Service Group Notification ID | The unique ID of a related Thr Self Service Group Notification | NO | ||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
Employee ID | The unique ID of a related Employee | NO |
Name: | Thr Self Service Group Type |
Description: | Stores Self-service group type |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_self_service_group_type_id
Relationships for thr_self_service_group_type_id
|
INT(11) |
Thr Self Service Group Type ID | The unique ID of the Thr Self Service Group Type | NO | ||||||
thr_self_service_group_type_last_modified | TIMESTAMP |
Thr Self Service Group Type Last Modified | The date and time when the Thr Self Service Group Type was last modified | NO | ||||||
thr_self_service_group_type_date_created | DATETIME |
Thr Self Service Group Type Date Created | The date and time when the Thr Self Service Group Type was created | NO | ||||||
thr_self_service_group_type_name | VARCHAR(255) |
Thr Self Service Group Type Name | Name of the Thr Self Service Group Type | YES | ||||||
thr_self_service_group_type_logical_vaue | VARCHAR(255) |
Thr Self Service Group Type Logical Vaue | Logical Value for Group Type Name | NO |
Name: | Thr Soc Job Code |
Description: | Stores the list of Soc Job Codes |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_soc_job_code_id
Relationships for thr_soc_job_code_id
|
INT(10) |
Thr Soc Job Code ID | The unique ID of the Thr Soc Job Code | NO | ||||||
thr_soc_job_code | VARCHAR(255) |
Thr Soc Job Code | Thr Soc Job Code | NO | ||||||
thr_soc_job_code_value | VARCHAR(255) |
Thr Soc Job Code Value | Value of Thr Soc Job Code | YES | ||||||
ats_eeoc_job_category_id
Relationships for ats_eeoc_job_category_id
|
INT(10) |
ATS Eeoc Job Category ID | The unique ID of a related ATS Eeoc Job Category | NO | ||||||
thr_soc_job_code_date_created | DATETIME |
Thr Soc Job Code Date Created | The date and time when the Thr Soc Job Code was created | NO | ||||||
thr_soc_job_code_last_modified | TIMESTAMP |
Thr Soc Job Code Last Modified | The date and time when the Thr Soc Job Code was last modified | NO | ||||||
thr_soc_job_code_order | SMALLINT(6) |
Thr Soc Job Code Order | Numeric order value used for presenting the Thr Soc Job Code | NO | ||||||
thr_soc_job_code_system_flag | TINYINT(1) |
Thr Soc Job Code System Flag | Whether this is a system generated Thr Soc Job Code or not | NO | ||||||
thr_soc_job_code_protected | TINYINT(1) |
Thr Soc Job Code Protected | Whether the Thr Soc Job Code is system protected or not. | NO | ||||||
thr_soc_job_code_deactivated | TINYINT(1) |
Thr Soc Job Code Deactivated | Whether the Thr Soc Job Code is inactive or not | NO |
Name: | Thr Workers Comp Class |
Description: | Stores the list of Workers Comp Class |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_workers_comp_class_id
Relationships for thr_workers_comp_class_id
|
INT(10) |
Thr Workers Comp Class ID | The unique ID of the Thr Workers Comp Class | NO | ||||||
thr_workers_comp_class_code | VARCHAR(255) |
Thr Workers Comp Class Code | Thr Workers Comp Class Code | NO | ||||||
thr_workers_comp_class_value | VARCHAR(255) |
Thr Workers Comp Class Value | Value of the Thr Workers Comp Class | NO | ||||||
hua_state_id
Relationships for hua_state_id
|
INT(10) |
State ID | The unique ID of a related State | NO | ||||||
thr_workers_comp_class_date_created | DATETIME |
Thr Workers Comp Class Date Created | The date and time when the Thr Workers Comp Class was created | NO | ||||||
thr_workers_comp_class_last_modified | TIMESTAMP |
Thr Workers Comp Class Last Modified | The date and time when the Thr Workers Comp Class was last modified | NO | ||||||
thr_workers_comp_class_order | SMALLINT(6) |
Thr Workers Comp Class Order | Numeric order value used for presenting the Thr Workers Comp Class | NO | ||||||
thr_workers_comp_class_deactivated | TINYINT(1) |
Thr Workers Comp Class Deactivated | Whether the Thr Workers Comp Class is inactive or not | NO | ||||||
thr_workers_comp_class_system_flag | TINYINT(1) |
Thr Workers Comp Class System Flag | Whether this is a system generated Thr Workers Comp Class or not | NO | ||||||
thr_workers_comp_class_protected | TINYINT(1) |
Thr Workers Comp Class Protected | Whether the Thr Workers Comp Class is system protected or not. | NO |
Name: | thr_batch_employee_employment_record_import |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_batch_employee_employment_record_import_id | INT(11) |
NO | ||||||||
thr_batch_employee_employment_record_import_last_modified | TIMESTAMP |
NO | ||||||||
thr_batch_employee_employment_record_import_date_created | DATETIME |
NO | ||||||||
thr_batch_employee_employment_record_import_processed | TINYINT(1) |
NO | ||||||||
thr_batch_employee_employment_record_import_processed_datetime | DATETIME |
NO | ||||||||
hua_employee_id
Relationships for hua_employee_id
|
INT(11) |
NO | ||||||||
hua_employee_employment_record_effective_datetime | DATETIME |
NO | ||||||||
hua_employee_employment_record_annual_rate | DECIMAL |
NO | ||||||||
hua_employee_employment_record_rate_type_id | INT(11) |
NO | ||||||||
hua_employee_employment_record_job_id | INT(11) |
NO | ||||||||
hua_employee_employment_record_manager_id | INT(11) |
NO | ||||||||
hua_employee_employment_record_location_id | INT(11) |
NO | ||||||||
hua_employee_employment_record_org_level_id | INT(11) |
NO | ||||||||
hua_employee_employment_record_termination_date | DATE |
NO | ||||||||
hua_employee_employment_record_hire_date | DATE |
NO | ||||||||
hua_employee_employment_record_rehire_date | DATE |
NO | ||||||||
hua_employee_employment_record_last_changed_by | INT(11) |
NO | ||||||||
hua_employee_employment_record_currency_id | INT(11) |
NO | ||||||||
hua_employee_employment_record_work_schedule_id | INT(11) |
NO | ||||||||
hua_employee_employment_period_id
Relationships for hua_employee_employment_period_id
|
INT(11) |
NO | ||||||||
hua_employee_change_record_reason_for_the_change | INT(11) |
NO |
Name: | thr_change_record_approval_chain |
Description: |
Column | Type | Name | Description | Token? | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_last_modified | TIMESTAMP |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_date_created | DATETIME |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_target_id | INT(11) |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_type | ENUM |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_approval | ENUM |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_final_approval_date | DATETIME |
NO | |||||||||||||||||||||||||||||||||||
hua_approval_chain_requestor_user_id | INT(11) |
NO |
Name: | thr_change_record_approval_chain_member |
Description: |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_approval_chain_member_id
Relationships for hua_approval_chain_member_id
|
INT(11) |
NO | ||||||||||||||
hua_approval_chain_member_last_modified | TIMESTAMP |
NO | ||||||||||||||
hua_approval_chain_member_date_created | DATETIME |
NO | ||||||||||||||
hua_approval_chain_id
Relationships for hua_approval_chain_id
|
INT(11) |
NO | ||||||||||||||
hua_approval_chain_member_target | VARCHAR(255) |
NO | ||||||||||||||
hua_approval_chain_member_type | VARCHAR(255) |
NO | ||||||||||||||
hua_approval_chain_member_order | INT(11) |
NO | ||||||||||||||
hua_approval_chain_member_approval | ENUM |
NO | ||||||||||||||
hua_approval_chain_member_comment | TEXT |
NO | ||||||||||||||
hua_approval_chain_member_final_approval_date | DATETIME |
NO | ||||||||||||||
hua_approval_chain_member_approved_by | VARCHAR(255) |
NO | ||||||||||||||
hua_approval_chain_member_hash | VARCHAR(255) |
NO |
Name: | thr_employee_class |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_employee_class_id
Relationships for thr_employee_class_id
|
INT(10) |
NO | ||||||||
thr_employee_class_name | VARCHAR(255) |
YES | ||||||||
thr_employee_class_description | VARCHAR(255) |
YES | ||||||||
thr_employee_class_date_created | TIMESTAMP |
NO | ||||||||
thr_employee_class_last_modified | TIMESTAMP |
NO | ||||||||
thr_employee_class_deactivated | TINYINT(1) |
NO | ||||||||
thr_employee_class_order | SMALLINT(5) |
NO |
Name: | thr_employee_file_category |
Description: |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
thr_employee_file_category_id
Relationships for thr_employee_file_category_id
|
INT(11) |
NO | ||||||||
thr_employee_file_category_last_modified | TIMESTAMP |
NO | ||||||||
thr_employee_file_category_date_created | DATETIME |
NO | ||||||||
thr_employee_file_category_name | VARCHAR(255) |
NO | ||||||||
thr_employee_file_category_order | SMALLINT(5) |
NO | ||||||||
thr_employee_file_category_deactivated | TINYINT(1) |
NO | ||||||||
thr_employee_file_category_system_flag | TINYINT(1) |
NO | ||||||||
thr_employee_file_category_protected | TINYINT(1) |
NO |
Name: | thr_pay_frequency |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
thr_pay_frequency_id | INT(10) |
NO | ||
thr_pay_frequency_name | VARCHAR(255) |
YES | ||
thr_pay_frequency_code | VARCHAR(255) |
NO | ||
thr_pay_frequency_date_created | TIMESTAMP |
NO | ||
thr_pay_frequency_last_modified | TIMESTAMP |
NO | ||
thr_pay_frequency_protected | TINYINT(1) |
NO | ||
thr_pay_frequency_system_flag | TINYINT(1) |
NO | ||
thr_pay_frequency_deactivated | TINYINT(1) |
NO | ||
thr_pay_frequency_order | SMALLINT(5) |
NO |
Name: | thr_user |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
thr_user_id | INT(10) |
NO | ||
thr_user_last_modified | TIMESTAMP |
NO | ||
thr_user_date_created | TIMESTAMP |
NO | ||
thr_user_system_flag | TINYINT(1) |
NO |
Name: | thr_work_schedule |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
thr_work_schedule_id | INT(11) |
NO | ||
thr_work_schedule_last_modified | TIMESTAMP |
NO | ||
thr_work_schedule_date_created | DATETIME |
NO | ||
thr_work_schedule_name | VARCHAR(255) |
YES | ||
thr_work_schedule_order | SMALLINT(6) |
NO | ||
thr_work_schedule_deactivated | TINYINT(1) |
NO | ||
thr_work_schedule_system_flag | TINYINT(1) |
NO | ||
thr_work_schedule_protected | TINYINT(1) |
NO |
Name: | Tuition Assistance Request Attachment |
Description: | Stores all the data related to an attachment on a tuition assistance request. Information includes the name of the attachment and the identification of the class for which a request was submitted. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
lms_assistance_attachment_id | INT(11) |
Tuition Assistance Request Attachment ID | Unique system value for identifying an attachment to a tuition assistance request. | NO | ||||||
lms_assistance_attachment_date_last_modified | TIMESTAMP |
Tuition Assistance Request Attachment Date Last Modified | Date and time when an attachment on a tuition assistance request was last revised by an authorized user. | NO | ||||||
lms_assistance_attachment_date_created | DATETIME |
Tuition Assistance Request Attachment Creation Date | Date and time when an attachment was added to a tuition assistance request by an authorized user. | NO | ||||||
lms_assistance_attachment_name | VARCHAR(255) |
Tuition Assistance Request Attachment Name | Translation of the unique system value into a word or phrase for identifying an attachment on a tuition assistance request. | NO | ||||||
lms_assistance_id
Relationships for lms_assistance_id
|
INT(11) |
Tuition Assistance Request ID | System generated foreign key providing a connection between an attachment on a tuition assistance request and a specific tuition assistance request. | NO | ||||||
lms_class_id
Relationships for lms_class_id
|
INT(11) |
Internal Class ID | System generated foreign key providing a connection between an attachment on a tuition assistance request and a specific internal class. | NO | ||||||
hua_attachment_id
Relationships for hua_attachment_id
|
INT(11) |
Attachment ID | System generated foreign key providing a connection between an attachment on a tuition assistance request and a specific attachment. | NO | ||||||
lms_external_training_id
Relationships for lms_external_training_id
|
INT(11) |
NO |
Name: | University / College |
Description: | Stores all the data related to university or college options in the database. Information includes the order in which the option displays in a list and whether or not the university is active in the system or deactivated from use. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_university_id
Relationships for ats_university_id
|
INT(10) |
University ID | Unique system value for identifying a university or college. | NO | |||||||||||||||
ats_university_value | VARCHAR(255) |
University Value | Translation of the unique system value into a word or phrase for identifying the name of the university or college. | YES | |||||||||||||||
ats_university_order | INT(10) |
University Sequence | Numeric value indicating the order in which the university or college displays in a list or table. | NO | |||||||||||||||
ats_university_date_created | DATETIME |
University Creation Date | Date when the university or college was created. | NO | |||||||||||||||
ats_university_last_modified | TIMESTAMP |
University Last Modified | Date when the university or college was last revised by an authorized user. | NO | |||||||||||||||
ats_university_deactivated | TINYINT(1) |
University Deactivated | Indication on whether or not the university or college is active in the system or deactivated from use. | NO | |||||||||||||||
ats_university_system_flag | TINYINT(1) |
University System Flag | Indication on whether or not the university or college value was system generated. | NO |
Name: | User Competency |
Description: | Stores all the data related to competencies on a user's profile. Information includes when a competency was approved by a manager and the competency score. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_competency_id | INT(11) |
User Competency ID | Unique system value for identifying a competency on the profile of a user. | NO | ||||||
hua_user_competency_last_modified | TIMESTAMP |
User Competency Last Modified | Date and time when a competency on the profile of the user was last revised by an authorized user (e.g., manager, user). | NO | ||||||
hua_user_competency_date_created | DATETIME |
User Competency Creation Date | Date and time when a competency was added to the profile of a user (e.g., user action, manager action, project team completion). | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a competency on a user's profile and a specific user in the database. | NO | ||||||
hua_competency_id
Relationships for hua_competency_id
|
INT(11) |
Competency ID | System generated foreign key providing a connection between a competency on a user's profile and a specific competency in a competency category. | NO | ||||||
hua_user_competency_score | FLOAT |
User Competency Score | Numeric value corresponding with the default scale used to determine the experience level of the user with the competency. | NO | ||||||
hua_user_competency_approved | DATETIME |
User Competency Approved | Date when a competency on a user's profile was approved by the manager of the employee. | NO | ||||||
epm_appraisal_id
Relationships for epm_appraisal_id
|
INT(11) |
Performance Appraisal ID | System generated foreign key providing a connection between a competency on the profile for an employee and a specific performance appraisal. | NO | ||||||
hua_user_competency_valid_from | DATE |
User Competency Valid From | Date when a project team ends and a competency earned through the user's involvement on the team is added to the user's profile. | NO | ||||||
hua_user_competency_creator_id | INT(11) |
User Competency Creator ID | System generated foreign key providing a connection between a competency on a user's profile and the individual who added the competency to the profile. | NO | ||||||
hua_user_competency_type | VARCHAR(255) |
NO | ||||||||
lms_course_id
Relationships for lms_course_id
|
INT(11) |
NO |
Name: | User Reason for Termination |
Description: | Stores all the data related to reasons for a user's termination. Information includes the termination code and the termination value. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_termination_grounds_id
Relationships for hua_user_termination_grounds_id
|
INT(10) |
User Reason for Involuntary Termination | Unique system value for identifying a reason for involuntary termination (e.g., incompetence, fighting). | NO | ||||||
hua_user_termination_grounds_code | VARCHAR(255) |
User Reason for Involuntary Termination Code | Translation of the unique system value into words, letters, or other symbols (e.g., RT-05) to identify a reason for involuntary termination. | NO | ||||||
hua_user_termination_grounds_value | VARCHAR(255) |
User Reason for Involuntary Termination Value | Translation of the unique system value into a word or phrase for identifying the reason for involuntary termination (e.g., End of Contract). | YES | ||||||
hua_user_termination_grounds_order | INT(10) |
User Reason for Involuntary Termination Sequence | Numeric value indicating the order in which the reason for involuntary termination displays in a list or table. | NO | ||||||
hua_user_termination_grounds_date_created | DATETIME |
User Reason for Involuntary Termination Creation Date | Date when a reason for involuntary termination was created by an authorized user (i.e., administrator). | NO | ||||||
hua_user_termination_grounds_last_modified | TIMESTAMP |
User Reason for Involuntary Termination Last Modified | Date when a reason for involuntary termination was revised by an authorized user. | NO | ||||||
hua_user_termination_grounds_deactivated | TINYINT(1) |
User Reason for Involuntary Termination Deactivated | Indication on whether or not a reason for involuntary termination is active in the system or deactivated from use. | NO |
Name: | User Responsible Location |
Description: | Stores all the data related to user responsible locations. This limits the locations the user is allowed to select when creating a requisition (typically hourly jobs). |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hua_user_responsible_location_id | INT(11) |
User Responsible Location ID | Unique system value for identifying the location for which a user is responsible (limiting the locations available as options). | NO | |||||||||
hua_user_responsible_location_last_modified | TIMESTAMP |
User Responsible Location Last Modified | Date and time when the locations for which a user is responsible were last revised by an authorized user. | NO | |||||||||
hua_user_responsible_location_date_created | DATETIME |
User Responsible Location Creation Date | The date and time when a location was added to a user's list of responsible locations. | NO | |||||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a location for which a user is responsible and a specific user. | NO | |||||||||
hua_location_id
Relationships for hua_location_id
|
INT(11) |
Location ID | System generated foreign key providing a connection between a location for which a user is responsible and a specific location in the database. | NO |
Name: | User Responsible Location Group |
Description: | Stores all the data related to user responsible location groups. This limits the location groups the user is allowed to select when creating a requisition (typically hourly jobs). |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_user_responsible_location_group_id | INT(11) |
User Responsible Location Group ID | Unique system value for identifying a location group for which a user is responsible (limiting the location groups available as options). | NO | ||||||
hua_user_responsible_location_group_last_modified | TIMESTAMP |
User Responsible Location Group Last Modified | Date and time when the location group for which a user is responsible were revised by an authorized user. | NO | ||||||
hua_user_responsible_location_group_date_created | DATETIME |
User Responsible Location Group Creation Date | Date and time when a location group was added to a user's list of responsible location groups. | NO | ||||||
hua_user_id
Relationships for hua_user_id
|
INT(11) |
User ID | System generated foreign key providing a connection between a location group for which a user is responsible and a specific user. | NO | ||||||
hua_location_group_id
Relationships for hua_location_group_id
|
INT(11) |
Location Group ID | System generated foreign key providing a connection between a location group for which a user is responsible and a specific location group in the database. | NO |
Name: | Vending Agency |
Description: | Stores all the data related to a vending agency that receives hiring orders. Information includes the billing rate, agency name, and if the agency is in-house. |
Column | Type | Name | Description | Token? | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_id
Relationships for ats_vendor_id
|
INT(10) |
Vending Agency ID | Unique system value for identifying a vending agency. | NO | |||||||||||||||||||||
ats_contact_id
Relationships for ats_contact_id
|
INT(10) |
Contact ID | System generated foreign key providing a connection between a vending agency and a contact at the agency. | NO | |||||||||||||||||||||
ats_user_id
Relationships for ats_user_id
|
INT(10) |
Applicant Tracking User ID | System generated foreign key providing a connection between a vending agency and a specific applicant tracking user (e.g., recruiter, hiring manager, administrator). | NO | |||||||||||||||||||||
ats_vendor_name | CHAR(255) |
Vendor Name | Translation of the unique system value into a word or phrase for identifying the vending agency. | NO | |||||||||||||||||||||
ats_vendor_active | TINYINT(1) |
Vending Agency Active | Indication on whether or not the vending agency is active in the system or deactivated from use. | NO | |||||||||||||||||||||
ats_vendor_rate_type | ENUM |
Vendor Rate Type | Indication on the rate type (e.g., flat, percentage) for the vending agency. | NO | |||||||||||||||||||||
ats_vendor_account | CHAR(255) |
Vendor Account | Unique set of values (alpha or numeric) given to distinguish one vendor account from another. | NO | |||||||||||||||||||||
ats_vendor_markup | FLOAT |
Vendor Markup | Numeric value indicating the amount added to the cost price of goods to cover overhead and profit. | NO | |||||||||||||||||||||
ats_vendor_inhouse | TINYINT(1) |
Vendor In-house | Indication on whether or not the vending agency is a division within the company or an outside source. | NO | |||||||||||||||||||||
ats_vendor_show_in_list | TINYINT(1) |
Vendor Show In List | Indication on whether or not a vending agency is displayed in a list of available vending agencies. | NO | |||||||||||||||||||||
ats_vendor_rate | FLOAT |
Vendor Rate | Numeric value indicating the billing rate of the vending agency. | NO | |||||||||||||||||||||
ats_vendor_deactivation_reasons | CHAR(255) |
Vendor Deactivation Reasons | Indication on why a vending agency account is no longer active (e.g., out of business, merged with another agency). | NO | |||||||||||||||||||||
ats_vendor_date_created | DATETIME |
Vendor Creation Date | Date when the vending agency was created by an authorized user. | NO | |||||||||||||||||||||
ats_vendor_last_modified | TIMESTAMP |
Vendor Last Modified | Date when the vending agency was last revised by an authorized user. | NO | |||||||||||||||||||||
ats_vendor_resume_exclusivity_period | INT(10) |
NO |
Name: | Vendor Agency User |
Description: | Stores all the data related to a user associated with a vendor agency. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_user_id | INT(10) |
Vendor User ID | Unique system value for identifying a user in a vendor agency. | NO | ||||||
ats_vendor_user_date_created | DATETIME |
Vendor User Creation Date | Date when the vendor user was created by an authorized user. | NO | ||||||
ats_vendor_user_last_modified | TIMESTAMP |
Vendor User Last Modified | Date when the vendor user was last revised by an authorized user. | NO | ||||||
ats_user_id
|
INT(10) |
Applicant Tracking User ID | System generated foreign key providing a connection between a vendor user and a specific user in the applicant tracking database. | NO | ||||||
ats_vendor_id
Relationships for ats_vendor_id
|
INT(10) |
Vendor Agency ID | System generated foreign key providing a connection between a vendor user and a specific vendor agency. | NO |
Name: | Vendor Candidate |
Description: | Stores all the data related to a candidate submitted for a hiring order by a vending agency. Information includes when the candidate was submitted to the recruiter and whether or not the recruiter accepted or rejected the candidate. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_candidate_id | INT(11) |
Vendor Candidate ID | Unique system value for identifying a job seeker submitted by a vending agency. | NO | ||||||
ats_vendor_candidate_date_created | DATETIME |
Vendor Candidate Creation Date | Date when the vending agency created the job seeker account. | NO | ||||||
ats_vendor_candidate_last_modified | TIMESTAMP |
Vendor Candidate Last Modified | Date when the candidate submitted by the vending agency was last revised. | NO | ||||||
ats_vendor_id
Relationships for ats_vendor_id
|
INT(11) |
Vending Agency ID | System generated foreign key providing a connection between a candidate submitted by a vending agency and a specific vending agency. | NO | ||||||
ats_hiring_order_id
Relationships for ats_hiring_order_id
|
INT(11) |
Hiring Order ID | System generated foreign key providing a connection between a candidate submitted by a vending agency and a specific hiring order. | NO | ||||||
ats_candidate_id
Relationships for ats_candidate_id
|
INT(11) |
Candidate ID | System generated foreign key providing a connection between a candidate submitted by a vending agency and a specific candidate. | NO | ||||||
ats_vendor_candidate_released | DATETIME |
Vendor Candidate Released | Date when the vending agency submitted the candidate to a hiring order and released the candidate to the recruiter. | NO | ||||||
ats_vendor_candidate_accepted | DATETIME |
Vendor Candidate Accepted | Date when the candidate submitted for a hiring order by a vending agency was accepted by the recruiter. | NO | ||||||
ats_vendor_candidate_rejected | DATETIME |
Vendor Candidate Rejected | Date when the candidate submitted for a hiring order by a vending agency was rejected by the recruiter. | NO | ||||||
ats_vendor_candidate_comment | TEXT |
Vendor Candidate Comment | Content of any comments created by the recruiter when accepting or rejecting a candidate submitted for a hiring order by a vending agency. | NO |
Name: | Vendor Charge Code |
Description: | Stores all the data related to a vendor charge code used for vending agency expenses. Information includes the budget of the charge code and the submitted expense value. |
Column | Type | Name | Description | Token? | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_chargecode_id
Relationships for ats_vendor_chargecode_id
|
INT(10) |
Vendor Charge Code ID | Unique system value for identifying a charge code used for expenses accrued through the services of a vending agency. | NO | |||||||||
ats_currency_id
Relationships for ats_currency_id
|
INT(10) |
Currency ID | System generated foreign key providing a connection between a vendor charge code and a specific currency type. | NO | |||||||||
ats_vendor_chargecode_code | VARCHAR(255) |
Vendor Charge Code Value | Translation of the unique system value into words, letters, or other symbols to identify the vendor charge code. | NO | |||||||||
ats_vendor_chargecode_department | VARCHAR(255) |
Vendor Charge Code Department | Indication on which department within the company is responsible for the vendor charge code. | NO | |||||||||
hua_org_level_id
Relationships for hua_org_level_id
|
INT(10) |
Organizational Level ID | System generated foreign key providing a connection between the vendor charge code and a specific level in the organization. | NO | |||||||||
ats_vendor_chargecode_budget | DECIMAL |
Vendor Charge Code Budget | Numeric value indicating the maximum cost allowed to be expensed for the vendor charge code. | NO | |||||||||
ats_vendor_chargecode_expenses | DECIMAL |
Vendor Charge Code Expenses | Numeric value indicating the monetary amount expensed to the vendor charge code. | NO | |||||||||
ats_vendor_chargecode_date_created | DATETIME |
Vendor Charge Code Creation Date | Date when the vendor charge code was created by an authorized user. | NO | |||||||||
ats_vendor_chargecode_last_modified | TIMESTAMP |
Vendor Charge Code Last Modified | Date when the vendor charge code was last revised by an authorized user. | NO |
Name: | Vendor Close Reason |
Description: | Stores all the data related to a vendor close reason. Information includes a description of the vendor close reason. |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
ats_vendor_close_reason_id | INT(11) |
Vendor Close Reason ID | Unique system value for identifying a vendor close reason (e.g., too many bad resumes, merged with another agency). | NO |
ats_vendor_close_reason_date_created | DATETIME |
Vendor Close Reason Creation Date | Date when the vendor close reason was created by an authorized user. | NO |
ats_vendor_close_reason_last_modified | TIMESTAMP |
Vendor Close Reason Last Modified | Date when the vendor close reason was last revised by an authorized user. | NO |
ats_vendor_close_reason_name | CHAR(255) |
Vendor Close Reason Value | Translation of the unique system value into a word or phrase for identifying the vendor close reason. | YES |
ats_vendor_close_reason_description | CHAR(255) |
Vendor Close Reason Description | Content providing more detail regarding the reason the vendor agency relationship was closed. | NO |
ats_vendor_close_reason_deactivated | TINYINT(1) |
Vendor Close Reason Deactivated | Indication on whether or not the vendor close reason is active in the system or deactivated from use. | NO |
ats_vendor_close_reason_order | SMALLINT(5) |
Vendor Close Reason Sequence | Numeric value indicating the order in which the vendor close reason displays in a list or table. | NO |
Name: | Vendor Distribution List |
Description: | Stores all the data related to a vendor distribution list. Vendor distribution lists are a combination of various recruiting vendor agencies. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_distribution_list_id
Relationships for ats_vendor_distribution_list_id
|
INT(10) |
Vendor Distribution List ID | Unique system value for identifying a vendor distribution list. | NO | ||||||
ats_vendor_distribution_list_name | CHAR(255) |
Vendor Distribution List Name | Translation of the unique system value into a word or phrase for identifying the vendor distribution list. | NO | ||||||
ats_vendor_distribution_list_date_created | DATETIME |
Vendor Distribution List Creation Date | Date when the vendor distribution list was created by an authorized user. | NO | ||||||
ats_vendor_distribution_list_last_modified | TIMESTAMP |
Vendor Distribution List Last Modified | Date when the vendor distribution list was last revised by an authorized user. | NO |
Name: | Vendor Distribution List Member |
Description: | Stores all the data related to a member on a distribution list. Information includes the identification of the distribution list and the identification of the vendor agency. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_distribution_list_member_id | INT(10) |
Vendor Distribution List Member ID | Unique system value for identifying a member on a vendor distribution list. | NO | ||||||
ats_vendor_distribution_list_id
Relationships for ats_vendor_distribution_list_id
|
INT(10) |
Vendor Distribution List ID | System generated foreign key providing a connection between a member on a vendor distribution list and a specific vendor distribution list. | NO | ||||||
ats_vendor_id
Relationships for ats_vendor_id
|
INT(10) |
Recruiting Vendor ID | System generated foreign key providing a connection between a member on vendor distribution list and a specific vendor agency. | NO | ||||||
ats_vendor_distribution_list_member_date_created | DATETIME |
Vendor Distribution List Member Creation Date | Date when the member was added to the vendor distribution list. | NO | ||||||
ats_vendor_distribution_list_member_last_modified | TIMESTAMP |
Vendor Distribution List Member Last Modified | Date when the member on the vendor distribution list was last revised by an authorized user. | NO |
Name: | Vendor Location |
Description: | Stores all the data related to the physical location of a vendor agency. Information includes the location tax rate and the city in which the vendor agency is located. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_vendor_location_id | INT(11) |
Vendor Location ID | Unique system value for identifying a physical location of a vendor agency. | NO | ||||||
ats_vendor_location_last_modified | TIMESTAMP |
Vendor Location Last Modified | Date when the vendor agency location was last revised by an authorized user. | NO | ||||||
ats_vendor_location_date_created | DATETIME |
Vendor Location Creation Date | Date when the vendor agency location was created by an authorized user. | NO | ||||||
ats_vendor_location_name | CHAR(255) |
Vendor Location Name | Translation of the unique system value into a word or phrase for identifying the physical location of the vendor agency. | NO | ||||||
ats_vendor_location_city | CHAR(255) |
Vendor Location City | Name of the city in which the vendor agency is located. | NO | ||||||
ats_vendor_location_state | CHAR(255) |
Vendor Location State | Name of the state in which the vendor agency is located. | NO | ||||||
ats_vendor_location_taxrate | CHAR(255) |
Vendor Location Tax Rate | Numeric value indicating the tax rate imposed by the government in the location of the vendor agency. | NO | ||||||
ats_vendor_id
Relationships for ats_vendor_id
|
INT(11) |
Recruiting Vendor ID | System generated foreign key providing a connection between a vendor location and a specific vendor agency. | NO |
Name: | Widget Association To Group |
Description: | Stores all the data related to widget associations with groups. Information includes the identification of the widget and of the group. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
hua_widget_to_group_id | INT(11) |
Widget Association To Group ID | Unique system value for identifying a widget association to a group (e.g., My Candidates widget with recruiter group). | NO | ||||||
hua_widget_to_group_last_modified | TIMESTAMP |
Widget Association To Group Last Modified | Date and time when a widget association with a group was last revised by an authorized user. | NO | ||||||
hua_widget_to_group_date_created | DATETIME |
Widget Association To Group Creation Date | Date and time when a widget association with a group is created by an authorized user. | NO | ||||||
hua_widget_id
Relationships for hua_widget_id
|
INT(11) |
Widget ID | System generated foreign key providing a connection between a widget association with a group and a specific widget (e.g., 9 Box). | NO | ||||||
hua_group_id
Relationships for hua_group_id
|
INT(11) |
Group ID | System generated foreign key providing a connection between a widget association with a group and a specific group (e.g., manager). | NO | ||||||
hua_widget_to_group_start_x | INT(11) |
Widget Association To Group Start X-Axis | Numeric value representing the position of a widget on the x-axis for a group. | NO | ||||||
hua_widget_to_group_start_y | INT(11) |
Widget Association To Group Start Y-Axis | Numeric value representing the position of a widget on the y-axis for a group. | NO |
Name: | Work Opportunity Tax Credit |
Description: | Stores all the data related to the Work Opportunity Tax Credit. Information includes the screening status of an applicant and if a candidate opted out of the screening questionnaire. |
Column | Type | Name | Description | Token? | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_wotc_id | INT(11) |
Work Opportunity Tax Credit ID | Unique system value for identifying a Work Opportunity Tax Credit (WOTC). | NO | |||||||||||||||
ats_wotc_last_modified | TIMESTAMP |
WOTC Last Modified | Date when the Work Opportunity Tax Credit was last revised by an authorized user. | NO | |||||||||||||||
ats_wotc_date_created | DATETIME |
WOTC Creation Date | Date and time when the Work Opportunity Tax Credit was created by an authorized user. | NO | |||||||||||||||
ats_jobseeker_id
Relationships for ats_jobseeker_id
|
INT(11) |
Job Seeker ID | System generated foreign key providing a connection between a Work Opportunity Tax Credit and a specific job seeker. | NO | |||||||||||||||
ats_requisition_id
Relationships for ats_requisition_id
|
INT(11) |
Requisition ID | System generated foreign key providing a connection between a Work Opportunity Tax Credit and a specific requisition. | NO | |||||||||||||||
hua_soa_integration_id
Relationships for hua_soa_integration_id
|
INT(11) |
SOA Integration ID | System generated foreign key providing a connection between a Work Opportunity Tax Credit and a specific SOA integration. | NO | |||||||||||||||
ats_wotc_person_id | BIGINT(20) |
WOTC Applicant ID | System generated foreign key providing a connection between a Work Opportunity Tax Credit and a specific applicant who may qualify the client for a credit. | NO | |||||||||||||||
ats_wotc_screening_id | BIGINT(20) |
WOTC Screening Session ID | System generated foreign key providing a connection between a Work Opportunity Tax Credit and a specific screening session. | NO | |||||||||||||||
ats_wotc_screening_status | ENUM |
WOTC Screening Status | System generated foreign key providing a connection between a Work Opportunity Tax Credit and a specific screening status (e.g., Started, Completed). | NO | |||||||||||||||
ats_wotc_credit_value | VARCHAR(10) |
WOTC Credit Value | Monetary unit or phrase defining the value of the Work Opportunity Tax Credit available to the client. | NO | |||||||||||||||
ats_wotc_eligibility | VARCHAR(255) |
WOTC Eligibility | Indication on whether or not an applicant is qualified to earn a Work Opportunity Tax Credit for a client. | NO | |||||||||||||||
ats_wotc_forms_due | TINYINT(1) |
WOTC Forms Necessary | Indication on whether or not forms are necessary for the Work Opportunity Tax Credit. | NO | |||||||||||||||
ats_wotc_forms_checklist_required | TINYINT(1) |
WOTC Forms Checklist Required | Indication on whether or not a form on the check list is marked as required for the Work Opportunity Tax Credit. | NO | |||||||||||||||
ats_wotc_forms_signed | DATETIME |
WOTC Forms Signed | Indication on whether or not forms relating to the Work Opportunity Tax Credit are properly signed. | NO | |||||||||||||||
ats_wotc_forms_link | VARCHAR(255) |
WOTC Forms Link | Web address (i.e., domain name) for identifying the access point for the Work Opportunity Tax Credit forms. | NO | |||||||||||||||
ats_wotc_forms_received_date | DATETIME |
WOTC Forms Received Date | Date when the Work Opportunity Tax Credit forms were received. | NO | |||||||||||||||
ats_wotc_comments | VARCHAR(255) |
WOTC Comments | Textual content of any comments created by an individual associated with the Work Opportunity Tax Credit process. | NO | |||||||||||||||
ats_wotc_optout | TINYINT(1) |
WOTC Candidate Optout | Indication on whether or not a candidate has opted out of completing the Work Opportunity Tax Credit screening questionnaire. | NO | |||||||||||||||
ats_wotc_completed | TINYINT(1) |
WOTC Completed | Indication on whether or not a Work Opportunity Tax credit session is completed. | NO | |||||||||||||||
ats_wotc_forms_reprint_link | VARCHAR(255) |
NO | |||||||||||||||||
ats_wotc_jobseeker_notified | TINYINT(1) |
NO |
Name: | Workbench / Career Center Task |
Description: | Stores all the data related to tasks that are displayed in either the Workbench or Career Center. Task items are typically selected in the recruiting workflow by the administrator and are prompted by actions or events completed by the recruiting team. |
Column | Type | Name | Description | Token? | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ats_task_id
Relationships for ats_task_id
|
INT(11) |
Workbench / Career Center Task ID | Unique system value for identifying a task listed on the Workbench. | NO | ||||||||||||
ats_task_date_created | DATETIME |
Workbench / Career Center Task Creation Date | Date when the Workbench task was created. | NO | ||||||||||||
ats_task_last_modified | TIMESTAMP |
Workbench / Career Center Task Last Modified | Date when the Workbench task was last revised by an authorized user (e.g., recruiter, hiring manager). | NO | ||||||||||||
ats_task_name | VARCHAR(255) |
Workbench / Career Center Task Name | Translation of the unique system value into a word or phrase for identifying the task. | NO | ||||||||||||
ats_task_description | VARCHAR(255) |
Workbench / Career Center Task Description | Content describing the task for a recruiting team member or job seeker to complete. | NO | ||||||||||||
ats_task_script_name | VARCHAR(255) |
Workbench Task Script Name | Word or phrase of a task for a recruiting team member to complete that includes a link to access the task (e.g., add to pool, send letter, create offer). | NO | ||||||||||||
ats_task_jobseeker_script_name | VARCHAR(255) |
Career Center Task Job Seeker Script Name | Word or phrase of a task for a job seeker to complete that includes a link to access the task (e.g., interview selection, offer acceptance). | NO | ||||||||||||
ats_task_require_form | TINYINT(1) |
Workbench / Career Center Task Require Form | Indication on whether or not a Workbench task requires a form to complete. | NO | ||||||||||||
ats_task_system_flag | TINYINT(1) |
Workbench / Career Center Task System Flag | Indication on whether or not the Workbench task was system generated. | NO |
Name: | Workflow Onboarding New Hire Notification |
Description: | Stores all the data related to an onboarding new hire notification flagged by a recruiting workflow. Information includes the identification of the recruiting workflow and the letter template used. |
Column | Type | Name | Description | Token? | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ats_workflow_onboarding_new_hire_notification_id | INT(10) |
Workflow Onboarding New Hire Notification ID | Unique system value for identifying a new hire notification flagged for use by the recruiting workflow when a new hire is onboarded. | NO | ||||||
ats_workflow_onboarding_new_hire_notification_date_created | DATETIME |
Workflow Onboarding New Hire Notification Creation Date | Date and time when the onboarding new hire notification was created by an authorized user. | NO | ||||||
ats_workflow_onboarding_new_hire_notification_last_modified | TIMESTAMP |
Workflow Onboarding New Hire Notification Last Modified | Date when the onboarding new hire notification was last revised by an authorized user. | NO | ||||||
ats_workflow_id
Relationships for ats_workflow_id
|
INT(10) |
Recruiting Workflow ID | System generated foreign key providing a connection between an onboarding new hire notification and a specific recruiting workflow. | NO | ||||||
ats_letter_template_id
Relationships for ats_letter_template_id
|
INT(10) |
Letter Template ID | System generated foreign key providing a connection between an onboarding new hire notification and a specific letter template. | NO | ||||||
ats_recipient_id
Relationships for ats_recipient_id
|
INT(10) |
Recipient ID | System generated foreign key providing a connection between an onboarding new hire notification and a specific user who receives the notification. | NO |
Name: | __migration_path__ |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
id | INT(11) |
NO | ||
schema_name | VARCHAR(250) |
NO | ||
version | VARCHAR(255) |
NO | ||
class_name | VARCHAR(255) |
NO | ||
last_updated | TIMESTAMP |
NO |
Name: | __product_info__ |
Description: |
Column | Type | Name | Description | Token? |
---|---|---|---|---|
product_info_id | INT(11) |
NO | ||
product_info_name | CHAR(64) |
NO | ||
product_info_value | CHAR(64) |
NO | ||
product_info_created | TIMESTAMP |
NO | ||
product_info_edited | TIMESTAMP |
NO |