Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Default date time value in a display field of Interactive Grid

Alex12345Apr 28 2023

Hi All,

I have an IG based on a table. I need to have creation_date with date time as one of the unique key.

Hence I used date as a display field and in the default value I based it on a function that returns date time.

return TO_CHAR(SYSDATE, 'MM/DD/YYYY HH:MI:SSPM') ;

This works for the first record. However for the second record, it creates the same date time value even if I create the record after 2 mins. I have tried removing the Duplicate Copies Existing Value. However it did not help.

Any thoughts?

Thank you

Alex

Comments
Post Details
Added on Apr 28 2023
3 comments
1,583 views