您的位置:首页 > 产品设计 > UI/UE

How to get runtime LOV query script

2012-06-14 14:15 323 查看
Get SID in your form
In the form, Help > About, to check this form Session SID.


NOTE: In different form, Session SID is different.
Then open LOV to trigger sql query, eg. open Subinv LOV in this misc txn form.


2. Get LOV SQLGet prev_sql_addr, sid is the Form Session SID value which we get in step 1SELECT s.prev_sql_addr,s.sql_address FROM v$session s WHERE s.sid = 741;


Then execute below query, you will get LOV query, t.address is PREV_SQL_ADDR.SELECT sql_text FROM v$sqltext_with_newlines t WHERE t.address = '4B664778' ORDER BY t.piece;



转载请注明出处:/article/1390899.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: