[Home] [Help]
[Dependency Information]
| Object Name: | GL_CONS_BUDGET_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_CONS_BUDGET_PERIODS_V
|
| 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 | (80) | ||
| PERIOD_YEAR | NUMBER | |||
| PERIOD_NUM | NUMBER | |||
| BUDGET_VERSION_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_NAME
, PERIOD_YEAR
, PERIOD_NUM
, BUDGET_VERSION_ID
FROM APPS.GL_CONS_BUDGET_PERIODS_V;
APPS
GL_LOOKUPS
GL_PERIOD_STATUSES_BUD_V
APPS.GL_CONS_BUDGET_PERIODS_V is not referenced by any database object
|
|
|
|