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!

IG Error

DernbauerMay 10 2022

Hello

I have the following error in a updatables IG
Model must have identityField defined

SQL:
select L_IND2 PAR.ID,L_IND2PAR.PERCENTAGE
FROM L_IND2PAR
JOIN H_IND
ON L_IND2PAR.H_IND_ID = H_IND.ID
JOIN H_PARTY
ON L_IND2PAR.H_PARTY_ID = H_PARTY.ID
where sysdate between L_IND2PAR.ValidFrom and L_IND2PAR.ValidTo
and L_IND2PAR.H_Party_ID = :P1010_PARTY_ID
PK is defined:
image.pngAttribute of IG
image.pngAny Ideas ?

This post has been answered by InoL on May 10 2022
Jump to Answer
Comments
Post Details
Added on May 10 2022
1 comment
307 views