DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PER_POSITIONS

Line 1358: from per_positions

1354:
1355: cursor c_position_name(cp_position_id in number
1356: ,cp_effective_date in date) is
1357: select name
1358: from per_positions
1359: where position_id = cp_position_id
1360: and cp_effective_date between date_effective
1361: and nvl(date_end,cp_effective_date) ;
1362: