customizing application forms(flex fields)
facts:
Development env. : Windows 2000 , Application 11i
Hi friends,
I'm trying to customize one of the WOrk in process oracle application. I have a descriptive flex field that is registerd in the application as SHIFT and is working with the original forms. I'm trying to add this flex field to my customized form. I added a
field as DESC_FLEX with the same properties in the original form. I defined flex field in the When-new-record-instance in block level . I used the same syntax from the original form. I called fnd_flex_event(event) in when-new-item-instance and when-new-block-instance in form level. when I ran the form I got these errors:
APP-FND-00682: program error: Routine FDFGDC cannot read structure ID field. The developer specified a structure ID column (
via the register descriptive flexfield form) that does not exist in this block of this form.
App_fnd_01242 cannot read value from field RESOURCE_HEADER.ATTRIBUTE_CATEGORY.The field RESOURCE_HEADER.ATTRIBUTE_CATEGORY could not be located or read.
This error is normally the result of an incorectly entered field name string in a trigger or a field name string that doesnot uniquly specify a field in your form.
This flexfield has an invalid value set.It may use a special value set that uses an edit event user exit, and the user exit
has failed. If you are using a form on a graphical use rinterface(GUI) you may have an invalid value set of a different type, possily a table-validated value set where the table or view does not exists or where there is an invalid where caluse.
I searched registed application flex fields for ATTRIBUTE CATEGORY but I didn't find any.
If anyone had a same experience, please let me know what's the exact problem and how can I solve that.
Thanks and cheers