Search Results property_type_code
Overview
APPS.FEM_PROPTYPES_PKG is the property type maintenance package within the Oracle Enterprise Taxonomy and Reference Model (ETRM) subsystem of Oracle E-Business Suite. ETRM provides the reference data foundation used by Oracle Financial Services and related analytical applications, defining the hierarchies, members, and classifications that drive balances, reporting, and consolidation. The property_type_code identifier supported by this package represents the key column of the property type reference data: a property type classifies attributes assigned to financial or analytical members, controlling whether those attributes are enabled, personal (user-defined), or read-only.
The package body provides the standard Oracle Forms-generated data maintenance API pattern: insert, lock, update, delete, and translation management for the underlying base and translation tables. It is classified as an OTHER API in ETRM 12.1.1 and is referenced by three other packages, indicating that property type rows may be seeded or consumed programmatically by dependent ETRM components during setup and administration.
Key Procedures and Functions
The documented package exposes six procedures:
- INSERT_ROW — Creates a new property type. It inserts the base-language row into FEM_PROPTYPES_B, including the enabled, personal, and read-only flags, object version number, and WHO audit columns, then inserts the translatable description and name into FEM_PROPTYPES_TL for every installed language, and returns the new ROWID to the caller.
- LOCK_ROW — Acquires a row-level lock against the property type so that a form or calling process can perform a read-modify-write cycle without concurrency conflicts.
- UPDATE_ROW — Modifies the attributes and descriptive fields of an existing property type across both the base and translation tables.
- DELETE_ROW — Removes a property type and its associated translation rows.
- ADD_LANGUAGE — Inserts translation rows for a newly installed language, propagating existing property type definitions so they remain available to users of that language.
- TRANSLATE_ROW — Updates the translatable name and description of a property type for a specific language, without altering the base record.
Tables Accessed
Three tables are referenced through APPS synonyms:
- FEM_PROPTYPES_B — The base table holding operational, language-independent property type attributes. INSERT_ROW writes here, and the package's cursor reads ROWID from this table to return the new row identifier.
- FEM_PROPTYPES_TL — The translation table storing language-specific property type name and description. INSERT_ROW populates it for all installed languages by querying FND_LANGUAGES, and it is the target of ADD_LANGUAGE and TRANSLATE_ROW.
- FND_LANGUAGES — The Oracle Application Object Library language registry. INSERT_ROW joins to it, selecting only languages with INSTALLED_FLAG in ('I','B'), and uses
USERENV('LANG')to set SOURCE_LANG so that the correct translation source is recorded.
Usage Notes
FEM_PROPTYPES_PKG is characteristically invoked from the ETRM property type maintenance form, where Oracle Forms calls INSERT_ROW, UPDATE_ROW, DELETE_ROW, and LOCK_ROW in response to user actions. ADD_LANGUAGE is normally executed by the language installation utilities, such as the multilingual installation or NLS upgrade process, whenever a new language is enabled. TRANSLATE_ROW is used by the translation entry form and by translation-upload concurrent programs. Custom code should avoid direct DML against FEM_PROPTYPES_B and FEM_PROPTYPES_TL and instead call these procedures to ensure object version numbers, WHO audit columns, and translation rows remain consistent. Because other ETRM packages depend on the property type reference data, new values should be created through INSERT_ROW before any dependent configuration references the property_type_code.
-
APPS.FEM_PROPTYPES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FEM_PROPTYPES_PKG
12.1.1
-
TABLE: FEM.FEM_PROPTYPES_PRIV
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_PROPTYPES_PRIV, status:VALID,
-
VIEW: APPS.FA_CATEGORIES_B_KFV
12.2.2
-
VIEW: FA.FA_CATEGORIES_B#
12.2.2
-
VIEW: FA.FA_ADDITIONS_B#
12.2.2
-
TABLE: FEM.FEM_PROPTYPES_TL
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_PROPTYPES_TL, status:VALID,
-
VIEW: APPS.FABV_ASSETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSETS, object_name:FABV_ASSETS, status:VALID,
-
View: CZ_NODE_ALL_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_ALL_PROPERTIES_V ,
-
TABLE: FEM.FEM_PROPTYPES_B
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_PROPTYPES_B, status:VALID,
-
View: CZ_NODE_ALL_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_NODE_ALL_PROPERTIES_V ,
-
VIEW: APPS.FA_CATEGORIES_B_KFV
12.1.1
-
View: OKX_ASST_CATGRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_CATGRS_V, object_name:OKX_ASST_CATGRS_V, status:VALID, product: OKX - Contracts Integration , description: Contains information about all the asset categories , implementation_dba_data: APPS.OKX_ASST_CATGRS_V ,
-
VIEW: APPS.CZ_NODE_ALL_PROPERTIES_V
12.1.1
-
VIEW: APPS.CZ_NODE_ALL_PROPERTIES_V
12.2.2
-
VIEW: APPS.FABV_ASSETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSETS, object_name:FABV_ASSETS, status:VALID,
-
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 Integration , description: 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 Integration , description: Source View for Fixed Asset Line in Oracle Contracts for lease. , implementation_dba_data: APPS.OKX_ASSETS_V ,
-
VIEW: APPS.CZ_NODE_ALL_PROPERTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID,
-
VIEW: APPS.CZ_NODE_ALL_PROPERTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_NODE_ALL_PROPERTIES_V, object_name:CZ_NODE_ALL_PROPERTIES_V, status:VALID,
-
VIEW: APPS.FAFV_ASSETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSETS, object_name:FAFV_ASSETS, status:VALID,
-
VIEW: APPS.OKX_ASSETS_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.OKL_TAX_BK_TRX_ASSTS_V
12.2.2
-
VIEW: APPS.FAFV_ASSETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSETS, object_name:FAFV_ASSETS, status:VALID,
-
View: OKX_ASST_CATGRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_CATGRS_V, object_name:OKX_ASST_CATGRS_V, status:VALID, product: OKX - Contracts Integration , description: Contains information about all the asset categories , implementation_dba_data: APPS.OKX_ASST_CATGRS_V ,
-
View: OKL_VIEW_TRX_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VIEW_TRX_ASSETS_V, object_name:OKL_VIEW_TRX_ASSETS_V, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view to view asset level accounting transactions , implementation_dba_data: APPS.OKL_VIEW_TRX_ASSETS_V ,
-
VIEW: APPS.OKX_ASST_CATGRS_V
12.2.2
-
VIEW: APPS.IEX_AVAILABLE_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_AVAILABLE_ASSETS_V, status:VALID,
-
VIEW: APPS.FA_ASSET_MAINT_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_MAINT_VIEW, object_name:FA_ASSET_MAINT_VIEW, status:VALID,
-
VIEW: APPS.FA_CATEGORIES_B_KFV
12.1.1
owner:APPS, object_type:VIEW, object_name:FA_CATEGORIES_B_KFV, status:VALID,
-
VIEW: APPS.FEM_PROPTYPES_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:FEM_PROPTYPES_VL, status:VALID,
-
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 Integration , description: 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: FA.FA_MASS_ADDITIONS#
12.2.2
-
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_CATEGORIES_B_KFV
12.2.2
owner:APPS, object_type:VIEW, object_name:FA_CATEGORIES_B_KFV, status:VALID,
-
VIEW: APPS.FA_TRANSFER_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSFER_INVOICES_V, object_name:FA_TRANSFER_INVOICES_V, status:VALID,
-
VIEW: APPS.IEX_REPOS_AVAIL_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_REPOS_AVAIL_ASSETS_UV, status:VALID,
-
VIEW: APPS.FA_LEASES_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_LEASES_WEB_V, object_name:FA_LEASES_WEB_V, status:VALID,
-
View: FA_ADDITIONS_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_WEB_V, object_name:FA_ADDITIONS_WEB_V, status:VALID, product: OFA - Assets , description: Contains asset identification information , implementation_dba_data: APPS.FA_ADDITIONS_WEB_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 Integration , description: 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: APPS.OKL_TAX_BK_ASSETS_V
12.2.2
-
VIEW: APPS.OKL_TAX_BK_TRX_ASSTS_V
12.1.1
-
VIEW: APPS.OKX_ASSETS_V
12.1.1
-
View: FAFV_ASSETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSETS, object_name:FAFV_ASSETS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSETS ,
-
VIEW: APPS.OKX_ASST_CATGRS_V
12.1.1
-
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: OKL_VIEW_TRX_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VIEW_TRX_ASSETS_V, object_name:OKL_VIEW_TRX_ASSETS_V, status:VALID, product: OKL - Lease and Finance Management , description: User interface view to view asset level accounting transactions , implementation_dba_data: APPS.OKL_VIEW_TRX_ASSETS_V ,
-
View: FABV_ASSETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSETS, object_name:FABV_ASSETS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSETS ,
-
View: OKL_ASSET_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_LINES_ALL_V, object_name:OKL_ASSET_LINES_ALL_V, status:VALID, product: OKL - Lease and Finance Management , description: View based on fixed asset line in Oracle Contracts for Lease 'LEASE' contracts. Fixed asset line in OKL points to a fixed asset(asset_id) in Oracle FA.Also this view shows asset for loan type of contracts. , implementation_dba_data: APPS.OKL_ASSET_LINES_ALL_V ,