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


TABLE: APPLSYS.AD_PATCH_RUN_SESS_ATTRIBS

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


This table stores values of different attributes, for different runs of ad utilities.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_PATCH_RUN_SESS_ATTRIBS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_NAME
ColumnPROGRAM_RUN_ID
ColumnSESSION_ID
AD_PATCH_RUN_SESS_ATTRIBS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLAST_UPDATE_DATE
Columns
Name Datatype Length Mandatory Comments
PROGRAM_RUN_ID NUMBER
Yes A number that distinguishes the different runs of ad utilities, when the information is moved from in progress to history.
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 PROGRAM_RUN_ID
,      SESSION_ID
,      ATTRIBUTE_NAME
,      ATTRIBUTE_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPLSYS.AD_PATCH_RUN_SESS_ATTRIBS;

Dependencies

[top of page]

APPLSYS.AD_PATCH_RUN_SESS_ATTRIBS does not reference any database object

APPLSYS.AD_PATCH_RUN_SESS_ATTRIBS is referenced by following:

SchemaAPPLSYS
ViewAD_PATCH_RUN_SESS_ATTRIBS#