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


VIEW: APPS.GL_PERIOD_TYPES_V

Object Details
Object Name: GL_PERIOD_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLGL.GL_PERIOD_TYPES_V
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
USER_PERIOD_TYPE VARCHAR2 (15) Yes Calendar period type user defined name
PERIOD_TYPE VARCHAR2 (15) Yes Accounting period type name
YEAR_TYPE_IN_NAME VARCHAR2 (1) Yes Year type (Calendar or Fiscal)
NUMBER_PER_FISCAL_YEAR NUMBER (15) Yes Number of periods per fiscal year
DESCRIPTION VARCHAR2 (240)
Accounting period type description
Query Text

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


SELECT USER_PERIOD_TYPE
,      PERIOD_TYPE
,      YEAR_TYPE_IN_NAME
,      NUMBER_PER_FISCAL_YEAR
,      DESCRIPTION
FROM APPS.GL_PERIOD_TYPES_V;

Dependencies

[top of page]

APPS.GL_PERIOD_TYPES_V references the following:

SchemaAPPS
SynonymGL_PERIOD_TYPES

APPS.GL_PERIOD_TYPES_V is not referenced by any database object