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!

APEX with EBS - can not select synonym object in APEX

nl_rreeAug 25 2016 — edited Aug 25 2016

Hi all,

I just start to build my first APEX form. I want to create a new form based upon custom table in EBS.

Creating objects in EBS is performed differently.

We have a database schema called XX. In this schema I created a custom table XX_CONTRACTS. Since EBS always works with the APPS schema I have granted ALL priviliges on this table to APPS schema. I have created a synonym with the exact same name in APPS schema. This is how EBS wants you to create custom objects.

The next step is to create a view XX_CONTRACTS_V in database schema APPS. I have granted ALL priviliges on this view from APPS to XX. Last step is to create a synonym in XX schema with the exact same name as the view.

I can select records from the table and view in both database schemas. This all seems to works perfectly. My issue is that I am not able to select the SYNONYM in APEX that is related to the database view XX_CONTRACTS_V. When I query this view from within APEX I also can see the data.

Can APEX not refer to objects created with SYNONYM? Or is there another issue? I created a picture to show what I have created. I hope this explains what I have created.APEX_EBS.jpg

Regards Roel

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2016
Added on Aug 25 2016
1 comment
842 views