[Home] [Help]
[Dependency Information]
Object Name: | GL_PERIOD_NAMES_ALL_V |
---|---|
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 | (15) | Yes | Accounting period name |
START_DATE | DATE | Yes | Date on which accounting period begins | |
APPLICATION_ID | NUMBER | (15) | Yes | Application defining column |
LEDGER_ID | NUMBER | (15) | Yes | |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | |
CLOSING_STATUS | VARCHAR2 | (1) | Yes | |
END_DATE | DATE | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_NAME
, START_DATE
, APPLICATION_ID
, LEDGER_ID
, SET_OF_BOOKS_ID
, CLOSING_STATUS
, END_DATE
FROM APPS.GL_PERIOD_NAMES_ALL_V;
APPS.GL_PERIOD_NAMES_ALL_V is not referenced by any database object
|
|
|