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


VIEW: APPS.MTL_PERIODS

Object Details
Object Name: MTL_PERIODS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_PERIODS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

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

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;

Dependencies

[top of page]

APPS.MTL_PERIODS references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymMTL_PERIOD_SUMMARY
SynonymORG_ACCT_PERIODS
ViewORG_ORGANIZATION_DEFINITIONS

APPS.MTL_PERIODS is not referenced by any database object