CMF_FISCAL_REF_OPTIONS

This TABLE has the definition used by References tab to determine what sort of references can exist for a specific Fiscal Document.

Details

  • Schema: FUSION

  • Object owner: CMF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CMF_FISCAL_REF_OPTIONS_PK

FISCAL_REF_OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
FISCAL_REF_OPTION_ID NUMBER 18 Yes This column contains a unique code that will be ?stamped? in the FD transactions to determine which is the FD type
FISCAL_PROC_OPTIONS_ID NUMBER 18 Yes Identifier of the referencing process option
REF_REQUIRED VARCHAR2 1 Yes Defines if the reference is mandatory to exist or if at least one of the references must exist
REF_FD_PRODUCT VARCHAR2 30 Yes Defines the product owner of the referenced FD
REF_PROCESS_OPTION_CODES VARCHAR2 500 Codes of the referenced process options
REF_RELATIONSHIP VARCHAR2 100 Defines the relationship cardinality between Referenced-Referencing FD
REF_FD_ISSUER_TYPE VARCHAR2 100 Defines if the referenced Fiscal Documents belong to the same FD issuer or if the referenced FDs belong to a different third party
REFERENCED_ELIGIBLE_STATUS VARCHAR2 100 It defines the eligible statuses of the Referenced FD.
REF_ELIGIBLE_STATUS VARCHAR2 100 Defines the eligible FD statuses of the referenced FD
COPY_REF_FD_TAX_DETERMINANT VARCHAR2 1 When this element value is "Y", the Referenced FD Tax Determinants Info should be taken from the Parent FD.
START_DATE DATE Yes Date from which the Reference Option is valid.
END_DATE DATE Date after which the Reference Option is no longer valid.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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_REF_OPTIONS_PK Unique Default FISCAL_REF_OPTION_ID, ORA_SEED_SET1
CMF_FISCAL_REF_OPTIONS_PK1 Unique Default FISCAL_REF_OPTION_ID, ORA_SEED_SET2
CMF_FISCAL_REF_OPTIONS_U1 Unique Default FISCAL_PROC_OPTIONS_ID, REF_FD_PRODUCT, ORA_SEED_SET1
CMF_FISCAL_REF_OPTIONS_U11 Unique Default FISCAL_PROC_OPTIONS_ID, REF_FD_PRODUCT, ORA_SEED_SET2