[Home] [Help]
[Dependency Information]
Object Name: | SO_REPORTS |
---|---|
Object Type: | TABLE |
Owner: | OE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
SO_REPORTS is used by Pick Slip-based Shipping to store reports
used in document sets and any reports that print notes. Document sets
can contain picking and shipping reports and are submitted by the
Release Sales Orders for Picking, Ship Confirm Delivery, and Ship
Confirm Departure windows. Oracle Order Entry / Shipping seeds
standard picking and shipping document sets. Printer assignments for
each document are maintained in SO_REPORT_PRINTERS.
.
Delivery-based Shipping does not reference SO_REPORTS.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SO_REPORTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
SO_REPORTS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REPORT_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 | ||
REPORT_APPLICATION_ID | NUMBER | Yes | Application of report | |
NAME | VARCHAR2 | (30) | Yes | Name of the report's rpt (or fpp) file |
DESCRIPTION | VARCHAR2 | (80) | Description of the report | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REPORT_APPLICATION_ID
, NAME
, DESCRIPTION
, CONTEXT
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
FROM OE.SO_REPORTS;
OE.SO_REPORTS does not reference any database object
OE.SO_REPORTS is referenced by following:
|
|
|