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


TABLE: AP.OIE_DISTRIBUTION_SETS_ALL

Object Details
Object Name: OIE_DISTRIBUTION_SETS_ALL
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.OIE_DISTRIBUTION_SETS_ALL
Subobject Name:
Status: VALID


This table is used to store the header level information of Distribution Sets. The table is a multi-org table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OIE_DISTRIBUTION_SETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDISTRIBUTION_SET_ID
Columns
Name Datatype Length Mandatory Comments
DISTRIBUTION_SET_ID NUMBER (15) Yes Distribution Set Identifier
DISTRIBUTION_SET_NAME VARCHAR2 (50) Yes Distribution Set Name
DISTRIBUTION_METHOD VARCHAR2 (30)
Distribution Method
DISTRIBUTION_SET_TYPE_CODE VARCHAR2 (30)
Identifies, if the distribution is an Account distribution or a Project distribution.
ORG_ID NUMBER (15)
The organization Identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT DISTRIBUTION_SET_ID
,      DISTRIBUTION_SET_NAME
,      DISTRIBUTION_METHOD
,      DISTRIBUTION_SET_TYPE_CODE
,      ORG_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM AP.OIE_DISTRIBUTION_SETS_ALL;

Dependencies

[top of page]

AP.OIE_DISTRIBUTION_SETS_ALL does not reference any database object

AP.OIE_DISTRIBUTION_SETS_ALL is referenced by following:

SchemaAPPS
SynonymOIE_DISTRIBUTION_SETS
SynonymOIE_DISTRIBUTION_SETS_ALL