DBA Data[Home] [Help]

APPS.PA_JOB dependencies on PER_JOBS

Line 121: per_jobs job

117: from sys.dual
118: where not exists (
119: select null
120: from pa_implementations_all imp,
121: per_jobs job
122: where job.job_id = p_job_id
123: and job.business_group_id = imp.business_group_id );
124: Other_Business_group := 'Y';
125: exception