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


TABLE: MSD.MSD_DEM_APP_INSTANCE_ORGS

Object Details
Object Name: MSD_DEM_APP_INSTANCE_ORGS
Object Type: TABLE
Owner: MSD
Subobject Name:
Status: VALID


Tables contains list of organizations assigned against a given instance.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSD_DEM_APP_INSTANCE_ORGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization identifier
ORGANIZATION_CODE VARCHAR2 (255) Yes The code includes instance code and organization code
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
Query Text

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


SELECT ORGANIZATION_ID
,      ORGANIZATION_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM MSD.MSD_DEM_APP_INSTANCE_ORGS;

Dependencies

[top of page]

MSD.MSD_DEM_APP_INSTANCE_ORGS does not reference any database object

MSD.MSD_DEM_APP_INSTANCE_ORGS is referenced by following:

SchemaMSD
ViewMSD_DEM_APP_INSTANCE_ORGS#