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


TABLE: OPI.OPI_DBI_RES_ACTUAL_STG

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


Staging table for Resource Fact Table


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OPI_DBI_RES_ACTUAL_STG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnORGANIZATION_ID
ColumnTRANSACTION_DATE
ColumnRESOURCE_ID
Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER

Resource Identifier
ORGANIZATION_ID NUMBER

Inventory Organization ID
TRANSACTION_DATE DATE

Transaction date
ACTUAL_QTY NUMBER

Quantity of resource used
UOM VARCHAR2 (30)
Unit of measure
ACTUAL_QTY_G NUMBER

Quantity of resource used in hours
ACTUAL_VAL_B NUMBER

Value of resource used
JOB_ID NUMBER

Job id.
JOB_TYPE NUMBER

Job type.
SOURCE NUMBER

Source, 1 for Discrete Manufacturing and 2 for Process Manufacturing
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
CREATED_BY NUMBER

Standard Who column
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
ASSEMBLY_ITEM_ID NUMBER

Assembly item id
DEPARTMENT_ID VARCHAR2 (40)
Department id
ACTUAL_QTY_DRAFT NUMBER

Quantity of resource used. For discrete organizations, it is 0. For process organizations, it is the quantity that has been posted to draft mode in the subledger.
ACTUAL_QTY_G_DRAFT NUMBER

Quantity of resource used in hours. For discrete organizations, it is 0. For process organizations, it is the quantity that has been posted to draft mode in the subledger.
ACTUAL_VAL_B_DRAFT NUMBER

Value of resource used. For discrete organizations, it is 0. For process organizations, it is the value that has been posted to draft mode in the subledger.
Query Text

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


SELECT RESOURCE_ID
,      ORGANIZATION_ID
,      TRANSACTION_DATE
,      ACTUAL_QTY
,      UOM
,      ACTUAL_QTY_G
,      ACTUAL_VAL_B
,      JOB_ID
,      JOB_TYPE
,      SOURCE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ASSEMBLY_ITEM_ID
,      DEPARTMENT_ID
,      ACTUAL_QTY_DRAFT
,      ACTUAL_QTY_G_DRAFT
,      ACTUAL_VAL_B_DRAFT
FROM OPI.OPI_DBI_RES_ACTUAL_STG;

Dependencies

[top of page]

OPI.OPI_DBI_RES_ACTUAL_STG does not reference any database object

OPI.OPI_DBI_RES_ACTUAL_STG is referenced by following:

SchemaAPPS
SynonymOPI_DBI_RES_ACTUAL_STG