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


VIEW: APPS.GL_ALL_PERIOD_NAME_VIEW

Object Details
Object Name: GL_ALL_PERIOD_NAME_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLGL.GL_ALL_PERIOD_NAME_VIEW
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
PERIOD_NAME VARCHAR2 (240)
Accounting period name
MEANING VARCHAR2 (30)
Accounting period name
PERIOD_YEAR NUMBER

Accounting period year
PERIOD_NUM NUMBER

Accounting period number
CLOSING_STATUS VARCHAR2 (1)
Accounting period status
LEDGER_ID NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERIOD_NAME
,      MEANING
,      PERIOD_YEAR
,      PERIOD_NUM
,      CLOSING_STATUS
,      LEDGER_ID
FROM APPS.GL_ALL_PERIOD_NAME_VIEW;

Dependencies

[top of page]

APPS.GL_ALL_PERIOD_NAME_VIEW references the following:

SchemaAPPS
ViewGL_LOOKUPS
SynonymGL_PERIOD_STATUSES

APPS.GL_ALL_PERIOD_NAME_VIEW is not referenced by any database object