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!

ORA-00903 and Invalid Table Name errors

Eslam_ElbyalyNov 21 2014 — edited Dec 15 2014

hi , i am using forms 6i ,

i created a form with a block based on a ( From Clause ) ,

the query is :

SELECT I.ITEM_ID , S.ITEM_ENG_NAME , S.ITEM_ARABIC_NAME , SUM(I.QUANTITY) QTY , I.MAX_TO_MIN_FACTOR , I.MIN_UNIT ,

I.PACKET_SELL_PRICE

FROM ITEM_DETAIL I , STOCK S WHERE I.ITEM_ID = S.ITEM_ID

GROUP BY I.ITEM_ID , S.ITEM_ENG_NAME , S.ITEM_ARABIC_NAME , I.MAX_TO_MIN_FACTOR , I.MIN_UNIT , I.PACKET_SELL_PRICE

ORDER BY S.ITEM_ENG_NAME

the query runs successfully in sql developer ,

when i try to change a value on any updatable item , i get the above errors ( unable to reserve records for update or delete , and when display error , i get invalid table name ) .

?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2015
Added on Nov 21 2014
19 comments
7,633 views