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


VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS2

Object Details
Object Name: ORG_ORGANIZATION_DEFINITIONS2
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.ORG_ORGANIZATION_DEFINITIONS2
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
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
Query Text

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;

Dependencies

[top of page]

APPS.ORG_ORGANIZATION_DEFINITIONS2 references the following:

SchemaAPPS
SynonymGL_LEDGERS
PL/SQL PackageHR_GENERAL - show dependent code
SynonymHR_ORGANIZATION_INFORMATION
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code
SynonymMTL_PARAMETERS
APPS.ORG_ORGANIZATION_DEFINITIONS2 is referenced by following:

SchemaAPPS
Package BodyWSH_WSHRDIST_XMLP_PKG - show dependent code