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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Timestamp in a form

Bob VOct 1 2024

I have a created_date_time page item, that I'm trying to pass as to a table timestamp (6) column.

Here is my source :

And here is my rendered value on the form that I'm trying to pass.

But I'm getting the following error.

And I also tried this as localtimestamp:

But I get the following error.

And I cant really use a DB trigger as I will have several records being inserted from the form at the same time.
Example these 3 records should only have one d/t timestamp:

Thanks for any help.

Bob

Comments
Post Details
Added on Oct 1 2024
3 comments
65 views