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


TABLE: ONT.OE_UPGRADE_DISTRIBUTION

Object Details
Object Name: OE_UPGRADE_DISTRIBUTION
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_UPGRADE_DISTRIBUTION
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SLAB NUMBER

The slab number for parallel upgrade processing.
START_HEADER_ID NUMBER

Starting header id for the slab.
END_HEADER_ID NUMBER

Ending header id for the slab.
ALLOTED_FLAG VARCHAR2 (1)
To indicate if this slab is already allotted to a AD worker during upgrade.
LINE_TYPE VARCHAR2 (1)
To indicate if this is a slab for a Return Order upgrde or a Regular Order upgrade.
CREATION_DATE DATE

Standard Who column
Query Text

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


SELECT SLAB
,      START_HEADER_ID
,      END_HEADER_ID
,      ALLOTED_FLAG
,      LINE_TYPE
,      CREATION_DATE
FROM ONT.OE_UPGRADE_DISTRIBUTION;

Dependencies

[top of page]

ONT.OE_UPGRADE_DISTRIBUTION does not reference any database object

ONT.OE_UPGRADE_DISTRIBUTION is referenced by following:

SchemaONT
ViewOE_UPGRADE_DISTRIBUTION#