Learn about the new Oracle Fusion AI Agent Studio on April 15, 2025 at 8:00 am PT - Register Now
Get Started with Redwood for Oracle Cloud HCM Begin Now
Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to store leading zeros in a DFF type number
Summary:
Hi All,
We have a requirement to upload the existing alternative numbers with leading zeros (example 00046) and auto generate incremental numbers upon new hire. To facilitate this, we've created a number-type Personal Attribute DFF and are using the following default SQL:
SELECT MAX(ATTRIBUTE_NUMBER1) +1 FROM PER_PERSONS
However, we are unable to store the leading zero numbers. Upon click ‘Ok’, the 00046 becomes 46 and storing in table as 46 as shown in the below screens. Please let us know if there are any application limitations regarding this issue and any suggestions.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Tagged:
0