Search Results basic_rate




Overview

OKX_AST_CT_BK_DFS_V is a valid APPS-owned database view within the OKX – Contracts Integration product of Oracle E-Business Suite (12.1.1 and 12.2.2). Its documented purpose is to provide default depreciation rules based on asset category and book, and it is consumed by the Contracts Integration flow at the time an asset line is created. In practice, the view serves as a filtered, contract-facing projection of Oracle Assets category book defaults, allowing the OKX integration layer to derive the depreciation parameters that should be applied to a newly created asset line without querying the full FA_CATEGORY_BOOK_DEFAULTS table directly.

The view is particularly relevant to searches involving “bonus_rule,” because BONUS_RULE is one of the depreciation attributes it surfaces. Oracle Assets uses BONUS_RULE to associate a bonus depreciation rule with a category/book combination, and by exposing this column the OKX view lets contract-driven asset creation inherit that bonus rule automatically.

Underlying Base Objects

The view is defined over a single documented base object: FA_CATEGORY_BOOK_DEFAULTS, referenced through a SYNONYM in the APPS schema. FA_CATEGORY_BOOK_DEFAULTS is the Oracle Assets table that stores default depreciation attributes for each asset category and book pair, keyed logically by CATEGORY_ID and BOOK_TYPE_CODE along with effective start and end periods (START_DPIS, END_DPIS). OKX_AST_CT_BK_DFS_V does not introduce joins to additional tables; it is a direct projection of that table’s columns, aliased as FACBD in the view text. Because it rests on a synonym to the underlying FA table, the view inherits the standard Oracle Assets multi-organization and security behavior of that base object.

Key Columns

Common Use Cases and Queries

The principal scenario is defaulting depreciation attributes, including BONUS_RULE, when an asset line is created from a contract. A representative query returning the bonus rule and depreciation method for a category and book is:

  • SELECT category_id, book_type_code, start_dpis, end_dpis, life_in_months, deprn_method, bonus_rule FROM apps.okx_ast_ct_bk_dfs_v WHERE category_id = :p_category_id AND book_type_code = :p_book;
  • SELECT category_id, book_type_code, bonus_rule FROM apps.okx_ast_ct_bk_dfs_v WHERE bonus_rule IS NOT NULL; — identifies category/book combinations with an assigned bonus rule.
  • SELECT id1, id2, name, description, bonus_rule FROM apps.okx_ast_ct_bk_dfs_v WHERE category_id = :p_category_id; — retrieves the OKX-facing key and display columns alongside the bonus rule.

Additional uses include validating that a category/book has effective defaults for a given placed-in-service date, auditing the depreciation attributes that contract-created assets will inherit, and troubleshooting bonus depreciation discrepancies between a contract asset line and the Oracle Assets category setup.

  • View: OKX_AST_CT_BK_DFS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:OKX.OKX_AST_CT_BK_DFS_V,  object_name:OKX_AST_CT_BK_DFS_V,  status:VALID,  product: OKX - Contracts Integrationdescription: Provides default depreciation rules based on asset category and book. This view will be used to default depreciation rules at the time asset line creation. ,  implementation_dba_data: APPS.OKX_AST_CT_BK_DFS_V

  • View: OKX_AST_CT_BK_DFS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:OKX.OKX_AST_CT_BK_DFS_V,  object_name:OKX_AST_CT_BK_DFS_V,  status:VALID,  product: OKX - Contracts Integrationdescription: Provides default depreciation rules based on asset category and book. This view will be used to default depreciation rules at the time asset line creation. ,  implementation_dba_data: APPS.OKX_AST_CT_BK_DFS_V

  • View: OKX_ASSETS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:OKX.OKX_ASSETS_V,  object_name:OKX_ASSETS_V,  status:VALID,  product: OKX - Contracts Integrationdescription: Source View for Fixed Asset Line in Oracle Contracts for lease. ,  implementation_dba_data: APPS.OKX_ASSETS_V

  • View: OKX_ASSETS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:OKX.OKX_ASSETS_V,  object_name:OKX_ASSETS_V,  status:VALID,  product: OKX - Contracts Integrationdescription: Source View for Fixed Asset Line in Oracle Contracts for lease. ,  implementation_dba_data: APPS.OKX_ASSETS_V

  • 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 Integrationdescription: 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: 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 Integrationdescription: 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: OKX_ASSET_LINES_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:OKX.OKX_ASSET_LINES_V,  object_name:OKX_ASSET_LINES_V,  status:VALID,  product: OKX - Contracts Integrationdescription: This View is based on fixed asset line of Oracle Contracts for Lease contracts. Fixed asset line points to a fixed asset in Oracle Fixed Asset ,  implementation_dba_data: APPS.OKX_ASSET_LINES_V

  • View: OKX_ASSET_LINES_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:OKX.OKX_ASSET_LINES_V,  object_name:OKX_ASSET_LINES_V,  status:VALID,  product: OKX - Contracts Integrationdescription: This View is based on fixed asset line of Oracle Contracts for Lease contracts. Fixed asset line points to a fixed asset in Oracle Fixed Asset ,  implementation_dba_data: APPS.OKX_ASSET_LINES_V