DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PER_POSITIONS

Line 1428: from per_positions

1424:
1425: cursor c_position_name(cp_position_id in number
1426: ,cp_effective_date in date) is
1427: select name
1428: from per_positions
1429: where position_id = cp_position_id
1430: and cp_effective_date between date_effective
1431: and nvl(date_end,cp_effective_date) ;
1432: