DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on PER_JOBS

Line 228: from per_jobs

224: where organization_id = p_organization_id
225: and business_group_id = evt.business_group_id))
226: and (p_job_id is null or exists
227: (select null
228: from per_jobs
229: where job_id = p_job_id
230: and business_group_id = evt.business_group_id))
231: and (p_position_id is null or exists
232: (select null

Line 249: from per_jobs

245: where organization_id = p_organization_id
246: ))
247: and (p_job_id is null or exists
248: (select null
249: from per_jobs
250: where job_id = p_job_id
251: ))
252: and (p_position_id is null or exists
253: (select null