DBA Data[Home] [Help] [Dependency Information]


TABLE: MSC.MSC_ST_CARRIER_SERVICES

Object Details
Object Name: MSC_ST_CARRIER_SERVICES
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


The staging table used by the collection program to validate and process data for table MSC_CARRIER_SERVICES.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SHIP_METHOD_CODE VARCHAR2 (30)
Ship Method
CARRIER_ID NUMBER (38)
Carrier ID
SERVICE_LEVEL VARCHAR2 (30)
Service Level
MODE_OF_TRANSPORT VARCHAR2 (30)
Mode of Transport
SR_INSTANCE_ID NUMBER

Instance Identifier
DELETED_FLAG NUMBER

Deleted Flag
REFRESH_ID NUMBER

Refresh Number
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SHIP_METHOD_CODE
,      CARRIER_ID
,      SERVICE_LEVEL
,      MODE_OF_TRANSPORT
,      SR_INSTANCE_ID
,      DELETED_FLAG
,      REFRESH_ID
FROM MSC.MSC_ST_CARRIER_SERVICES;

Dependencies

[top of page]

MSC.MSC_ST_CARRIER_SERVICES does not reference any database object

MSC.MSC_ST_CARRIER_SERVICES is referenced by following:

SchemaMSC
ViewMSC_ST_CARRIER_SERVICES#