73: termination_date date);
74: type t_prev_jobs is table of t_prev_job_info index by binary_integer;
75: --
76: type t_dpnt_info is record(
77: contact_type_kanji hr_lookups.meaning%type,
78: contact_type_kana hr_lookups.meaning%type,
79: last_name_kanji per_all_people_f.per_information18%type,
80: last_name_kana per_all_people_f.last_name%type,
81: first_name_kanji per_all_people_f.per_information19%type,
74: type t_prev_jobs is table of t_prev_job_info index by binary_integer;
75: --
76: type t_dpnt_info is record(
77: contact_type_kanji hr_lookups.meaning%type,
78: contact_type_kana hr_lookups.meaning%type,
79: last_name_kanji per_all_people_f.per_information18%type,
80: last_name_kana per_all_people_f.last_name%type,
81: first_name_kanji per_all_people_f.per_information19%type,
82: first_name_kana per_all_people_f.first_name%type);