[Home] [Help]
[Dependency Information]
Object Name: | FND_DOCUMENTS_LONG_RAW |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DOCUMENTS_LONG_RAW stores images and OLE
Objects, such as Word Documents and Excel
spreadsheets, in the database. If the user elects
to link an OLE Object to the document, this table
stores the information necessary for Oracle Forms
to activate the OLE server, and it saves a
bit-mapped image of the OLE server's contents.
If the user does not elect to link an OLE Object,
the entire document will be stored in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DOCUMENTS_LONG_RAW_U1 | NORMAL | UNIQUE |
![]() |
![]() |
SYS_IL0000034996C00002$$ | LOB | UNIQUE |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MEDIA_ID | NUMBER | Yes | Media identifier | |
LONG_RAW | BLOB | (4000) | Image or OLE object |
Cut, paste (and edit) the following text to query this object:
SELECT MEDIA_ID
, LONG_RAW
FROM APPLSYS.FND_DOCUMENTS_LONG_RAW;
APPLSYS.FND_DOCUMENTS_LONG_RAW does not reference any database object
APPLSYS.FND_DOCUMENTS_LONG_RAW is referenced by following:
|
|
|