DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.FIIBV_GL_BOOK_BOOK_LCV

Object Details
Object Name: FIIBV_GL_BOOK_BOOK_LCV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FIIBV_GL_BOOK_BOOK_LCV
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


FIIBV_GL_BOOK_BOOK_LCV is the base view for GL Book level of GL Book dimension


[View Source]

Columns
Name Datatype Length Mandatory Comments
BOOK_PK VARCHAR2 (81)
The unique identifier of the set of books
ALL_FK CHAR (3)
Foreign key to the top level of the set of books dimension
ACCT_PERIOD_TYPE VARCHAR2 (15) Yes Account period type
CHART_OF_ACCTS_ID NUMBER (15) Yes Chart of accounts identifier
CURRENCY_CODE VARCHAR2 (15) Yes Functional currency for the set of books
INSTANCE VARCHAR2 (40)
Instance identifier
MRC_SOB_TYPE_CODE VARCHAR2 (0)
MRC set of books type code
NAME VARCHAR2 (30) Yes Set of books name
GL_BOOK VARCHAR2 (30) Yes Set of books name
PERIOD_SET_NAME VARCHAR2 (15) Yes Calender used by the set of books
TRX_CALENDAR VARCHAR2 (40)
Identifier of transaction calendar for this set of books
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
_DF:JBK:_EDW CHAR (30)
This column is for internal use only
_DF:GBK:_EDW CHAR (30)
This column is for internal use only
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BOOK_PK
,      ALL_FK
,      ACCT_PERIOD_TYPE
,      CHART_OF_ACCTS_ID
,      CURRENCY_CODE
,      INSTANCE
,      MRC_SOB_TYPE_CODE
,      NAME
,      GL_BOOK
,      PERIOD_SET_NAME
,      TRX_CALENDAR
,      LAST_UPDATE_DATE
,      _DF:JBK:_EDW
,      _DF:GBK:_EDW
FROM APPS.FIIBV_GL_BOOK_BOOK_LCV;

Dependencies

[top of page]

APPS.FIIBV_GL_BOOK_BOOK_LCV references the following:

SchemaAPPS
PL/SQL PackageEDW_INSTANCE - show dependent code
ViewGL_SETS_OF_BOOKS
APPS.FIIBV_GL_BOOK_BOOK_LCV is referenced by following:

SchemaAPPS
ViewFII_GL_BOOK_BOOK_LCV