Skip to Main Content

Integration

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!

Relation between WFTASK and CUBE_INSTANCE

Vikrant Korde.Jan 7 2015 — edited Feb 26 2020

Hi experts,

I am trying to build a query for reporting purpose based on WFTASK and CUBE_INSTANCE tables. i am using below query for fetching the data.

select * from CUBE_INSTANCE CI, WFTASK WF where CI.CIKEY = WF.INSTANCEID

However this query filter out few rows. What is the correct relation columns which i should use?

Regards,

Vikrant Korde.

This post has been answered by VipulVerma on Jan 7 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2015
Added on Jan 7 2015
2 comments
1,080 views