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


VIEW: APPS.MSD_ORGANIZATION_DEFINITIONS

Object Details
Object Name: MSD_ORGANIZATION_DEFINITIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSD.MSD_ORGANIZATION_DEFINITIONS
Subobject Name:
Status: VALID

View Type

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


This view show organization definitions


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Organization Id
BUSINESS_GROUP_ID NUMBER (15) Yes Business Group Id
USER_DEFINITION_ENABLE_DATE DATE
Yes User Definition Enable Date
DISABLE_DATE DATE

Disable Date
ORGANIZATION_CODE VARCHAR2 (3)
Organization Code
ORGANIZATION_NAME VARCHAR2 (240) Yes Organization Name
SET_OF_BOOKS_ID NUMBER (15) Yes Set Of Books Id
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes Chart Of Accounts Id
INVENTORY_ENABLED_FLAG VARCHAR2 (150)
Inventory Enabled Flag
OPERATING_UNIT NUMBER

Operating Unit
LEGAL_ENTITY NUMBER

Legal Entity
CALENDAR_CODE VARCHAR2 (10)
Calendar Code
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
,      OPERATING_UNIT
,      LEGAL_ENTITY
,      CALENDAR_CODE
FROM APPS.MSD_ORGANIZATION_DEFINITIONS;

Dependencies

[top of page]

APPS.MSD_ORGANIZATION_DEFINITIONS references the following:

SchemaAPPS
SynonymFND_PRODUCT_GROUPS
ViewGL_SETS_OF_BOOKS
ViewHR_ALL_ORGANIZATION_UNITS_VL
SynonymHR_ORGANIZATION_INFORMATION
SynonymMTL_PARAMETERS
APPS.MSD_ORGANIZATION_DEFINITIONS is referenced by following:

SchemaAPPS
Package BodyMSDWF - show dependent code
ViewMSD_SR_BG_ALL_V
ViewMSD_SR_LE_BG_V
ViewMSD_SR_ORG_LE_V
ViewMSD_SR_ORG_OU_V
ViewMSD_SR_OU_BG_V
ViewMSD_SR_OU_LE_V