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


VIEW: APPS.MTL_ORGANIZATIONS

Object Details
Object Name: MTL_ORGANIZATIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_ORGANIZATIONS
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
ORGANIZATION_CODE VARCHAR2 (3)
Abbreviation for this organization
ORGANIZATION_NAME VARCHAR2 (240) Yes Name of this organization
ADDRESS1 VARCHAR2 (240)
1st line of locations address
ADDRESS2 VARCHAR2 (240)
2nd line of locations address
ADDRESS3 VARCHAR2 (240)
3rd line of locations address
CITY VARCHAR2 (30)
City
STATE VARCHAR2 (120)
State
COUNTRY VARCHAR2 (60)
Country
ZIP_CODE VARCHAR2 (30)
Postal code
SET_OF_BOOKS_ID NUMBER (15) Yes Identifier of the set of books that this organization uses
SET_OF_BOOKS_NAME VARCHAR2 (30) Yes Accounting books name
SYMBOL VARCHAR2 (12)
The symbol denoting the currency
ORG_INFO VARCHAR2 (1286)
Organization information
VALUE NUMBER

On hand inventory value
Query Text

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


SELECT ORGANIZATION_ID
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      CITY
,      STATE
,      COUNTRY
,      ZIP_CODE
,      SET_OF_BOOKS_ID
,      SET_OF_BOOKS_NAME
,      SYMBOL
,      ORG_INFO
,      VALUE
FROM APPS.MTL_ORGANIZATIONS;

Dependencies

[top of page]

APPS.MTL_ORGANIZATIONS references the following:

SchemaAPPS
SynonymCST_ITEM_COSTS
SynonymFND_CURRENCIES
ViewGL_SETS_OF_BOOKS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_LOCATIONS
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code
SynonymMTL_ONHAND_QUANTITIES_DETAIL
SynonymMTL_SYSTEM_ITEMS_B
ViewORG_ORGANIZATION_DEFINITIONS
APPS.MTL_ORGANIZATIONS is referenced by following:

SchemaAPPS
Package BodyCSP_TRANSACTIONS_PUB - show dependent code
PL/SQL PackageGMD_OUTBOUND_APIS_PUB - show dependent code
Package BodyGMD_RESULTS_GRP - show dependent code
Package BodyGMF_COPY_ITEM_COST - show dependent code
Package BodyGMF_ORGANIZATIONS_PKG - show dependent code
Package BodyGMF_VALIDATIONS_PVT - show dependent code
PL/SQL PackageGMF_VALIDATIONS_PVT - show dependent code
Package BodyGR_ITEM_PROPERTIES_PUB - show dependent code
ViewICX_ORG_ADDRESS_V
Package BodyLOT_SPLIT_DATA_INSERT - show dependent code
PL/SQL PackageLOT_SPLIT_DATA_INSERT - show dependent code
Package BodyOKL_AM_REMARKET_ASSET_PVT - show dependent code
Package BodyOKL_STREAMS_RECON_PVT - show dependent code
Package BodyOKL_SYP_PVT - show dependent code
ViewPOS_ORG_ADDRESS_V