CMR_ASN_SUMMARY

This table stores the in-transit quantities at schedule level for an ASN.

Details

  • Schema: FUSION

  • Object owner: CMR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CMR_ASN_SUMMARY_PK

SHIPMENT_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
BILL_TO_BUSINESS_UNIT_ID NUMBER 18 Yes Bill to Business unit used for creating intransit data.
SHIPMENT_HEADER_ID NUMBER 18 Yes This column stores the receiving shipment header unique identifier.
SHIPMENT_LINE_ID NUMBER 18 Yes This column stores the receiving shipment line unique identifier.
PO_LINE_LOCATION_ID NUMBER 18 Yes Purchase order shipment schedule identifier.
LATEST_PERIOD_NAME VARCHAR2 15 Indicates the latest period in which the Intransit is calculated.
LATEST_PERIOD_START_DATE DATE Indicates the latest start date of the period.
LATEST_PERIOD_END_DATE DATE Indicates the latest end date of the period.
SHIPPED_QUANTITY NUMBER This column stores the net quantity shipped for the ASN at schedule level.
RECEIVED_QUANTITY NUMBER This column stores the net quantity received for the ASN at schedule level.
INTRANSIT_QUANTITY NUMBER This column stores the Intransit quantity in source document UOM for a specific ASN line at the PO schedule level. Intransit quantity is the difference between shipped quantity and received quantity.
SCHEDULE_STATUS VARCHAR2 25 Shipment status(applicable only to SPO).
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
CMR_ASN_SUMMARY_U1 Unique Default SHIPMENT_LINE_ID