5.15 GET_PASS_ECID Function

This function retrieves the application security attribute "Pass ECID" (Execution Context ID). This indicates whether to pass the ECID to the external web services for end-to-end tracing.

Syntax

APEX_APPLICATION_ADMIN.GET_PASS_ECID (
    p_application_id    IN  NUMBER )
    RETURN BOOLEAN;

Parameters

Parameter Description
p_application_id The application ID.