Previous |
Next |
This procedure writes the data of the page item meta data to the debug output if debugging is enabled.
Syntax
APEX_PLUGIN_UTIL.DEBUG_PAGE_ITEM ( p_plugin IN apex_plugin.t_plugin, p_page_item IN apex_plugin.t_page_item);
Parameters
Table: DEBUG_PAGE_ITEM Parameters describes the parameters available in the DEBUG_PAGE_ITEM
procedure.
DEBUG_PAGE_ITEM Parameters
Parameter | Description |
---|---|
|
This is the |
p_page_item |
This is the |
Example
This example shows how to collect helpful debug information during the plug-in development cycle to see what values are actually passed into the renderer, AJAX callback or validation function.
apex_plugin_util.debug_page_item ( p_plugin => p_plugin, p_page_item => p_page_item );