DBA Data[Home] [Help]

APPS.PAY_JP_WIC_PKG dependencies on HR_LOOKUPS

Line 82: contact_type_kanji hr_lookups.meaning%type,

78: termination_date date);
79: type t_prev_jobs is table of t_prev_job_info index by binary_integer;
80: --
81: type t_dpnt_info is record(
82: contact_type_kanji hr_lookups.meaning%type,
83: contact_type_kana hr_lookups.meaning%type,
84: last_name_kanji per_all_people_f.per_information18%type,
85: last_name_kana per_all_people_f.last_name%type,
86: first_name_kanji per_all_people_f.per_information19%type,

Line 83: contact_type_kana hr_lookups.meaning%type,

79: type t_prev_jobs is table of t_prev_job_info index by binary_integer;
80: --
81: type t_dpnt_info is record(
82: contact_type_kanji hr_lookups.meaning%type,
83: contact_type_kana hr_lookups.meaning%type,
84: last_name_kanji per_all_people_f.per_information18%type,
85: last_name_kana per_all_people_f.last_name%type,
86: first_name_kanji per_all_people_f.per_information19%type,
87: first_name_kana per_all_people_f.first_name%type,