[Home] [Help]
[Dependency Information]
Object Name: | GL_PERIOD_STATUSES_BUD_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERIOD_NAME | VARCHAR2 | (15) | Yes | Accounting period name |
BUDGET_VERSION_ID | NUMBER | (15) | Yes | Budget version defining column |
START_DATE | DATE | Yes | Date on which accounting period begins | |
END_DATE | DATE | Yes | Date on which accounting period ends | |
PERIOD_YEAR | NUMBER | (15) | Yes | Accounting period year |
PERIOD_NUM | NUMBER | (15) | Yes | Accounting period number |
QUARTER_NUM | NUMBER | (15) | Yes | Quarter number |
LEDGER_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_NAME
, BUDGET_VERSION_ID
, START_DATE
, END_DATE
, PERIOD_YEAR
, PERIOD_NUM
, QUARTER_NUM
, LEDGER_ID
FROM APPS.GL_PERIOD_STATUSES_BUD_V;
|
|
|