[Home] [Help]
[Dependency Information]
| Object Name: | ORG_ORGANIZATION_DEFINITIONS2 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.ORG_ORGANIZATION_DEFINITIONS2
|
| 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 |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Identifier of business group of organization |
| USER_DEFINITION_ENABLE_DATE | DATE | Yes | Date on which this organization becomes enabled | |
| DISABLE_DATE | DATE | Date on which this organization no longer is enabled | ||
| ORGANIZATION_CODE | VARCHAR2 | (3) | Abbreviation for this organization | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of this organization |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Identifier of the set of books that this organization uses |
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Yes | Identifier of the chart of accounts of the set of books of this organization |
| INVENTORY_ENABLED_FLAG | VARCHAR2 | (150) | Whether or not this organization is enabled |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, USER_DEFINITION_ENABLE_DATE
, DISABLE_DATE
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, SET_OF_BOOKS_ID
, CHART_OF_ACCOUNTS_ID
, INVENTORY_ENABLED_FLAG
FROM APPS.ORG_ORGANIZATION_DEFINITIONS2;
APPS
GL_LEDGERS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_INFORMATION
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
MTL_PARAMETERS
APPS
WSH_WSHRDIST_XMLP_PKG
- show dependent code
|
|
|
|