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


VIEW: APPS.GMF_ORGANIZATION_DEFINITIONS

Object Details
Object Name: GMF_ORGANIZATION_DEFINITIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.GMF_ORGANIZATION_DEFINITIONS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View of Process Organization Definition Details


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.GMF_ORGANIZATION_DEFINITIONS references the following:

SchemaAPPS
SynonymGL_LEDGERS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
SynonymHR_ORGANIZATION_INFORMATION
SynonymMTL_PARAMETERS
APPS.GMF_ORGANIZATION_DEFINITIONS is referenced by following:

SchemaAPPS
Package BodyGMF_BATCH_VALIDATIONS - show dependent code
Package BodyGMF_CMCOMMON - show dependent code
Package BodyGMF_LAYERS - show dependent code
Package BodyGMF_SUBLEDGER_PKG - show dependent code