Organogram Of Staff Roles And Salary Scales
UK Health Security Agency
@ukgov.ukhsa_organogram_of_staff_roles
UK Health Security Agency
@ukgov.ukhsa_organogram_of_staff_roles
CREATE TABLE ukhsa_2022_11_18_organogram_junior (
"parent_department" VARCHAR,
"organisation" VARCHAR,
"unit" VARCHAR,
"reporting_senior_post" VARCHAR,
"grade" VARCHAR,
"payscale_minimum" BIGINT,
"payscale_maximum" BIGINT,
"generic_job_title" VARCHAR,
"number_of_posts_in_fte" DOUBLE,
"professional_occupational_group" VARCHAR,
"office_region" VARCHAR,
"valid" BIGINT
);
CREATE TABLE ukhsa_2022_11_18_organogram_senior (
"post_unique_reference" VARCHAR,
"name" VARCHAR,
"grade_or_equivalent" VARCHAR,
"job_title" VARCHAR,
"job_team_function" VARCHAR,
"parent_department" VARCHAR,
"organisation" VARCHAR,
"unit" VARCHAR,
"contact_phone" VARCHAR,
"contact_e_mail" VARCHAR,
"reports_to_senior_post" VARCHAR,
"salary_cost_of_reports" BIGINT,
"fte" DOUBLE,
"actual_pay_floor" VARCHAR,
"actual_pay_ceiling" VARCHAR,
"total_pay" VARCHAR,
"professional_occupational_group" VARCHAR,
"office_region" VARCHAR,
"notes" VARCHAR,
"valid" BIGINT
);
Anyone who has the link will be able to view this.