Search Results book_type_name
Overview
APPS.PA_ASSET_BOOKS_LOV_V is a read-only database view registered in the Oracle E-Business Suite Applications (APPS) schema. Its name and structure indicate its function: it supplies the list of values (LOV) presented to the user when selecting an asset book within Oracle Projects. In aProjects context, users frequently must associate project-related costs, capital assets, or interface transactions with a specific depreciation book maintained in Oracle Assets. The view provides a pre-filtered, join-ready result set containing only valid, effective corporate books, together with the operating unit identifier required for multi-organization security. Because book selection is intrinsic to asset generation and capital project processing, this view serves as the authoritative lookup source for the book_type_name attribute. It abstracts the join between Oracle Assets book definitions and Oracle Projects implementation parameters so that forms, reports, and OA Framework pages do not need to replicate that logic. In EBS 12.1.1 and 12.2.2 the view is deployed identically, and customers are cautioned that because it is owned by APPS and defined over product tables, it should be treated as a public API-style artifact — queried but not modified.
Underlying Base Objects
As documented in the ETRM metadata, the view is defined over two referenced base objects, both accessed through APPS synonyms:
- FA_BOOK_CONTROLS — the Oracle Assets table that stores each depreciation book’s definition, including
BOOK_TYPE_CODE,BOOK_TYPE_NAME,BOOK_CLASS,SET_OF_BOOKS_ID, andDATE_INEFFECTIVE. - PA_IMPLEMENTATIONS — the Oracle Projects implementation table that records the set of books (ledger) and
ORG_IDunder which Projects is configured.
The join is performed on SET_OF_BOOKS_ID, ensuring the book list is constrained to the ledger in which Projects operates. Two further filters restrict the result: BOOK_CLASS = 'CORPORATE' excludes tax and budgetary books, and DATE_INEFFECTIVE IS NULL excludes books that have been end-dated. The resulting view therefore returns only currently active corporate books relevant to the installation.
Key Columns
- CODE — aliased from
FA_BOOK_CONTROLS.BOOK_TYPE_CODE. The internal identifier for the book, used as the stored foreign key value. - DESCRIPTION — aliased from
FA_BOOK_CONTROLS.BOOK_TYPE_NAME. This is the user-facing book name; it maps directly to thebook_type_namesearch term and is the display column of the LOV. - ORG_ID — sourced from
PA_IMPLEMENTATIONS.ORG_ID. Supports multi-organization access control so that only books belonging to the user’s operating unit are presented.
Common Use Cases and Queries
The primary use case is populating an asset book LOV and resolving a book name to its code. A typical lookup by name is:
SELECT code, description FROM apps.pa_asset_books_lov_v WHERE description = :book_type_name;
For validation or interface processing, a query listing all valid books for the current organization is common:
SELECT code, description FROM apps.pa_asset_books_lov_v WHERE org_id = :org_id ORDER BY description;
In integrations, the view is frequently joined to project asset lines or interface tables to translate a stored book code into a readable name. Because the view enforces the corporate-book and effective-date filters, it should be preferred over direct queries against FA_BOOK_CONTROLS whenever the requirement is to present a selection list rather than to inspect all book definitions.
-
VIEW: APPS.PA_ASSET_BOOKS_LOV_V
12.2.2
-
VIEW: APPS.PA_ASSET_BOOKS_LOV_V
12.1.1
-
View: FII_GL_BOOK_FA_BOOK_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_BOOK_FA_BOOK_LCV, object_name:FII_GL_BOOK_FA_BOOK_LCV, status:VALID, product: FII - Financial Intelligence , description: FII_GL_BOOK_FA_BOOK_LCV is the collection view for FA Book level of GL Book dimension , implementation_dba_data: APPS.FII_GL_BOOK_FA_BOOK_LCV ,
-
View: FII_GL_BOOK_FA_BOOK_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_GL_BOOK_FA_BOOK_LCV is the collection view for FA Book level of GL Book dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_GL_BOOK_FA_BOOK_LCV
12.1.1
-
APPS.OKL_AM_SYSTEM_PARAMS_PVT SQL Statements
12.1.1
-
APPS.OKL_AM_SYSTEM_PARAMS_PVT SQL Statements
12.2.2
-
VIEW: APPS.FABV_BOOKS
12.1.1
-
VIEW: FA.FA_BOOK_CONTROLS_HISTORY#
12.2.2
-
VIEW: APPS.OKX_ASST_BK_CONTROLS_V
12.1.1
-
VIEW: APPS.FABV_BOOKS
12.2.2
-
VIEW: APPS.FII_GL_BOOK_FA_BOOK_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_BOOK_FA_BOOK_LCV, object_name:FII_GL_BOOK_FA_BOOK_LCV, status:VALID,
-
View: FABV_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_BOOKS, object_name:FABV_BOOKS, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FABV_BOOKS ,
-
APPS.FII_GL_BOOK_M_C SQL Statements
12.1.1
-
View: FABV_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_BOOKS, object_name:FABV_BOOKS, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FABV_BOOKS ,
-
VIEW: APPS.OKX_ASST_BK_CONTROLS_V
12.2.2
-
TABLE: FII.EDW_GL_BOOK_FA_BOOK_LTC
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_GL_BOOK_FA_BOOK_LTC, object_name:EDW_GL_BOOK_FA_BOOK_LTC, status:VALID,
-
View: PA_ASSET_BOOKS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_BOOKS_LOV_V, object_name:PA_ASSET_BOOKS_LOV_V, status:VALID, product: PA - Projects , description: This view retrieves valid asset books for the current set of books. , implementation_dba_data: APPS.PA_ASSET_BOOKS_LOV_V ,
-
VIEW: FA.FA_BOOK_CONTROLS#
12.2.2
-
VIEW: APPS.FIIBV_GL_BOOK_FA_BOOK_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_GL_BOOK_FA_BOOK_LCV, object_name:FIIBV_GL_BOOK_FA_BOOK_LCV, status:VALID,
-
View: PA_ASSET_BOOKS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_BOOKS_LOV_V, object_name:PA_ASSET_BOOKS_LOV_V, status:VALID, product: PA - Projects , description: This view retrieves valid asset books for the current set of books. , implementation_dba_data: APPS.PA_ASSET_BOOKS_LOV_V ,
-
TABLE: FII.EDW_GL_BOOK_FA_BOOK_LSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_GL_BOOK_FA_BOOK_LSTG, object_name:EDW_GL_BOOK_FA_BOOK_LSTG, status:VALID,
-
VIEW: APPS.FABV_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_BOOKS, object_name:FABV_BOOKS, status:VALID,
-
View: FIIBV_GL_BOOK_FA_BOOK_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_GL_BOOK_FA_BOOK_LCV is the base view for FA Book level of GL Book dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FAFV_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_BOOKS, object_name:FAFV_BOOKS, status:VALID,
-
View: FIIBV_GL_BOOK_FA_BOOK_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_GL_BOOK_FA_BOOK_LCV, object_name:FIIBV_GL_BOOK_FA_BOOK_LCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_GL_BOOK_FA_BOOK_LCV is the base view for FA Book level of GL Book dimension , implementation_dba_data: APPS.FIIBV_GL_BOOK_FA_BOOK_LCV ,
-
View: OKX_ASST_BK_CONTROLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_BK_CONTROLS_V, object_name:OKX_ASST_BK_CONTROLS_V, status:VALID, product: OKX - Contracts Integration , description: Contains control information that is applicable to all assets in a depreciation book. , implementation_dba_data: APPS.OKX_ASST_BK_CONTROLS_V ,
-
View: OKX_ASST_BK_CONTROLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_BK_CONTROLS_V, object_name:OKX_ASST_BK_CONTROLS_V, status:VALID, product: OKX - Contracts Integration , description: Contains control information that is applicable to all assets in a depreciation book. , implementation_dba_data: APPS.OKX_ASST_BK_CONTROLS_V ,
-
View: FAFV_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_BOOKS, object_name:FAFV_BOOKS, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FAFV_BOOKS ,
-
View: FAFV_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_BOOKS, object_name:FAFV_BOOKS, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FAFV_BOOKS ,
-
TABLE: FA.FA_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID,
-
TABLE: FA.FA_BOOK_CONTROLS_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS_HISTORY, object_name:FA_BOOK_CONTROLS_HISTORY, status:VALID,
-
VIEW: FA.FA_BOOK_CONTROLS_HISTORY#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_BOOK_CONTROLS_HISTORY#, status:VALID,
-
PACKAGE: APPS.FA_FLEX_TYPE
12.1.1
-
PACKAGE: APPS.FA_FLEX_TYPE
12.2.2
-
VIEW: FA.FA_BOOK_CONTROLS#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_BOOK_CONTROLS#, status:VALID,
-
PACKAGE BODY: APPS.FII_GL_BOOK_M_C
12.1.1
-
APPS.FA_BOOK_CONTROLS_PKG SQL Statements
12.1.1
-
View: FA_BOOK_CONTROLS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOK_CONTROLS_MRC_V, object_name:FA_BOOK_CONTROLS_MRC_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_BOOK_CONTROLS_MRC_V ,
-
View: FA_BOOK_CONTROLS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOK_CONTROLS_MRC_V, object_name:FA_BOOK_CONTROLS_MRC_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_BOOK_CONTROLS_MRC_V ,
-
VIEW: APPS.FA_BOOK_CONTROLS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOK_CONTROLS_MRC_V, object_name:FA_BOOK_CONTROLS_MRC_V, status:VALID,
-
VIEW: APPS.FAFV_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_BOOKS, object_name:FAFV_BOOKS, status:VALID,
-
VIEW: APPS.FABV_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_BOOKS, object_name:FABV_BOOKS, status:VALID,
-
APPS.FA_BOOK_CONTROLS_PKG SQL Statements
12.2.2
-
APPS.FA_CACHE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FA_BOOK_CONTROLS_PKG
12.1.1
-
TABLE: FA.FA_BOOK_CONTROLS_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS_HISTORY, object_name:FA_BOOK_CONTROLS_HISTORY, status:VALID,
-
VIEW: APPS.FA_BOOK_CONTROLS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOK_CONTROLS_MRC_V, object_name:FA_BOOK_CONTROLS_MRC_V, status:VALID,
-
PACKAGE BODY: APPS.FA_BOOK_CONTROLS_PKG
12.2.2
-
PACKAGE BODY: APPS.OKL_AM_SYSTEM_PARAMS_PVT
12.1.1