GET_PAGE_MODE Function

This function returns the page mode for the current page.

Syntax

FUNCTION GET_PAGE_MODE (
    p_application_id IN NUMBER,
    p_page_id        IN NUMBER) 
    RETURN VARCHAR2;

Parameters

Table 26-1 GET_PAGE_MODE Parameters

Parameter Description

p_application_id

ID of the application. Defaults to the current application.

p_page_id

ID of the page. Defaults to the current page.