JG_FSCL_DOC_GROUPS

This table defines the Fiscal Document types that will be generated for a transaction that requires multiple Fiscal Documents.

Details

  • Schema: FUSION

  • Object owner: JG

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

JG_FSCL_DOC_GROUPS_PK

FSCL_DOC_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments Status
FSCL_DOC_GROUP_ID NUMBER 18 Yes Multiple fiscal document information identifier. Active
TRX_FD_TYPE_DETERMINANT VARCHAR2 30 Fiscal document type determinant, which indicates whether single or multiple fiscal documents are required for a transaction. Active
COUNTRY_CODE VARCHAR2 2 Country code for which the fiscal document type is defined.
FISCAL_DOCUMENT_TYPE_ID NUMBER 18 Fiscal document type associated with the fiscal document group. Active
GENERATION_SEQUENCE NUMBER 18 Generation sequence for multiple fiscal documents. Active
DOCUMENT_APPROVAL_FLAG VARCHAR2 1 Indicates whether the document is treated as an approval for the overall transaction. Valid values are Y and N. Active
TAX_INVOICE_NUMBER_FLAG VARCHAR2 1 Indicates whether the fiscal document number is treated as the tax invoice number. Active
TAX_INCLUSION_FLAG VARCHAR2 1 Indicates whether taxes will be included for a fiscal document type. Active
EXTERNAL_REF_FLAG VARCHAR2 1 Y or N indicates whether the reference document is an external document.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Indexes

Index Uniqueness Tablespace Columns Status
JG_FSCL_DOC_GROUPS_N1 Non Unique FUSION_TS_TX_IDX TRX_FD_TYPE_DETERMINANT, FISCAL_DOCUMENT_TYPE_ID Active
JG_FSCL_DOC_GROUPS_U1 Unique FUSION_TS_TX_IDX FSCL_DOC_GROUP_ID Active