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


TABLE: MTH.MTH_ORGANIZATIONS_L

Object Details
Object Name: MTH_ORGANIZATIONS_L
Object Type: TABLE
Owner: MTH
FND Design Data: TableMTH.MTH_ORGANIZATIONS_L
Subobject Name:
Status: VALID


This table stores information for the organization dimension. It provides information like Organization name, Organization code, Currency code, Primary cost method and whether the organization is Process enabled.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTH_ORGANIZATIONS_L_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_CODE
ColumnSYSTEM_FK_KEY
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_NAME VARCHAR2 (240) Yes Organization name
PROCESS_ENABLED_FLAG VARCHAR2 (1) Yes Flag for process manufacturing enabled organization
CURRENCY_CODE VARCHAR2 (15) Yes Currency code
EBS_ORGANIZATION_ID NUMBER

Oracle E-business suite organization identifier
PRIMARY_COST_METHOD NUMBER

Primary costing method used for the organization
ORGANIZATION_CODE VARCHAR2 (120) Yes Organization code
USER_ATTR1 VARCHAR2 (150)
User-defined attribute
USER_ATTR2 VARCHAR2 (150)
User-defined attribute
USER_ATTR3 VARCHAR2 (150)
User-defined attribute
USER_ATTR4 VARCHAR2 (150)
User-defined attribute
USER_ATTR5 VARCHAR2 (150)
User-defined attribute
USER_MEASURE1 NUMBER

User-defined measure
USER_MEASURE2 NUMBER

User-defined measure
USER_MEASURE3 NUMBER

User-defined measure
USER_MEASURE4 NUMBER

User-defined measure
USER_MEASURE5 NUMBER

User-defined measure
IMPLEMENT_IN_PLANT_FLAG VARCHAR2 (1)
Plant implemented Yes/ No
PLANT_FK_KEY NUMBER

Reference to plant
SYSTEM_FK_KEY NUMBER
Yes Reference to system
CREATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
Query Text

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


SELECT ORGANIZATION_NAME
,      PROCESS_ENABLED_FLAG
,      CURRENCY_CODE
,      EBS_ORGANIZATION_ID
,      PRIMARY_COST_METHOD
,      ORGANIZATION_CODE
,      USER_ATTR1
,      USER_ATTR2
,      USER_ATTR3
,      USER_ATTR4
,      USER_ATTR5
,      USER_MEASURE1
,      USER_MEASURE2
,      USER_MEASURE3
,      USER_MEASURE4
,      USER_MEASURE5
,      IMPLEMENT_IN_PLANT_FLAG
,      PLANT_FK_KEY
,      SYSTEM_FK_KEY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
FROM MTH.MTH_ORGANIZATIONS_L;

Dependencies

[top of page]

MTH.MTH_ORGANIZATIONS_L does not reference any database object

MTH.MTH_ORGANIZATIONS_L is referenced by following:

SchemaAPPS
SynonymMTH_ORGANIZATIONS_L