Home > Oracle Application Express ... > APEX_CUSTOM_AUTH > APPLICATION_PAGE_...
APPLICATION_PAGE_ITEM_EXISTS Function |
![]() Previous |
![]() Next |
This function checks for the existence of page-level item within an application. This function requires the parameter p_item_name. This function returns a Boolean value (true or false).
Syntax
FUNCTION APPLICATION_PAGE_ITEM_EXISTS(
p_item_name IN VARCHAR2)
RETURN BOOLEAN;