CMF_FISCAL_DOC_CFOP_REFS
Stores the CFOP List and its Document Type and Source Document Type.
Details
-
Schema: FUSION
-
Object owner: CMF
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
CMF_FISCAL_DOC_CFOP_REFS_PK |
CFOP_REFERENCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CFOP_REFERENCE_ID | NUMBER | 18 | Yes | Surrogate key that identifies the CFOP REFERENCE. | |
CFOP_NUMBER | NUMBER | Yes | Stores the reference number of the CFOP. | ||
MODEL | VARCHAR2 | 2 | Stores the issuing purpose to define which type and source type is the document. | ||
ISSUING_PURPOSE | VARCHAR2 | 2 | Stores the issuing purpose to define which type and source type is the document. | ||
DOCUMENT_TYPE | VARCHAR2 | 30 | The type of Fiscal Document that is sent by supplier or party for capturing and processing. | ||
SOURCE_DOCUMENT_TYPE | VARCHAR2 | 30 | The document type indicates the business flow for which a Fiscal Document is captured. | ||
IS_CUSTOMER_MODIFIED | VARCHAR2 | 1 | Store the flag which indicates if the record can be updated by the user level. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CMF_FISCAL_DOC_CFOP_REFS_U1 | Unique | Default | CFOP_REFERENCE_ID, ORA_SEED_SET1 |
CMF_FISCAL_DOC_CFOP_REFS_U11 | Unique | Default | CFOP_REFERENCE_ID, ORA_SEED_SET2 |