Search Results fa_additions_non_sec_vl
Overview
The FA_ADDITIONS_NON_SEC_VL view is a security-stripped, language-enabled reporting view owned by the APPS schema in the Oracle E-Business Suite Fixed Assets (OFA) module. In Release 12.1.1 and 12.2.2 it exposes the descriptive and financial-attribute columns of capital and CIP asset additions without imposing the row-level organization security that governs the operational concurrent programs and forms. The view is defined over the FA_ADDITIONS_B and FA_ADDITIONS_TL synonyms, presenting a single denormalized result set in which each asset appears exactly once.
Because the view is not organization-secure, it is intended for reporting, data extraction, and integration scenarios where the caller is already authorized to read the full asset book — for example, corporate roll-up reports, custom OBIEE or Discoverer datasets, and outbound interfaces feeding a data warehouse. It is not a substitute for the security-enabled FA_ADDITIONS_VL view used by the standard Fixed Assets forms, and privileges to query it should be granted deliberately within custom applications.
Underlying Base Objects
The view is defined over two documented base objects:
- FA_ADDITIONS_B — the base table holding the non-translatable asset attributes such as ASSET_ID, ASSET_NUMBER, ASSET_KEY_CCID, PARENT_ASSET_ID, TAG_NUMBER, SERIAL_NUMBER, and the ATTRIBUTE1 through ATTRIBUTE30 flexfield columns. In the view text this table is aliased as B and supplies the ROWID as ROW_ID along with the majority of the columns.
- FA_ADDITIONS_TL — the translation table holding the language-specific asset DESCRIPTION. In the view text this table is aliased as T; the join yields the DESCRIPTION column in the session's current language.
The view joins FA_ADDITIONS_B to FA_ADDITIONS_TL on ASSET_ID, so one row of FA_ADDITIONS_B is matched to the corresponding translated row in FA_ADDITIONS_TL. Because both source objects are referenced through APPS synonyms, the view resolves to the FA schema objects at runtime while remaining selectable by any user granted the appropriate APPS synonym and view privileges.
Key Columns
The projected columns fall into several functional groups:
- Identification — ROW_ID (the base row identifier), ASSET_ID (unique asset identifier), ASSET_NUMBER (system or user-assigned number), and ASSET_KEY_CCID (the asset clearing/cost account key flexfield combination).
- Hierarchy — PARENT_ASSET_ID identifies the parent asset when the row represents a child or component of a parent/child structure. The column the user searched for, PARENT_ASSET_ID, is central to reconstructing parent-child asset relationships.
- Classification — ASSET_TYPE, ASSET_CATEGORY_ID, PROPERTY_TYPE_CODE, PROPERTY_1245_1250_CODE, OWNED_LEASED, and NEW_USED describe the asset's category and tax/ownership classification.
- Descriptive attributes — TAG_NUMBER, MANUFACTURER_NAME, SERIAL_NUMBER, MODEL_NUMBER, CURRENT_UNITS, and the translated DESCRIPTION.
- Flags — IN_USE_FLAG, UNIT_ADJUSTMENT_FLAG, and ADD_COST_JE_FLAG indicate operational and accounting state.
- Descriptive flexfields — ATTRIBUTE_CATEGORY_CODE, CONTEXT, ATTRIBUTE1 through ATTRIBUTE30, and GLOBAL_ATTRIBUTE1 onward support customer-defined extensions.
- Audit and reference — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATED_BY, CREATION_DATE, LAST_UPDATE_LOGIN, and LEASE_ID.
Common Use Cases and Queries
Typical uses include asset master extracts, parent-child hierarchy reporting, and feeding downstream systems. A simple retrieval of asset identity and description:
SELECT asset_id, asset_number, tag_number, description FROM apps.fa_additions_non_sec_vl;
To identify children of a given parent asset, filtering on the searched column:
SELECT asset_id, asset_number, parent_asset_id FROM apps.fa_additions_non_sec_vl WHERE parent_asset_id = :parent_asset_id;
To list additions missing a description or to walk the hierarchy with a self-join:
SELECT c.asset_number, p.asset_number AS parent_number FROM apps.fa_additions_non_sec_vl c JOIN apps.fa_additions_non_sec_vl p ON c.parent_asset_id = p.asset_id;
Because the view is security-stripped and language-enabled, results reflect all assets in the environment and the DESCRIPTION returned matches the session language, making it well suited to reporting and integration rather than transactional processing.
-
View: FA_ADDITIONS_NON_SEC_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_NON_SEC_VL, object_name:FA_ADDITIONS_NON_SEC_VL, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_ADDITIONS_NON_SEC_VL ,
-
View: FA_ADDITIONS_NON_SEC_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_NON_SEC_VL, object_name:FA_ADDITIONS_NON_SEC_VL, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_ADDITIONS_NON_SEC_VL ,
-
VIEW: APPS.FA_FUTURE_MASS_ADDITIONS_V
12.1.1
-
VIEW: APPS.FA_FUTURE_MASS_ADDITIONS_V
12.2.2
-
View: FA_FUTURE_MASS_ADDITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FUTURE_MASS_ADDITIONS_V, object_name:FA_FUTURE_MASS_ADDITIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_FUTURE_MASS_ADDITIONS_V ,
-
SYNONYM: APPS.FA_ADDITIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_TL, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_TL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: FA_FUTURE_MASS_ADDITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FUTURE_MASS_ADDITIONS_V, object_name:FA_FUTURE_MASS_ADDITIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_FUTURE_MASS_ADDITIONS_V ,
-
VIEW: APPS.FA_MASS_ADDITIONS_V
12.2.2
-
VIEW: APPS.FA_MASS_ADDITIONS_V
12.1.1
-
VIEW: APPS.FA_ADDITIONS_NON_SEC_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_NON_SEC_VL, object_name:FA_ADDITIONS_NON_SEC_VL, status:VALID,
-
VIEW: APPS.FA_FUTURE_MASS_ADDITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FUTURE_MASS_ADDITIONS_V, object_name:FA_FUTURE_MASS_ADDITIONS_V, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_B, status:VALID,
-
VIEW: APPS.FA_ADDITIONS_NON_SEC_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_NON_SEC_VL, object_name:FA_ADDITIONS_NON_SEC_VL, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_B, status:VALID,
-
VIEW: APPS.FA_FUTURE_MASS_ADDITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FUTURE_MASS_ADDITIONS_V, object_name:FA_FUTURE_MASS_ADDITIONS_V, status:VALID,
-
View: FA_MASS_ADDITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_ADDITIONS_V, object_name:FA_MASS_ADDITIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_MASS_ADDITIONS_V ,
-
View: FA_MASS_ADDITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_ADDITIONS_V, object_name:FA_MASS_ADDITIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_MASS_ADDITIONS_V ,
-
VIEW: APPS.FA_MASS_ADDITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_ADDITIONS_V, object_name:FA_MASS_ADDITIONS_V, status:VALID,
-
VIEW: APPS.FA_MASS_ADDITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_ADDITIONS_V, object_name:FA_MASS_ADDITIONS_V, status:VALID,
-
eTRM - OFA Tables and Views
12.2.2
-
eTRM - OFA Tables and Views
12.1.1
-
eTRM - OFA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OFA Tables and Views
12.2.2