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


TABLE: APPLSYS.AD_PROGRAM_RUN_TASKS

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


This table stores the information of the various tasks executed during a particular run of ad utility.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_PROGRAM_RUN_TASKS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTASK_STATUS_ID
ColumnPROGRAM_RUN_ID
AD_PROGRAM_RUN_TASKS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSESSION_ID
ColumnPROGRAM_RUN_ID
AD_PROGRAM_RUN_TASKS_N2 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.
TASK_STATUS_ID NUMBER
Yes Id for task that was executed.
SESSION_ID NUMBER
Yes The session_id of the particular run of ad utility.
TASK_NAME VARCHAR2 (250) Yes Name of the task that was executed.
START_TIME DATE
Yes Starting time of the task.
ITEMS_IN_TASK NUMBER
Yes Items in a particular task.
PHASE_NAME VARCHAR2 (150)
Phase name for the task if it has any.
END_TIME DATE

End time of the task.
ITEM_NAME VARCHAR2 (50)
The items that the task is comprised of.
JOB_SYSTEM_MASTER_TASK VARCHAR2 (1)
Flag to indicate whether this task starts a job system.
PARENT_TASK_STATUS_ID NUMBER

Task_status_id of the parent for the current task.
ITEMS_SKIPPED NUMBER

Number of items that were skipped .
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
,      TASK_STATUS_ID
,      SESSION_ID
,      TASK_NAME
,      START_TIME
,      ITEMS_IN_TASK
,      PHASE_NAME
,      END_TIME
,      ITEM_NAME
,      JOB_SYSTEM_MASTER_TASK
,      PARENT_TASK_STATUS_ID
,      ITEMS_SKIPPED
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPLSYS.AD_PROGRAM_RUN_TASKS;

Dependencies

[top of page]

APPLSYS.AD_PROGRAM_RUN_TASKS does not reference any database object

APPLSYS.AD_PROGRAM_RUN_TASKS is referenced by following:

SchemaAPPLSYS
ViewAD_PROGRAM_RUN_TASKS#