43.2 GET_PAGE_MODE Function
This function returns the page mode for a given page.
Syntax
FUNCTION GET_PAGE_MODE (
p_application_id IN NUMBER,
p_page_id IN NUMBER )
RETURN VARCHAR2;
Parameters
Parameter | Description |
---|---|
p_application_id |
ID of the application.
|
p_page_id |
ID of the page.
|
Parent topic: APEX_PAGE