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


TABLE: OE.SO_REPORT_SETS

Object Details
Object Name: SO_REPORT_SETS
Object Type: TABLE
Owner: OE
FND Design Data: TableOE.SO_REPORT_SETS
Subobject Name:
Status: VALID


SO_REPORT_SETS contain the document sets that can be initiated from
the Release Sales Orders for Picking, Ship Confirm Delivery, and Ship
Confirm Departure windows. USAGE_CODE controls whether the report set
is valid as a Pick Release or Ship Confirm set. This table corresponds
to the Shipping Document Sets window.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_REPORT_SETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnREPORT_SET_ID
SO_REPORT_SETS_U2 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnNAME
Columns
Name Datatype Length Mandatory Comments
REPORT_SET_ID NUMBER
Yes System-generated ID
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
NAME VARCHAR2 (30) Yes Document set name
USAGE_CODE VARCHAR2 (30) Yes Type of document set
SUBMISSION_METHOD VARCHAR2 (30) Yes How the concurrent requests are managed (sequential or parallel)
START_DATE_ACTIVE DATE

Date this record becomes active, if limited
END_DATE_ACTIVE DATE

Date this record becomes inactive, if limited
DESCRIPTION VARCHAR2 (240)
Document set description
CONTEXT VARCHAR2 (30)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

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


SELECT REPORT_SET_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      USAGE_CODE
,      SUBMISSION_METHOD
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      DESCRIPTION
,      CONTEXT
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM OE.SO_REPORT_SETS;

Dependencies

[top of page]

OE.SO_REPORT_SETS does not reference any database object

OE.SO_REPORT_SETS is referenced by following:

SchemaAPPS
SynonymSO_REPORT_SETS