[Home] [Help]
[Dependency Information]
Object Name: | FND_LOBS_DOCUMENTPART |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
- WebDB 2.5 populates (inserts into) these document tables during upload.
- GFM then moves the rows to the FND_LOBS table and clears these document tables.
- These document tables are basically temporary resting points for data and should
always end up with zero rows
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DOCUMENT | VARCHAR2 | (64) | Yes | file name (maps to name) |
PART | VARCHAR2 | (64) | Yes | embedded document section |
UPLOADED | VARCHAR2 | (1) | uploaded flag |
Cut, paste (and edit) the following text to query this object:
SELECT DOCUMENT
, PART
, UPLOADED
FROM APPLSYS.FND_LOBS_DOCUMENTPART;
APPLSYS.FND_LOBS_DOCUMENTPART does not reference any database object
APPLSYS.FND_LOBS_DOCUMENTPART is referenced by following:
|
|
|