DBA Data[Home] [Help]

APPS.FND_LOG_REPOSITORY dependencies on FND_LOG_EXCEPTIONS

Line 68: G_PRX_SESSION_MODULE fnd_log_exceptions.session_module%TYPE;

64: /* For Proxy Alerting */
65: G_PRX_CHILD_TRANS_CONTEXT_ID NUMBER;
66: G_PRX_SESSION_ID fnd_log_messages.session_id%TYPE;
67: G_PRX_USER_ID fnd_log_messages.user_id%TYPE;
68: G_PRX_SESSION_MODULE fnd_log_exceptions.session_module%TYPE;
69: G_PRX_SESSION_ACTION fnd_log_exceptions.session_action%TYPE;
70: G_PRX_MODULE fnd_log_messages.module%TYPE;
71: G_PRX_NODE fnd_log_messages.node%TYPE;
72: G_PRX_NODE_IP_ADDRESS fnd_log_messages.node_ip_address%TYPE;

Line 69: G_PRX_SESSION_ACTION fnd_log_exceptions.session_action%TYPE;

65: G_PRX_CHILD_TRANS_CONTEXT_ID NUMBER;
66: G_PRX_SESSION_ID fnd_log_messages.session_id%TYPE;
67: G_PRX_USER_ID fnd_log_messages.user_id%TYPE;
68: G_PRX_SESSION_MODULE fnd_log_exceptions.session_module%TYPE;
69: G_PRX_SESSION_ACTION fnd_log_exceptions.session_action%TYPE;
70: G_PRX_MODULE fnd_log_messages.module%TYPE;
71: G_PRX_NODE fnd_log_messages.node%TYPE;
72: G_PRX_NODE_IP_ADDRESS fnd_log_messages.node_ip_address%TYPE;
73: G_PRX_PROCESS_ID fnd_log_messages.process_id%TYPE;

Line 525: ** Inserts extended exception information into FND_LOG_EXCEPTIONS and

521: /*
522: ** Private - for ATG only.
523: ** POST_EXCEPTION
524: ** Description:
525: ** Inserts extended exception information into FND_LOG_EXCEPTIONS and
526: ** posts the exception / unexpected error to the Business Event System
527: **
528: ** Arguments:
529: ** Module - Module name (See FND_LOG standards)

Line 735: /* Log extended exception information in FND_LOG_EXCEPTIONS */

731:
732: end;
733:
734:
735: /* Log extended exception information in FND_LOG_EXCEPTIONS */
736: insert into FND_LOG_EXCEPTIONS (
737: LOG_SEQUENCE,
738: SESSION_MODULE,
739: SESSION_ACTION,

Line 736: insert into FND_LOG_EXCEPTIONS (

732: end;
733:
734:
735: /* Log extended exception information in FND_LOG_EXCEPTIONS */
736: insert into FND_LOG_EXCEPTIONS (
737: LOG_SEQUENCE,
738: SESSION_MODULE,
739: SESSION_ACTION,
740: UNIQUE_EXCEPTION_ID,