Search Results jl_co_fa_appraisals
Overview
The JL_CO_FA_APPRAISALS table resides in the JL schema and belongs to the JL – Latin America Localizations product family within Oracle E-Business Suite 12.1.1 and 12.2.2. It stores information about the technical appraisal header, which is the parent record for asset appraisal activities used primarily by Colombian fixed asset localization functionality (avalúo técnico). Each row represents a single appraisal event, capturing when the appraisal occurred, who performed it, and the currency and fiscal context in which it was executed.
The object is documented as VALID and carries 35 columns in the ETRM 12.2.2 physical schema. Based on the foreign key topology mined from the metadata, this table exhibits hub-leaning characteristics in a Data Vault modeling sense: it holds a stable business key (APPRAISAL_ID) referenced by satellite-like dependent tables rather than acting as a transactional link. This classification is a heuristic suggestion and should be validated against the actual business key semantics before applying Data Vault design.
Key Information Stored
The table is anchored by the surrogate primary key APPRAISAL_ID, enforced by JL_CO_FA_APPRAISALS_PK. A unique index, JL_CO_FA_APPRAISALS_U1, is also defined on APPRAISAL_ID, making it the documented business-key candidate as well as the technical identifier.
APPRAISAL_DATE– the effective date of the technical appraisal.CURRENCY_CODE– the currency in which appraised values are expressed; validated againstFND_CURRENCIES.FISCAL_YEAR– the fiscal year associated with the appraisal event.APPRAISAL_STATUS– lifecycle status of the appraisal header.APPRAISER_NAME,APPRAISER_ADDRESS1,APPRAISER_ADDRESS2,APPRAISER_CITY,APPRAISER_PHONE– identifying and contact details for the appraiser.ATTRIBUTE_CATEGORYandATTRIBUTE1throughATTRIBUTE15– the standard EBS descriptive flexfield (DFF) columns for extension attributes.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN– the standard WHO audit columns.REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE– concurrent program audit columns indicating which request created or last updated the record.
Common Use Cases and Queries
Typical reporting scenarios include listing appraisals by fiscal year, tracing which assets were appraised during a given event, and auditing who executed or last modified an appraisal record. A representative join against the child books table retrieves appraisal headers with their book-level detail:
- Appraisal header lookup:
SELECT appraisal_id, appraisal_date, currency_code, fiscal_year, appraisal_status FROM jl_co_fa_appraisals WHERE fiscal_year = :year; - Header-to-book join:
SELECT a.appraisal_id, a.appraisal_date, b.* FROM jl_co_fa_appraisals a, jl_co_fa_appraisal_books b WHERE a.appraisal_id = b.appraisal_id; - Asset linkage:
SELECT a.appraisal_id, x.asset_id FROM jl_co_fa_appraisals a, jl_co_fa_asset_apprs x WHERE a.appraisal_id = x.appraisal_id; - Appraiser activity audit grouped by
APPRAISER_NAMEandAPPRAISAL_STATUS. - Concurrent program traceability using
REQUEST_IDandPROGRAM_ID.
Related Objects
The following documented relationships are most significant for joins and dependency analysis:
JL_CO_FA_APPRAISAL_BOOKS– child table joined viaAPPRAISAL_ID; holds book-level appraisal lines.JL_CO_FA_ASSET_APPRS– child table joined viaAPPRAISAL_ID; links appraisals to individual assets.FND_CURRENCIES– referenced throughCURRENCY_CODEfor currency validation and description lookup.- Standard EBS FND audit and concurrent manager views referencing
CREATED_BY,LAST_UPDATED_BY, andREQUEST_ID.
-
Table: JL_CO_FA_APPRAISALS
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_APPRAISALS, object_name:JL_CO_FA_APPRAISALS, status:VALID, product: JL - Latin America Localizations , description: Information about the technical appraisal header , implementation_dba_data: JL.JL_CO_FA_APPRAISALS ,
-
Table: JL_CO_FA_APPRAISALS
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_APPRAISALS, object_name:JL_CO_FA_APPRAISALS, status:VALID, product: JL - Latin America Localizations , description: Information about the technical appraisal header , implementation_dba_data: JL.JL_CO_FA_APPRAISALS ,
-
APPS.JL_CO_FA_TA_LOAD_PKG SQL Statements
12.1.1
-
APPS.JL_CO_FA_TA_LOAD_PKG SQL Statements
12.2.2
-
APPS.JL_JLCOFAAR_XMLP_PKG SQL Statements
12.1.1
-
APPS.JL_CO_FA_PURGE_PKG SQL Statements
12.1.1
-
APPS.JL_CO_FA_PURGE_PKG SQL Statements
12.2.2
-
APPS.JL_JLCOFAAR_XMLP_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.JL_CO_FA_APPRAISALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_CO_FA_APPRAISALS, status:VALID,
-
APPS.JL_CO_FA_TA_VALIDATE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.JL_CO_FA_APPRAISALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_CO_FA_APPRAISALS, status:VALID,
-
VIEW: JL.JL_CO_FA_APPRAISALS#
12.2.2
-
APPS.JL_CO_FA_TA_VALIDATE_PKG SQL Statements
12.2.2
-
VIEW: JL.JL_CO_FA_APPRAISALS#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_CO_FA_APPRAISALS#, status:VALID,
-
TABLE: JL.JL_CO_FA_PURGE
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_PURGE, object_name:JL_CO_FA_PURGE, status:VALID,
-
TABLE: JL.JL_CO_FA_PURGE
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_PURGE, object_name:JL_CO_FA_PURGE, status:VALID,
-
Table: JL_CO_FA_ASSET_APPRS
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_ASSET_APPRS, object_name:JL_CO_FA_ASSET_APPRS, status:VALID, product: JL - Latin America Localizations , description: Information about assets appraised , implementation_dba_data: JL.JL_CO_FA_ASSET_APPRS ,
-
TABLE: JL.JL_CO_FA_APPRAISALS
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_APPRAISALS, object_name:JL_CO_FA_APPRAISALS, status:VALID,
-
PACKAGE BODY: APPS.JL_CO_FA_TA_VALIDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_TA_VALIDATE_PKG, status:VALID,
-
Table: JL_CO_FA_ASSET_APPRS
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_ASSET_APPRS, object_name:JL_CO_FA_ASSET_APPRS, status:VALID, product: JL - Latin America Localizations , description: Information about assets appraised , implementation_dba_data: JL.JL_CO_FA_ASSET_APPRS ,
-
TABLE: JL.JL_CO_FA_APPRAISALS
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_APPRAISALS, object_name:JL_CO_FA_APPRAISALS, status:VALID,
-
PACKAGE BODY: APPS.JL_CO_FA_TA_VALIDATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_TA_VALIDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_CO_FA_PURGE_PKG
12.2.2
-
Table: JL_CO_FA_APPRAISAL_BOOKS
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_APPRAISAL_BOOKS, object_name:JL_CO_FA_APPRAISAL_BOOKS, status:VALID, product: JL - Latin America Localizations , description: Information about the book for which the appraisal has been revaluated successfully , implementation_dba_data: JL.JL_CO_FA_APPRAISAL_BOOKS ,
-
Table: JL_CO_FA_APPRAISAL_BOOKS
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_CO_FA_APPRAISAL_BOOKS, object_name:JL_CO_FA_APPRAISAL_BOOKS, status:VALID, product: JL - Latin America Localizations , description: Information about the book for which the appraisal has been revaluated successfully , implementation_dba_data: JL.JL_CO_FA_APPRAISAL_BOOKS ,
-
PACKAGE BODY: APPS.JL_CO_FA_TA_LOAD_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_CO_FA_TA_LOAD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_TA_LOAD_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_CO_FA_TA_LOAD_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_TA_LOAD_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_JLCOFAAR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_JLCOFAAR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_JLCOFAAR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_JLCOFAAR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_CO_FA_TA_LOAD_PKG
12.2.2
-
PACKAGE BODY: APPS.JL_CO_FA_PURGE_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_CO_FA_PURGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_PURGE_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JL_CO_FA_TA_REVAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_TA_REVAL_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JL_CO_FA_PURGE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_PURGE_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JL_JLCOFAAR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.JL_CO_FA_TA_REVAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_CO_FA_TA_REVAL_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.JL_JLCOFAAR_XMLP_PKG
12.1.1
-
APPS.JL_CO_FA_TA_REVAL_PKG SQL Statements
12.1.1
-
APPS.JL_CO_FA_TA_REVAL_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JL_CO_FA_TA_VALIDATE_PKG
12.1.1