[Home] [Help] [Dependency Information]
Object Name: | MSD_ORGANIZATION_DEFINITIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | MSD.MSD_ORGANIZATION_DEFINITIONS |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view show organization definitions
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 |
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;
|
|
|