[Home] [Help]
[Dependency Information]
Object Name: | GL_ALL_PERIOD_NAME_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.GL_ALL_PERIOD_NAME_VIEW is not referenced by any database object
|
|
|