Skip to Main Content

Oracle Forms

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!

set item value

524612Jul 3 2007 — edited Jul 3 2007
Hi,

I need to set the item value to a default value. The current form is defaulting to sysdate

For a release sales order form i want to set the default value for the item "scheduled ship date from" sysdate to sysdate+1. I tried to do this customization using custom.pll but not able to succeed it.

I tried to set the date in this way

SET_ITEM_PROPERTY('RELEASE.FROM_SCHEDULED_SHIP_DATE',INITIAL_VALUE,SYSDATE+1);

I am not able to succed in this way. Can anyone kindly respond me immediately

This is very high priority issue for me.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2007
Added on Jul 3 2007
8 comments
2,577 views