Flexfields FNDSQF Debugger
发布时间:2020-12-15 05:08:00 所属栏目:百科 来源:网络整理
导读:Flexfields FNDSQF Debugger The global variable GLOBAL.FND_FLEX_FNDSQF_DEBUG takes one of the following values: ’OFF’,’EXCEPTION’,’FAILURE’,’DEBUG’. You set GLOBAL.FND_FLEX_FNDSQF_DEBUG through the Examine window before you open you
Flexfields FNDSQF Debugger
The global variable GLOBAL.FND_FLEX_FNDSQF_DEBUG takes one of the following values: ’OFF’,’EXCEPTION’,’FAILURE’,’DEBUG’. You set GLOBAL.FND_FLEX_FNDSQF_DEBUG through the Examine window before you open your form. 1. From the Help menu,navigate to Diagnostics > Examine.14 – 70 Oracle Applications Developer’s Guide 2. Enter GLOBAL for Block,and FND_FLEX_FNDSQF_DEBUG for Field. Tab to Value field. (If you get a ”variable doesn’t exist” error,ignore it.) Enter one of the values below and click OK. The following are valid values for GLOBAL.FND_FLEX_FNDSQF_DEBUG: * OFF – The default value. The debugger is turned off. Debug messages *EXCEPTION – Only exception debug messages will be displayed. These messages come from ’EXCEPTION WHEN OTHERS THEN’ parts of the code. Flexfields will still RAISE the exceptions,that is,these exceptions will not be handled by the flexfields code.) *FAILURE – Failure and exception debug messages will be displayed. In general,these messages are from IF (NOT FORM_SUCCESS) THEN parts of the code. *DEBUG – All debug messages will be displayed. Examin Setup Debug Sample (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |