DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on PER_ALL_POSITIONS

Line 254: from per_all_positions

250: where job_id = p_job_id
251: ))
252: and (p_position_id is null or exists
253: (select null
254: from per_all_positions
255: where position_id = p_position_id
256: ));
257:
258: begin