DBA Data[Home] [Help]

APPS.PA_EXPENDITURES_UTILS dependencies on PER_JOBS

Line 286: from per_jobs

282: P_Job_Id <> G_Job_Id Then
283:
284: select name
285: into G_job_name
286: from per_jobs
287: where job_id = p_job_id;
288:
289: If G_Job_Name is not null then
290: G_job_id := p_job_id;