Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Update table value to null thru API

Hello everyone,

I'm trying to set value of fnd_user.password_lifespan_days to null thru fnd_user_pkg.UpdateUser API. I'm not able to set null value by using this API, because it keeps value the same and not changing it to NULL.

I tried to use fnd_api.G_NULL_NUM but I'm keep getting the errors like "ORA-06502: PL/SQL: numeric or value error: number precision too large" or "ORA-01438: value larger than specified precision allowed for this column".

Is there any way to change fnd_user.password_lifespan_days value to null thru APIs'? Because I'm not supposed to use a simple Update to change it.

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