[Home] [Help]
[Dependency Information]
Object Name: | OE_UPGRADE_DISTRIBUTION |
---|---|
Object Type: | TABLE |
Owner: | ONT |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
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 |
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;
ONT.OE_UPGRADE_DISTRIBUTION does not reference any database object
ONT.OE_UPGRADE_DISTRIBUTION is referenced by following:
|
|
|