PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Call to CI from Another Component "Wipes" Calling Component's Pending Changes

PeopleTools: 8.53

Behavior:

  1. User does something that triggers Save Processing (DoSave())
  2. User has made or is making some changes to component buffer
  3. Component calls (indirectly via application package) Component Interface to a 2nd component, saves changes. CI call is succesfull. Call is made in FieldChange or Component SavePreChange.
  4. Component processor sets all of the fields from 2 to null / default value. Unchanged fields arent' affected.

So for example prior to CI call, STEP_NUM = 5. After CI call (which is a success) STEP_NUM = 0.00 (default value).

When I do a trace I don't see any rollbacks or anything setting (in the above example) the changed fields to their defaults.

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