Human Capital Management - EBS (MOSC)

MOSC Banner

Error when trying to Extend PerformanceDetailsVO

edited Jan 16, 2013 12:34AM in Human Capital Management - EBS (MOSC) 1 commentAnswered ✓
When I am trying to modify the the column in PerformanceDetailsVO
 Original :- decode(ppr.performance_rating, null, null,
          ppr.performance_rating||' - '||hr_general.decode_lookup('PERFORMANCE_RATING',ppr.performance_rating)) last_rating,

need to modify :- hr_general.decode_lookup('PERFORMANCE_RATING',ppr.performance_rating) last_rating,

I am getting error like "each row in the query result columns must be mapped to a unique query attribute in the Mapped Entity Column"

I even tried by checking the box "Updatable Access through Entity Objects" still getting the same error.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center