When Create Is Set To Optional, Field Is Not Passed To CREATE_OBJ, Field Is Not Getting Set To NULL
(Doc ID 2867500.1)
Last updated on MAY 11, 2022
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.3.0 and laterInformation in this document applies to any platform.
Goal
INTEGER date type needs to be produced with NULL value when value is not
passed and CREATE permission is set to OPTIONAL.
Example:
INT IRI_FLD_EXPEDITED_RATE_CAP {
ORDER = 0;
CREATE = Optional;
MODIFY = Writeable;
AUDITABLE = 0;
ENCRYPTABLE = 0;
SERIALIZABLE = 0;
}
When CREATE is set to OPTIONAL, the field is not passed to CREATE_OBJ, the
field is not getting set to NULL
The INTEGER data type would present zero (0) when no value is passed.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |