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


TABLE: MSC.MSC_INT_PACKAGES

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


PS/SNO Integration table to store all the supported PS/SNO Package names


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_INT_PACKAGES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPI_ID
ColumnMODEL
ColumnPACKAGE_NAME
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
API_ID VARCHAR2 (30) Yes API ID of the packages
MODEL VARCHAR2 (30) Yes Name of the XML model
PACKAGE_NAME VARCHAR2 (30) Yes Name of the package that together makes the XML files
DESCRIPTION VARCHAR2 (250)
Description of the Package name
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT API_ID
,      MODEL
,      PACKAGE_NAME
,      DESCRIPTION
,      ZD_EDITION_NAME
FROM MSC.MSC_INT_PACKAGES;

Dependencies

[top of page]

MSC.MSC_INT_PACKAGES does not reference any database object

MSC.MSC_INT_PACKAGES is referenced by following:

SchemaMSC
ViewMSC_INT_PACKAGES#