Search Results fnd_appl_sessions
Overview
FND_APPL_SESSIONS is an Application Object Library (FND) table owned by the APPLSYS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores auditing information for non-Forms based application sessions, such as those initiated through self-service HTML pages, Oracle Application Framework (OAF) pages, and other web-delivered components. Where Forms-based activity is captured through FND_LOGINS and related session tables, FND_APPL_SESSIONS complements that coverage by recording session-level audit detail for the web tier. The table carries a documented physical schema of seven columns and is catalogued as VALID in the ETRM repository.
Under the heuristic Data Vault classification mined from its foreign key structure, FND_APPL_SESSIONS is assessed as standalone. This suggests a modeling approach in which the table is treated as its own entity rather than as a strict hub, link, or satellite, though its dependency on FND_LOGINS via LOGIN_ID means it can also be interpreted as an extension satellite to the login hub where session enrichment is required.
Key Information Stored
The seven documented columns capture session identity, timing, and responsibility context:
LOGIN_ID— Foreign key toFND_LOGINS. This is the principal join column and the most reliable business-key candidate linking the session record to the originating login event.LOGIN_TYPE— Classifies the session type, distinguishing the non-Forms application context being audited.AUDSID— The Oracle database audit session identifier, useful for correlating the record to database-level auditing views such asV$SESSIONorFND_LOGINS.START_TIME— Timestamp marking when the application session began.END_TIME— Timestamp marking when the session terminated; a null value typically indicates an active or abnormally terminated session.LOGIN_RESP_ID— The responsibility identifier under which the session operated, supporting responsibility-level audit reporting.RESOURCE_CONSUMER_GROUP— The database Resource Manager consumer group assigned to the session, relevant to workload and concurrency analysis.
The metadata does not document a separate surrogate primary key column; LOGIN_ID functions as the practical key and is the documented foreign key path.
Common Use Cases and Queries
The table is used primarily for security auditing, concurrent-user analysis, and session duration reporting. A typical join correlates sessions with their originating login:
- Identifying long-running or still-open sessions by querying records where
END_TIMEis null. - Reporting session counts grouped by
LOGIN_TYPEorLOGIN_RESP_IDto profile responsibility usage. - Correlating
AUDSIDwith database session auditing to trace a specific web session. - Reviewing
RESOURCE_CONSUMER_GROUPassignments to validate Resource Manager configuration.
A representative pattern joins on the documented key: SELECT s.LOGIN_ID, s.START_TIME, s.END_TIME FROM FND_APPL_SESSIONS s JOIN FND_LOGINS l ON s.LOGIN_ID = l.LOGIN_ID. Session duration is commonly derived as the interval between START_TIME and END_TIME.
Related Objects
The most significant related object is the table referenced by the documented foreign key:
FND_LOGINS— joined viaFND_APPL_SESSIONS.LOGIN_IDtoFND_LOGINS.LOGIN_ID; the parent audit record for the login event.FND_LOGIN_RESPONSIBILITIES— tracks responsibilities associated with a login, complementingLOGIN_RESP_ID.FND_LOGIN_RESP_FORMS— records Forms activity for the same login context.FND_USER— resolves the user identity behind the login.FND_RESPONSIBILITY— resolves the responsibility named byLOGIN_RESP_ID.
Together these objects provide a complete audit picture spanning both Forms and non-Forms sessions.
-
Table: FND_APPL_SESSIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPL_SESSIONS, object_name:FND_APPL_SESSIONS, status:VALID, product: FND - Application Object Library , description: Auditing information for non-Forms based applications sessions , implementation_dba_data: APPLSYS.FND_APPL_SESSIONS ,
-
Table: FND_APPL_SESSIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPL_SESSIONS, object_name:FND_APPL_SESSIONS, status:VALID, product: FND - Application Object Library , description: Auditing information for non-Forms based applications sessions , implementation_dba_data: APPLSYS.FND_APPL_SESSIONS ,
-
SYNONYM: APPS.FND_APPL_SESSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_APPL_SESSIONS, status:VALID,
-
VIEW: APPLSYS.FND_APPL_SESSIONS#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_APPL_SESSIONS#, status:VALID,
-
TABLE: APPLSYS.FND_APPL_SESSIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPL_SESSIONS, object_name:FND_APPL_SESSIONS, status:VALID,
-
TABLE: APPLSYS.FND_APPL_SESSIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPL_SESSIONS, object_name:FND_APPL_SESSIONS, status:VALID,
-
SYNONYM: APPS.FND_APPL_SESSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_APPL_SESSIONS, status:VALID,
-
VIEW: APPLSYS.FND_APPL_SESSIONS#
12.2.2
-
PACKAGE BODY: APPS.FND_SIGNON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_SIGNON, status:VALID,
-
PACKAGE BODY: APPS.FND_SIGNON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_SIGNON, status:VALID,
-
APPS.FND_SIGNON SQL Statements
12.1.1
-
APPS.FND_SIGNON SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.FND_SIGNON dependencies on FND_APPL_SESSIONS
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.FND_SIGNON dependencies on FND_APPL_SESSIONS
12.1.1
-
PACKAGE BODY: APPS.FND_SIGNON
12.1.1
-
PACKAGE BODY: APPS.FND_SIGNON
12.2.2
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,