CMF_FISCAL_DOC_SCHED_ASSOC

This table contains the allocated line amounts at the schedule level for all Fiscal Documents which include standard, complementary, freight and freight complementary Fiscal Documents.

Details

  • Schema: FUSION

  • Object owner: CMF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_HEADER_ID NUMBER 18 Yes Identifies the Fiscal Document header record.
DOCUMENT_LINE_ID NUMBER 18 Yes Identifies the Fiscal Document line record.
DOCUMENT_SCHEDULE_ID NUMBER 18 Yes Identifies the Fiscal Document schedule record.
REF_DOCUMENT_HEADER_ID NUMBER 18 Identifies the referenced Fiscal Document header records. In the case of freight complementary FDs, this value is from the referenced standard FD of the referenced freight FD.
REF_DOCUMENT_LINE_ID NUMBER 18 Identifies the referenced Fiscal Document line records. In the case of freight complementary FDs, this value is from the referenced standard FD of the referenced freight FD.
REF_DOCUMENT_SCHEDULE_ID NUMBER 18 Identifies the referenced Fiscal Document schedule records. In the case of freight complementary FDs, this value is from the referenced standard FD of the referenced freight FD.
ALLOCATED_AMOUNT NUMBER Yes Indicates the allocated schedule amount.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CMF_FISCAL_DOC_SCHED_ASSOC cmf_fiscal_doc_headers DOCUMENT_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
CMF_FD_SCHED_ASSOC_N1 Non Unique Default DOCUMENT_LINE_ID
CMF_FD_SCHED_ASSOC_U1 Unique FUSION_TS_TX_DATA DOCUMENT_HEADER_ID, DOCUMENT_LINE_ID, DOCUMENT_SCHEDULE_ID, REF_DOCUMENT_HEADER_ID, REF_DOCUMENT_LINE_ID, REF_DOCUMENT_SCHEDULE_ID