[Home] [Help]
[Dependency Information]
| Object Name: | GMF_ORGANIZATION_DEFINITIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.GMF_ORGANIZATION_DEFINITIONS
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View of Process Organization Definition Details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization Identifier |
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization Code | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization Name |
| LEDGER_ID | NUMBER | Primary Ledger Identifier | ||
| LEGAL_ENTITY_ID | NUMBER | Legal Entity Identifier | ||
| OPERATING_UNIT_ID | NUMBER | Operating Unit Identifier | ||
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Yes | Chart of Accounts Identifier |
| CURRENCY_CODE | VARCHAR2 | (15) | Yes | Currency Code |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, LEDGER_ID
, LEGAL_ENTITY_ID
, OPERATING_UNIT_ID
, CHART_OF_ACCOUNTS_ID
, CURRENCY_CODE
FROM APPS.GMF_ORGANIZATION_DEFINITIONS;
APPS
GL_LEDGERS
HR_ALL_ORGANIZATION_UNITS
HR_ALL_ORGANIZATION_UNITS_TL
HR_ORGANIZATION_INFORMATION
MTL_PARAMETERS
APPS
GMF_BATCH_VALIDATIONS
- show dependent code
GMF_CMCOMMON
- show dependent code
GMF_LAYERS
- show dependent code
GMF_SUBLEDGER_PKG
- show dependent code
|
|
|
|