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


TABLE: OE.SO_NOTE_USAGE_ATTRIBUTES

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


SO_NOTE_USAGE_ATTRIBUTES stores where notes will be printed, if
appropriate. REPORT_ID specifies the report and FORMAT_CODE
specifies the note's format.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_NOTE_USAGE_ATTRIBUTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnUSAGE_ID
Columns
Name Datatype Length Mandatory Comments
USAGE_ID NUMBER
Yes System-generated identifier of note usage
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_ID NUMBER
Yes Report on which note should be printed
FORMAT_CODE VARCHAR2 (30) Yes Format in which note should be printed on report
Query Text

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


SELECT USAGE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REPORT_ID
,      FORMAT_CODE
FROM OE.SO_NOTE_USAGE_ATTRIBUTES;

Dependencies

[top of page]

OE.SO_NOTE_USAGE_ATTRIBUTES does not reference any database object

OE.SO_NOTE_USAGE_ATTRIBUTES is referenced by following:

SchemaAPPS
SynonymSO_NOTE_USAGE_ATTRIBUTES