Home » Applications » Oracle Fusion Apps & E-Business Suite » set attribute field back to null (11.5)
set attribute field back to null [message #279682] |
Fri, 09 November 2007 10:34  |
schibbl
Messages: 2 Registered: November 2007
|
Junior Member |
|
|
I tried to set a customization field (attribute field) from a non-null value to NULL using
copy(NULL,'ORDER.ATTRIBUTE1');
but this does not work for any reason, because after save there is no change neither in database nor in the form. A clear_item will also not work due to the mission option of go_item to an attribute field.
go_item('ORDER.ATTRIBUTE1'); -- this will not work, even not throw an error
clear_item; -- this happens at the wrong field
What else can I do to clear this field progammically?
Many Thanks in advance.
|
|
|
|
Goto Forum:
Current Time: Thu Apr 17 00:31:55 CDT 2025
|