[Home] [Help]
[Dependency Information]
Object Name: | GLFV_GL_ACCOUNTING_CALENDARS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
General Ledger accounting calendars define fiscal years and consist of groups of General Ledger Periods.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACCOUNTING_CALENDAR | VARCHAR2 | (15) | Yes | Accounting calendar name |
DESCRIPTION | VARCHAR2 | (240) | Accounting calendar description | |
_DF | CHAR | (47) |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNTING_CALENDAR
, DESCRIPTION
, _DF
FROM APPS.GLFV_GL_ACCOUNTING_CALENDARS;
APPS.GLFV_GL_ACCOUNTING_CALENDARS is not referenced by any database object
|
|
|