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


TABLE: AR.HZ_DQM_STAGE_LOG

Object Details
Object Name: HZ_DQM_STAGE_LOG
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_DQM_STAGE_LOG
Subobject Name:
Status: VALID


The HZ_DQM_STAGE_LOG table stores information about the phase
that the DQM Staging Program is at. The table includes values that identify
the operation that has been executed within the program, the number of workers
that are running this concurrent request, the phase (STAGING_STEP) that the
concurrent request is at in the processing of this operation, whether or not
the phase has started and ended, and the start and end time of the phases.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
OPERATION VARCHAR2 (30) Yes Operation allowed values are STAGE_ALL_DATA, STAGE_NEW_TRANSFORMATIONS, or CREATE_INDEXES.
NUMBER_OF_WORKERS NUMBER
Yes Number of workers that are executing the concurrent program.
WORKER_NUMBER NUMBER
Yes Tracks the specific worker number, out of the total NUMBER_OR_WORKERS, that is currently working on a particular phase of the operation .
STEP VARCHAR2 (255) Yes The phase that the worker and the DQM Staging Program is at.
START_FLAG VARCHAR2 (1)
Y or N indicates whether the step was started or not.
START_TIME DATE

Time the step was started
END_FLAG VARCHAR2 (1)
Y or N indicates whether the step was completed or not
END_TIME DATE

Time the step was completed.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT OPERATION
,      NUMBER_OF_WORKERS
,      WORKER_NUMBER
,      STEP
,      START_FLAG
,      START_TIME
,      END_FLAG
,      END_TIME
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AR.HZ_DQM_STAGE_LOG;

Dependencies

[top of page]

AR.HZ_DQM_STAGE_LOG does not reference any database object

AR.HZ_DQM_STAGE_LOG is referenced by following:

SchemaAPPS
SynonymHZ_DQM_STAGE_LOG