37: --
38: TYPE job_hist_type IS RECORD(assignment_id per_assignments_f.assignment_id%TYPE
39: ,start_date VARCHAR2(20)
40: ,end_date VARCHAR2(20)
41: ,company_name hr_organization_units.name%TYPE
42: );
43: TYPE gt_job_tbl IS TABLE of job_hist_type INDEX BY binary_integer;
44: --
45: TYPE parameters IS RECORD (payroll_action_id NUMBER