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


TABLE: JA.JA_AU_FA_BOOK_CONTROLS

Object Details
Object Name: JA_AU_FA_BOOK_CONTROLS
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JA_AU_FA_BOOK_CONTROLS
Subobject Name:
Status: VALID


JA_AU_FA_BOOK_CONTROLS contains a flag which is used to indicate if
a particular set of books has balancing charges enabled. This table
is associated with the Oracle Assets FA_BOOK_CONTROLS table using the
BOOK_TYPE_CODE column.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JA_AU_FA_BOOK_CONTROLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOK_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
BAL_CHARGE_ENABLED VARCHAR2 (3)
Flag used to indicate if balancing charges are enabled or disabled
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
BOOK_TYPE_CODE VARCHAR2 (30) Yes Book name
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

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


SELECT BAL_CHARGE_ENABLED
,      LAST_UPDATED_BY
,      BOOK_TYPE_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM JA.JA_AU_FA_BOOK_CONTROLS;

Dependencies

[top of page]

JA.JA_AU_FA_BOOK_CONTROLS does not reference any database object

JA.JA_AU_FA_BOOK_CONTROLS is referenced by following:

SchemaAPPS
SynonymJA_AU_FA_BOOK_CONTROLS