[Home] [Help]
[Dependency Information]
| Object Name: | GL_PERIODS_AND_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_PERIODS_AND_TYPES_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_SET_NAME | VARCHAR2 | (15) | Yes | |
| USER_PERIOD_TYPE | VARCHAR2 | (15) | Yes | |
| PERIOD_TYPE | VARCHAR2 | (15) | Yes | |
| MAX_DAYS | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_SET_NAME
, USER_PERIOD_TYPE
, PERIOD_TYPE
, MAX_DAYS
FROM APPS.GL_PERIODS_AND_TYPES_V;
APPS
GL_PERIODS
GL_PERIOD_TYPES
APPS.GL_PERIODS_AND_TYPES_V is not referenced by any database object
|
|
|
|