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!

How to get SQL of a LOV record group at runtime ?

VincelogicApr 10 2015 — edited Jun 4 2015

I would like  to show the SQL of current item's LOV record group, but seems that there is no such built-in like "GET_RECORD_GROUP_PROPERTY", any other way to get the SQL text of it ?

Comments

Solomon Yakobson
Answer

Merge updates/deletes matching rows and/or inserts non-matching rows. When matched means we took source row (source is defined by USING clause) and found a matching row in target (defined by INTO clause). In such case we can update/delete target row but not insert like in your example. When not matched means we took source row (source is defined by USING clause) but didn't find a matching row in target (defined by INTO clause). So what's here to delete from target?
SY.

Marked as Answer by User_8GUKB · May 28 2022
User_8GUKB

thank you for your clarity

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 2 2015
Added on Apr 10 2015
10 comments
4,194 views