[Home] [Help]
[Dependency Information]
Object Name: | AD_PATCH_RUN_SESS_ATTRIBS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores values of different attributes, for different runs of ad utilities.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AD_PATCH_RUN_SESS_ATTRIBS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
AD_PATCH_RUN_SESS_ATTRIBS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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. |
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;
APPLSYS.AD_PATCH_RUN_SESS_ATTRIBS does not reference any database object
APPLSYS.AD_PATCH_RUN_SESS_ATTRIBS is referenced by following:
|
|
|