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


VIEW: APPS.FA_ALTERNATE_LEDGERS_V

Object Details
Object Name: FA_ALTERNATE_LEDGERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOFA.FA_ALTERNATE_LEDGERS_V
Subobject Name:
Status: VALID

View Type

A multiple reporting currency view


This shows the alternate ledgers associated with a depreciation or tax book.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes Ledger Identifier
ALT_BOOK_TYPE_CODE VARCHAR2 (30) Yes Book Type Code associaated with Alternate Currency
ALT_PRIMARY_LEDGER_ID NUMBER (15) Yes Primary Ledger Identifier associated with current Ledger Identifier
ALT_LEDGER VARCHAR2 (30) Yes Alternate Ledger Name
ALT_LEDGER_TYPE VARCHAR2 (9)
Alternate Ledger Type
ALT_CURRENCY VARCHAR2 (15) Yes
ALT_CHART_OF_ACCOUNTS VARCHAR2 (240)
Alternate Accounting Flexfield Structure
ALT_GL_POSTING_ALLOWED_FLAG VARCHAR2 (3)
Whether the posting is allowed to the General Ledger
ALT_ENABLED_FLAG VARCHAR2 (1) Yes Whether this combination is enabled
Query Text

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


SELECT LEDGER_ID
,      ALT_BOOK_TYPE_CODE
,      ALT_PRIMARY_LEDGER_ID
,      ALT_LEDGER
,      ALT_LEDGER_TYPE
,      ALT_CURRENCY
,      ALT_CHART_OF_ACCOUNTS
,      ALT_GL_POSTING_ALLOWED_FLAG
,      ALT_ENABLED_FLAG
FROM APPS.FA_ALTERNATE_LEDGERS_V;

Dependencies

[top of page]

APPS.FA_ALTERNATE_LEDGERS_V references the following:

SchemaAPPS
SynonymFA_MC_BOOK_CONTROLS
ViewFND_ID_FLEX_STRUCTURES_VL
SynonymGL_LEDGERS

APPS.FA_ALTERNATE_LEDGERS_V is not referenced by any database object