CMF_RCV_TRANSACTIONS_DTLS
Table to store captured receiving transaction details from receipt created based on fiscal documents.
Details
-
Schema: FUSION
-
Object owner: CMF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CMF_RECEIPTS_DETAILS_PK |
RCV_TRANSACTION_DTLS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RCV_TRANSACTION_DTLS_ID | NUMBER | 18 | Yes | Unique identifier for the receiving transaction details. | |
RCV_TRANSACTION_ID | NUMBER | 18 | Yes | Unique identifier for the receiving transaction. | |
TRANSACTION_TYPE | VARCHAR2 | 25 | The type of transaction will be stored in this column while receiving or delivering items. | ||
FISCAL_DOC_HEADER_ID | NUMBER | 18 | Yes | Fiscal document header unique identifier. | |
FISCAL_DOC_ACCESS_KNUM | VARCHAR2 | 64 | Fiscal document header access key number. | ||
FISCAL_DOC_LINE_ID | NUMBER | 18 | Yes | Fiscal document line unique identifier. | |
FISCAL_DOC_SCHEDULE_ID | NUMBER | 18 | Identifier of Fiscal Document Schedule with goods related to the transaction. | ||
REF_FISCAL_DOC_HEADER_ID | NUMBER | 18 | Referenced fiscal document header unique identifier. | ||
REF_FISCAL_DOC_ACCESS_KNUM | VARCHAR2 | 64 | Referenced fiscal document header access key number. | ||
REF_FISCAL_DOC_LINE_ID | NUMBER | 18 | Referenced fiscal document line unique identifier. | ||
REF_FISCAL_DOC_SCHEDULE_ID | NUMBER | 18 | Referenced fiscal document schedule identifier. | ||
SHIPMENT_HEADER_ID | NUMBER | 18 | Receipt shipment header unique identifier. | ||
SHIPMENT_LINE_ID | NUMBER | 18 | Receipt shipment line unique identifier. | ||
SHIPMENT_NUM | VARCHAR2 | 30 | Receipt shipment number assigned by the shipment's source. | ||
RECEIPT_NUM | VARCHAR2 | 30 | Receipt number will be stored here. | ||
RECEIPT_LINE_NUM | NUMBER | 18 | This column will store the line number corresponding to the receipt. | ||
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. | ||
SHIPMENT_LINE_STATUS_CODE | VARCHAR2 | 25 | Receipt status of the shipment line. | ||
SHIP_TO_LOCATION_ID | NUMBER | 18 | Ship-to location unique identifier. | ||
EMPLOYEE_ID | NUMBER | 18 | This column stores the unique identifier for the person who created the receiving transaction. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CMF_RCV_TRANSACTIONS_DTLS_N1 | Non Unique | FUSION_TS_TX_IDX | FISCAL_DOC_HEADER_ID |
CMF_RCV_TRANSACTIONS_DTLS_N2 | Non Unique | FUSION_TS_TX_IDX | FISCAL_DOC_LINE_ID |
CMF_RCV_TRANSACTIONS_DTLS_N3 | Non Unique | DEFAULT | FISCAL_DOC_SCHEDULE_ID |
CMF_RCV_TRANSACTIONS_DTLS_U1 | Unique | FUSION_TS_TX_IDX | RCV_TRANSACTION_DTLS_ID |