Flexfields Runtime Debugger

可以通过设定全局变量GLOBAL.FND_FLEX_FNDSQF_DEBUG来在Runtime调试Flexfield的一些信息

全局变量:GLOBAL.FND_FLEX_FNDSQF_DEBUG有’OFF’, ’EXCEPTION’, ’FAILURE’, ’DEBUG’ 四个级别的值。
可以通过
1.Diagnostics > Examine来设置这个全局变量
2.Block:GLOBAL,Filed:FND_FLEX_FNDSQF_DEBUG,Value可以有以下四种,

OFF – The default value. The debugger is turned off. Debug
messages will not be displayed.

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.

Leave a Reply