MSC_ATP_SUPPLY_RELEASE_INTF

This table is used to store the supply records that are to be released or rescheduled from fusion GOP.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ATP_SUPPLY_RELEASE_IN_PK

LINE_ID, FULFILLMENT_LINE_ID

Columns

Name Datatype Length Not-null Comments Status
LINE_ID NUMBER Yes Unique ID,This column uniquely identifies record in this Table
PARENT_LINE_ID NUMBER LINE_ID, will be used to maintain supply pegging
FULFILLMENT_LINE_ID NUMBER Yes This column store value of FULFILLMENT_LINE_ID
ITEM_ID NUMBER Yes This column store value of item id
UOM_CODE VARCHAR2 3 Yes This column store value of UOM for the quantity
QUANTITY NUMBER Yes This column store value of Net quantity
SHIP_DATE DATE Date for ordered item to be shipped
ARRIVE_DATE DATE Date for ordered item to be arrive or delivery date
JOB_START_DATE DATE This column store value of WIP job start date
JOB_END_DATE DATE This column store value of WIP job end date
SOURCE_ORGANIZATION_ID NUMBER Source organization ID. Populated in transfer, make and buy.
DESTINATION_ORGANIZATION_ID NUMBER Destination organization ID. Populated in transfer,make and buy.
SUGGESTED_VENDOR_ID NUMBER Populated for buy supply (supplier id)
SUGGESTED_VENDOR_SITE_ID NUMBER Populated for buy supply (supplier site id)
MODE_OF_TRANSPORT_ID NUMBER If called from DOO then this is source id of mode_of_transport
SERVICE_LEVEL_ID NUMBER This column store value of source id of service level
CARRIER_ID NUMBER This column store value of source id of carrier id
BILL_SEQUENCE_ID NUMBER This column store value of BILL_SEQUENCE_ID
ROUTING_SEQUENCE_ID NUMBER This column store value of ROUTING_SEQUENCE_ID
ORDER_TYPE VARCHAR2 10 Yes This column store values like ATP,MAKE,BUY,TRANSFER
RESERVED_ORDER_TYPE VARCHAR2 10 This column store value of Source side id of supply
RESERVED_ORDER_IDENTIFIER VARCHAR2 20 This column store value of Order ID of the reserved record
RESERVED_SHIP_DATE DATE Supply ship date of ordered item with reservation after rescheduling.
RESERVED_ARRIVE_DATE DATE Supply dock date of ordered item with reservation after rescheduling.
RESERVED_JOB_START_DATE DATE WIP job start date of ordered item with reservation after rescheduling.
RESERVED_JOB_END_DATE DATE WIP job end date of ordered item with reservation after rescheduling.
DEMAND_CLASS VARCHAR2 34 This column store value of Demand Class
BATCH_ID NUMBER Yes This is a running number. Optionally can be populated using release sequence MSC_ATP_SUPPLY_RELEASE_S. This is used by Release to retrieve current set of release eligible records
SOURCE_INSTANCE_ID NUMBER This column store value of Source Instance ID
CALLING_INSTANCE_ID NUMBER This column stores value of Calling Instance Id to which supply is released.
SPLIT_LINE_ID VARCHAR2 300 Line ID of the SO line generated after splitting.
TRANSIT_TIME NUMBER Transit time
SOURCE_ITEM_ID NUMBER Yes This column store value of item id Obsolete
CALLING_INSTANCE_NAME NUMBER Yes This column stores value of Calling Instance Name to which supply is released. Obsolete
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns Status
MSC_ATP_SUPPLY_REL_INTF_N1 Non Unique Default BATCH_ID
MSC_ATP_SUPPLY_REL_INTF_N2 Non Unique Default FULFILLMENT_LINE_ID Obsolete
MSC_ATP_SUPPLY_REL_INTF_N3 Non Unique Default LAST_UPDATE_DATE
MSC_ATP_SUPPLY_REL_INTF_U1 Unique Default LINE_ID, FULFILLMENT_LINE_ID