DBA Data[Home] [Help]

APPS.PER_MLS_MIGRATION dependencies on PER_POSITION_DEFINITIONS

Line 90: per_position_definitions jd

86: j.last_updated_by,
87: j.last_update_date,
88: j.last_update_login
89: from hr_all_positions_f j,
90: per_position_definitions jd
91: where j.position_definition_id = jd.position_definition_id
92: and j.position_id between p_start_pkid
93: and p_end_pkid
94: -- Fix for bug 3359423 starts here. check for the max EED and not the EOT.