OBJ_X_DOCUMENTS
This table defines the document domain. It is used to store each document sent to the repository (published to Corporate, sent to users or sent to BCA).
Name | Null ? | Type | Values |
X_DOC_N_ID | NOT NULL | int10 | ID of the stored document - refers to obj_m_document table. |
X_DOC_N_BLOCKID | NOT NULL | int10 | ID of the block used to store the document. Several blocks could be necessary. |
X_DOC_B_CONTENT | NOT NULL | blob | Binary content of the .REP file. |