FRM-40506: Oracle error: unable to check for record uniqueness
658893Jan 20 2009 — edited Jan 21 2009Hello everyone
I have an emergency problom. the context is:
I have a master -detail structure in a form. first, my detail is a tabulation view, so it has severals records. Then, when i try to commit the form ii received the message <<<FRM-40506: Oracle error: unable to check for record uniqueness>>.
i made a test by changing the detail block presentation to Form. and i could save because my detail has one record.
Could someone has any idea how can I save my master-detail form with severals records in my detail.
Master
--------------------------------------------------------------------------------
[code_p] [non_P]
--------------------------------------------------------------------------------
Detail
--------------------------------------------------------------------------------
[code_p] [product1]
[code_p] [product2]
[code_p] product3]
-
--
--
[code_p] [productn]
--------------------------------------------------------------------------------
thanks!