Search Results book_class
Overview
APPS.OKX_ASST_BK_CONTROLS_V is a reporting view in Oracle E-Business Suite that exposes the asset book control information stored in the Fixed Assets (FA) module. Despite the OKX (Oracle Contracts) naming prefix, the view is defined entirely over the FA_BOOK_CONTROLS table, which is the definitive repository for depreciation book configuration within Oracle Assets. The view presents one row per asset book and is primarily intended to support reporting, integration, and data-mapping scenarios in which book-level controls must be surfaced through a stable, denormalized interface. It is available in both EBS 12.1.1 and 12.2.2, and the documented metadata for 12.2.2 confirms the same SELECT structure.
The view includes the column FULLY_RESERVED_FLAG, which is the field most frequently sought by users. This flag indicates whether a book is designated to hold fully reserved assets, a control that affects how Oracle Assets treats assets whose net book value has reached their salvage value.
Underlying Base Objects
The view is defined over a single documented base object: FA_BOOK_CONTROLS (referenced through a synonym). No joins, unions, or aggregations are applied; the view is a straightforward projection that renames and, in a few cases, transforms columns from the underlying table. Because it reads directly from FA_BOOK_CONTROLS, data returned by the view reflects the live book configuration at query time and carries no separate persistence of its own. The relationship is strictly one-to-one: each FA_BOOK_CONTROLS row maps to exactly one view row.
Key Columns
- BOOK_TYPE_CODE / ID1 — The unique identifier of the asset book, exposed under both the ID1 alias and the original column name.
- BOOK_TYPE_NAME — The descriptive name of the book, presented as DESCRIPTION.
- SET_OF_BOOKS_ID — The general ledger set of books associated with the asset book.
- START_DATE_ACTIVE / END_DATE_ACTIVE — Mapped from INITIAL_DATE and DATE_INEFFECTIVE, defining the active window of the book.
- STATUS — A derived column computed with a DECODE over SYSDATE against the initial and ineffective dates. Returns 'I' for inactive and 'A' for active.
- FULLY_RESERVED_FLAG — Indicates whether the book permits or targets fully reserved assets.
- AMORTIZE_FLAG — Controls whether amortization is applied within the book.
- DEPRN_CALENDAR — The depreciation calendar assigned to the book.
- BOOK_CLASS — Classifies the book (for example, corporate or tax).
- MASS_COPY_SOURCE_BOOK — The source book used for mass copy operations.
- LAST_DEPRN_RUN_DATE — The date of the most recent depreciation run.
- ALLOW_MASS_CHANGES, ALLOW_MASS_COPY, ALLOW_PURGE_FLAG, ALLOW_REVAL_FLAG — Boolean controls governing permitted book-level operations.
- PRIMARY_UOM_CODE — Exposed as NULL in the view definition.
Common Use Cases and Queries
The view is commonly used to list active books, confirm book-control settings during implementations, and drive integrations that require book metadata. A typical query to inspect fully reserved books is:
SELECT book_type_code, name, status, fully_reserved_flag, deprn_calendar FROM apps.okx_asst_bk_controls_v WHERE fully_reserved_flag = 'Y';
To list only currently active books:
SELECT book_type_code, name, set_of_books_id, last_deprn_run_date FROM apps.okx_asst_bk_controls_v WHERE status = 'A' ORDER BY book_type_code;
Because the view is a thin projection of FA_BOOK_CONTROLS, it should be treated as read-only reference data; modifications must be performed through the Fixed Assets application or directly against the base table under controlled conditions.
-
VIEW: APPS.OKX_ASST_BK_CONTROLS_V
12.1.1
-
VIEW: APPS.OKX_ASST_BK_CONTROLS_V
12.2.2
-
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 ,
-
APPS.OKL_AM_SYSTEM_PARAMS_PVT SQL Statements
12.1.1
-
APPS.OKL_AM_SYSTEM_PARAMS_PVT SQL Statements
12.2.2
-
View: OKL_SEC_BUYBACK_CONTRACTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Securitized buyback contracts UI view , implementation_dba_data: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV ,
-
View: OKL_SO_PLAN_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_PLAN_SUMMARY_UV, object_name:OKL_SO_PLAN_SUMMARY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Used to display Plan Summary information on the Quote Details screen , implementation_dba_data: APPS.OKL_SO_PLAN_SUMMARY_UV ,
-
View: OKL_SO_PLAN_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_PLAN_SUMMARY_UV, object_name:OKL_SO_PLAN_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , description: Used to display Plan Summary information on the Quote Details screen , implementation_dba_data: APPS.OKL_SO_PLAN_SUMMARY_UV ,
-
APPS.FA_CUA_ASSET_APIS SQL Statements
12.1.1
-
PACKAGE: APPS.FA_FAS445_XMLP_PKG
12.1.1
-
PACKAGE: APPS.FA_FAS445_XMLP_PKG
12.2.2
-
APPS.FA_CUA_ASSET_APIS SQL Statements
12.2.2
-
View: OKL_SEC_BUYBACK_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Securitized buyback contracts UI view , implementation_dba_data: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV ,
-
VIEW: APPS.FABV_BOOKS
12.1.1
-
VIEW: APPS.OKL_SO_PLAN_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_PLAN_SUMMARY_UV, object_name:OKL_SO_PLAN_SUMMARY_UV, status:VALID,
-
View: OKL_ASSET_DEPRN_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_DEPRN_UV, object_name:OKL_ASSET_DEPRN_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_ASSET_DEPRN_UV ,
-
VIEW: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID,
-
VIEW: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID,
-
VIEW: APPS.FABV_BOOKS
12.2.2
-
VIEW: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV
12.2.2
-
View: OKL_ASSET_DEPRN_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_DEPRN_UV, object_name:OKL_ASSET_DEPRN_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_ASSET_DEPRN_UV ,
-
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 ,
-
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: OKX_AST_BKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_AST_BKS_V, object_name:OKX_AST_BKS_V, status:VALID, product: OKX - Contracts Integration , description: This view retrieves details of all the assets in all the books fro Oracle Fixed Assets. , implementation_dba_data: APPS.OKX_AST_BKS_V ,
-
VIEW: APPS.FA_BOOKS_BOOK_CONTROLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_BOOK_CONTROLS_V, object_name:FA_BOOKS_BOOK_CONTROLS_V, status:VALID,
-
View: OKX_AST_BKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_AST_BKS_V, object_name:OKX_AST_BKS_V, status:VALID, product: OKX - Contracts Integration , description: This view retrieves details of all the assets in all the books fro Oracle Fixed Assets. , implementation_dba_data: APPS.OKX_AST_BKS_V ,
-
VIEW: APPS.FA_BOOKS_BK_CNTRL_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_BK_CNTRL_WEB_V, object_name:FA_BOOKS_BK_CNTRL_WEB_V, status:VALID,
-
VIEW: APPS.OKL_ASSET_DEPRN_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_DEPRN_UV, object_name:OKL_ASSET_DEPRN_UV, status:VALID,
-
VIEW: APPS.OKL_ASSET_DEPRN_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_DEPRN_UV, object_name:OKL_ASSET_DEPRN_UV, status:VALID,
-
VIEW: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV
12.1.1
-
VIEW: APPS.OKL_SO_PLAN_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_PLAN_SUMMARY_UV, object_name:OKL_SO_PLAN_SUMMARY_UV, status:VALID,
-
VIEW: APPS.FA_BOOKS_BOOK_CONTROLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_BOOK_CONTROLS_V, object_name:FA_BOOKS_BOOK_CONTROLS_V, status:VALID,
-
VIEW: APPS.OKL_SO_PLAN_SUMMARY_UV
12.1.1
-
VIEW: APPS.OKL_SO_PLAN_SUMMARY_UV
12.2.2
-
VIEW: FA.FA_BOOK_CONTROLS#
12.2.2
-
View: OKL_EBIZ_KHEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EBIZ_KHEADERS_V, object_name:OKL_EBIZ_KHEADERS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Find grid for eBusiness Integration.This grid is shown of Contracts tab in eBusiness,Purpose of this view is to filter out lease contracts,based on subclass_code='LEASE' , implementation_dba_data: APPS.OKL_EBIZ_KHEADERS_V ,
-
APPS.FAFLEX_PKG_WF SQL Statements
12.1.1
-
View: OKL_EBIZ_KHEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EBIZ_KHEADERS_V, object_name:OKL_EBIZ_KHEADERS_V, status:VALID, product: OKL - Lease and Finance Management , description: Find grid for eBusiness Integration.This grid is shown of Contracts tab in eBusiness,Purpose of this view is to filter out lease contracts,based on subclass_code='LEASE' , implementation_dba_data: APPS.OKL_EBIZ_KHEADERS_V ,
-
APPS.FAFLEX_PKG_WF SQL Statements
12.2.2
-
VIEW: APPS.OKX_AST_BKS_V
12.2.2
-
View: OKL_LIKE_KIND_EXCHANGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LIKE_KIND_EXCHANGE_V, object_name:OKL_LIKE_KIND_EXCHANGE_V, status:VALID, product: OKL - Lease and Finance Management , description: OKL_LINE_KIND_EXCHANGE_V will retrieve data necessary for performing Like Kind Exchange. , implementation_dba_data: APPS.OKL_LIKE_KIND_EXCHANGE_V ,
-
VIEW: APPS.OKX_AST_BKS_V
12.1.1
-
View: OKL_LIKE_KIND_EXCHANGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LIKE_KIND_EXCHANGE_V, object_name:OKL_LIKE_KIND_EXCHANGE_V, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_LINE_KIND_EXCHANGE_V will retrieve data necessary for performing Like Kind Exchange. , implementation_dba_data: APPS.OKL_LIKE_KIND_EXCHANGE_V ,
-
VIEW: APPS.OKL_ASSET_DEPRN_UV
12.1.1
-
VIEW: APPS.OKL_ASSET_DEPRN_UV
12.2.2
-
View: FA_BOOKS_BOOK_CONTROLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_BOOK_CONTROLS_V, object_name:FA_BOOKS_BOOK_CONTROLS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_BOOKS_BOOK_CONTROLS_V ,
-
VIEW: APPS.OKL_EBIZ_KHEADERS_V
12.1.1
-
VIEW: APPS.FA_BOOKS_BK_CNTRL_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_BK_CNTRL_WEB_V, object_name:FA_BOOKS_BK_CNTRL_WEB_V, status:VALID,
-
APPS.FA_REC_PVT_PKG3 SQL Statements
12.1.1