DBA Data[Home] [Help]

APPS.GHR_FETCH_POSITION_HISTORY dependencies on HR_LOOKUPS

Line 58: p_status_desc IN out NOCOPY hr_lookups.meaning%type,

54: p_creation_date IN out NOCOPY per_positions.creation_date%type,
55: p_org_name IN out NOCOPY hr_all_organization_units.name%type,
56: p_job_name IN out NOCOPY per_jobs.name%type,
57: p_location_code IN out NOCOPY hr_locations.location_code%type,
58: p_status_desc IN out NOCOPY hr_lookups.meaning%type,
59: p_frequency_desc IN out NOCOPY hr_lookups.meaning%type,
60: p_prob_units_desc IN out NOCOPY hr_lookups.meaning%type,
61: p_rep_req_desc IN out NOCOPY hr_lookups.meaning%type,
62: p_rel_name IN out NOCOPY per_positions.name%type,

Line 59: p_frequency_desc IN out NOCOPY hr_lookups.meaning%type,

55: p_org_name IN out NOCOPY hr_all_organization_units.name%type,
56: p_job_name IN out NOCOPY per_jobs.name%type,
57: p_location_code IN out NOCOPY hr_locations.location_code%type,
58: p_status_desc IN out NOCOPY hr_lookups.meaning%type,
59: p_frequency_desc IN out NOCOPY hr_lookups.meaning%type,
60: p_prob_units_desc IN out NOCOPY hr_lookups.meaning%type,
61: p_rep_req_desc IN out NOCOPY hr_lookups.meaning%type,
62: p_rel_name IN out NOCOPY per_positions.name%type,
63: p_succ_name IN out NOCOPY per_positions.name%type,

Line 60: p_prob_units_desc IN out NOCOPY hr_lookups.meaning%type,

56: p_job_name IN out NOCOPY per_jobs.name%type,
57: p_location_code IN out NOCOPY hr_locations.location_code%type,
58: p_status_desc IN out NOCOPY hr_lookups.meaning%type,
59: p_frequency_desc IN out NOCOPY hr_lookups.meaning%type,
60: p_prob_units_desc IN out NOCOPY hr_lookups.meaning%type,
61: p_rep_req_desc IN out NOCOPY hr_lookups.meaning%type,
62: p_rel_name IN out NOCOPY per_positions.name%type,
63: p_succ_name IN out NOCOPY per_positions.name%type,
64: p_result_code IN out NOCOPY varchar2

Line 61: p_rep_req_desc IN out NOCOPY hr_lookups.meaning%type,

57: p_location_code IN out NOCOPY hr_locations.location_code%type,
58: p_status_desc IN out NOCOPY hr_lookups.meaning%type,
59: p_frequency_desc IN out NOCOPY hr_lookups.meaning%type,
60: p_prob_units_desc IN out NOCOPY hr_lookups.meaning%type,
61: p_rep_req_desc IN out NOCOPY hr_lookups.meaning%type,
62: p_rel_name IN out NOCOPY per_positions.name%type,
63: p_succ_name IN out NOCOPY per_positions.name%type,
64: p_result_code IN out NOCOPY varchar2
65: );