Technology Stack - EBS (MOSC)

MOSC Banner

How to Configure a Record Group Query of List of Value in EBS Forms

edited Aug 20, 2021 11:09AM in Technology Stack - EBS (MOSC) 3 comments

Here are the steps to find the List of Query without opening Forms in Form builder. This could be useful during form personalization to change the record group query, to debugging the issue etc;

Step 1 : Find the name of the form. (Help -> About Oracle Applications)

Step 2 : Invoke the List of values. Enter the filter condition and Click Find Button.

Step 3 : Keep the screen in the above state. Open the database session connecting to APPS schema and execute the below SQL.

SELECT (SELECT TO_CHAR (sql_fulltext)

           FROM v$sqlarea

          WHERE sql_id = ses.prev_sql_id ) sql_behind_lov

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center