DBA Data[Home] [Help]

APPS.PER_PERUSEOX_XMLP_PKG dependencies on PER_JOBS

Line 227: ,per_jobs job

223: cursor c_job_category is
224: select 'Y'
225: from
226: per_all_assignments_f ass
227: ,per_jobs job
228: where
229: ass.person_id = person_id1
230: and ass.business_group_id = P_BUSINESS_GROUP_ID
231: and job.business_group_id = P_BUSINESS_GROUP_ID

Line 262: ,per_jobs_vl job

258: cursor c_job_cat is
259: select nvl(jbt.name, 'Not Specified')||' '||nvl(lup.meaning,'') job_cat
260: from hr_lookups lup
261: ,per_all_assignments_f ass
262: ,per_jobs_vl job
263: ,per_jobs_tl jbt
264: where ass.person_id = person_id1
265:
266: and report_date_end between ass.effective_start_date

Line 263: ,per_jobs_tl jbt

259: select nvl(jbt.name, 'Not Specified')||' '||nvl(lup.meaning,'') job_cat
260: from hr_lookups lup
261: ,per_all_assignments_f ass
262: ,per_jobs_vl job
263: ,per_jobs_tl jbt
264: where ass.person_id = person_id1
265:
266: and report_date_end between ass.effective_start_date
267: and ass.effective_end_date