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


TABLE: APPLSYS.FND_LOBS_DOCUMENTPART

Object Details
Object Name: FND_LOBS_DOCUMENTPART
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_LOBS_DOCUMENTPART
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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
Query Text

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


SELECT DOCUMENT
,      PART
,      UPLOADED
FROM APPLSYS.FND_LOBS_DOCUMENTPART;

Dependencies

[top of page]

APPLSYS.FND_LOBS_DOCUMENTPART does not reference any database object

APPLSYS.FND_LOBS_DOCUMENTPART is referenced by following:

SchemaAPPS
SynonymFND_LOBS_DOCUMENTPART