[Home] [Help]
[Dependency Information]
| Object Name: | MTL_ORGANIZATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_ORGANIZATIONS
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
CST_ITEM_COSTS
FND_CURRENCIES
GL_SETS_OF_BOOKS
HR_GENERAL
- show dependent code
HR_LOCATIONS
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
MTL_ONHAND_QUANTITIES_DETAIL
MTL_SYSTEM_ITEMS_B
ORG_ORGANIZATION_DEFINITIONS
APPS
GMD_OUTBOUND_APIS_PUB
- show dependent code
GMD_RESULTS_GRP
- show dependent code
GMF_COPY_ITEM_COST
- show dependent code
GMF_ORGANIZATIONS_PKG
- show dependent code
GMF_VALIDATIONS_PVT
- show dependent code
GMF_VALIDATIONS_PVT
- show dependent code
ICX_ORG_ADDRESS_V
LOT_SPLIT_DATA_INSERT
- show dependent code
LOT_SPLIT_DATA_INSERT
- show dependent code
OKL_AM_REMARKET_ASSET_PVT
- show dependent code
OKL_STREAMS_RECON_PVT
- show dependent code
OKL_SYP_PVT
- show dependent code
POS_ORG_ADDRESS_V
|
|
|
|