DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.AD_SESSION_ATTRIBUTES

Object Details
Object Name: AD_SESSION_ATTRIBUTES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_SESSION_ATTRIBUTES
Subobject Name:
Status: VALID


This table stores various attributes for a particular session of ad utility.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_SESSION_ATTRIBUTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnATTRIBUTE_NAME
ColumnSESSION_ID
Columns
Name Datatype Length Mandatory Comments
SESSION_ID NUMBER
Yes The session_id of the particular run of ad utility.
ATTRIBUTE_NAME VARCHAR2 (50) Yes Name of the attribute that corresponds to the run of ad utility.
ATTRIBUTE_VALUE VARCHAR2 (300) Yes Value of the attribute that corresponds to the run of ad utility.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SESSION_ID
,      ATTRIBUTE_NAME
,      ATTRIBUTE_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPLSYS.AD_SESSION_ATTRIBUTES;

Dependencies

[top of page]

APPLSYS.AD_SESSION_ATTRIBUTES does not reference any database object

APPLSYS.AD_SESSION_ATTRIBUTES is referenced by following:

SchemaAPPLSYS
ViewAD_SESSION_ATTRIBUTES#