DBA Data[Home] [Help]

APPS.PER_MM_JOB_REQUIREMENTS_PKG dependencies on PER_MM_POSITIONS

Line 19: per_mm_positions mmpos

15: p_mass_move_id,
16: analysis_criteria_id,
17: 'N'
18: from per_job_requirements jbr,
19: per_mm_positions mmpos
20: where mmpos.position_id = jbr.position_id
21: and mmpos.mass_move_id = p_mass_move_id;
22: exception
23: when no_data_found then