[Home] [Help]
[Dependency Information]
Object Name: | MTL_PERIODS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
ORGANIZATION_CODE | VARCHAR2 | (3) | Abbreviation for this organization | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of this organization |
PERIOD_NAME | VARCHAR2 | (15) | Yes | GL period name |
PERIOD_YEAR | NUMBER | Yes | GL period year | |
PERIOD_START_DATE | DATE | Yes | Start date of accounting period | |
SCHEDULE_CLOSE_DATE | DATE | Yes | Scheduled close date of the accounting period | |
SECONDARY_INVENTORY | VARCHAR2 | (10) | Secondary inventory identifier | |
VALUE | NUMBER | Yes | Inventory value at the end of the period |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, PERIOD_NAME
, PERIOD_YEAR
, PERIOD_START_DATE
, SCHEDULE_CLOSE_DATE
, SECONDARY_INVENTORY
, VALUE
FROM APPS.MTL_PERIODS;
APPS.MTL_PERIODS is not referenced by any database object
|
|
|