[Home] [Help]
[Dependency Information]
Object Name: | GL_AVGBAL_CALENDAR_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_SET_NAME | VARCHAR2 | (15) | Yes | Accounting calendar name |
USER_PERIOD_TYPE | VARCHAR2 | (15) | Yes | Calendar period type user defined name |
PERIOD_TYPE | VARCHAR2 | (15) | Yes | Accounting period type name |
MAX_DAYS | NUMBER | |||
USE_PRIVILEGE | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_SET_NAME
, USER_PERIOD_TYPE
, PERIOD_TYPE
, MAX_DAYS
, USE_PRIVILEGE
FROM APPS.GL_AVGBAL_CALENDAR_V;
APPS.GL_AVGBAL_CALENDAR_V is not referenced by any database object
|
|
|