Human Capital Management - EBS (MOSC)

MOSC Banner

getting the error when i am trying to change the Assignment Category field of employee

edited Jan 15, 2016 10:05AM in Human Capital Management - EBS (MOSC) 4 commentsAnswered

I am facing similar issue as describe in below bug, I am trying to change the assignment category from assignment screen for an employee and getting error as-

FRM-40735 POST- UPDATE trigger raised unhandled exception ORA- 01403

document: from the note I found Doc ID 1626879.1

and checked the data in from the query mentioned in document-

For each impacted assignment run below query

select * from pay_object_groups where (SOURCE_ID in (select person_id from

per_all_assignments_f where assignment_id = &ass_id1) and SOURCE_TYPE = 'PPF')

or

(SOURCE_ID = &ass_id1 and SOURCE_TYPE = 'PPF')

this query returns nothing for me, can you please help in getting the issue resolved.

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