DBA Data[Home] [Help]

APPS.PER_PERUSADA_XMLP_PKG dependencies on PER_JOBS_VL

Line 55: from per_jobs_vl

51: c_lex_assign_where := c_lex_assign_where ||
52: ' and job.job_id = '|| to_char(p_job_id);
53: select name
54: into c_job_name
55: from per_jobs_vl
56: where job_id = p_job_id;
57: END IF;
58: IF p_position_name is not null THEN
59: c_lex_assign_where := c_lex_assign_where ||