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


TABLE: OPI.OPI_DBI_RUN_LOG_CURR

Object Details
Object Name: OPI_DBI_RUN_LOG_CURR
Object Type: TABLE
Owner: OPI
Subobject Name:
Status: VALID


Run time Bounds table for the Manufacturing Management Page ETLs. Stores the start and end ranges and last collection dates for the ETLs.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OPI_DBI_RUN_LOG_CURR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnETL_ID
ColumnSOURCE
ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER

Organization ID.
SOURCE NUMBER
Yes Source (1 = OPI, 2= OPM).
LAST_COLLECTION_DATE DATE

Last date the collection was run on.
START_TXN_ID NUMBER

Transaction ID the collection should start at.
NEXT_START_TXN_ID NUMBER

Transaction ID the collection should stop before.
ETL_ID NUMBER
Yes Numeric ID for the ETL.
STOP_REASON_CODE NUMBER

Reason for stopping - uncosted transactions or no more transactions.
LAST_TRANSACTION_DATE DATE

Latest collected transaction date.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
CREATED_BY NUMBER
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER

Standard Who column.
FROM_BOUND_DATE DATE

Lower Date Time bound for each ETL, used only for R12 Process bound computation. Populated Null for Discrete ETLs.
TO_BOUND_DATE DATE

Upper Date Time bound for each ETL, only used for R12 Process bound computation. Populated Null for Discrete ETLs.
PROGRAM_ID NUMBER

Who Column.
PROGRAM_LOGIN_ID NUMBER

Who Column.
PROGRAM_APPLICATION_ID NUMBER

Who Column.
REQUEST_ID NUMBER

Who Column.
Query Text

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


SELECT ORGANIZATION_ID
,      SOURCE
,      LAST_COLLECTION_DATE
,      START_TXN_ID
,      NEXT_START_TXN_ID
,      ETL_ID
,      STOP_REASON_CODE
,      LAST_TRANSACTION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      FROM_BOUND_DATE
,      TO_BOUND_DATE
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM OPI.OPI_DBI_RUN_LOG_CURR;

Dependencies

[top of page]

OPI.OPI_DBI_RUN_LOG_CURR does not reference any database object

OPI.OPI_DBI_RUN_LOG_CURR is referenced by following:

SchemaAPPS
Materialized ViewOPI_CURR_PROD_DEL_001_MV
Package BodyOPI_DBI_JOBS_PKG - show dependent code
SynonymOPI_DBI_RUN_LOG_CURR
Materialized ViewOPI_PTP_RPT_BND_MV