Search Results sic_code_dp
Overview
The view APPS.FII_AR_SICM_SIC_LCV is an Oracle E-Business Suite internal list-of-values view owned by the APPS schema. It is registered in the Applications FND Design Data repository under the design object identifier FII.FII_AR_SICM_SIC_LCV and is documented with a status of VALID in the ETRM metadata for release 12.2.2 (and is equally present in 12.1.1 deployments where the FII SICM feature set has been applied). The view is classified as Oracle Internal Use Only, meaning Oracle Corporation does not support direct data access through this object except from standard Oracle Applications programs.
Functionally, FII_AR_SICM_SIC_LCV presents the SIC (Standard Industrial Classification) code master data used by the Receivables SICM (SIC Code Management) feature, exposing the primary list-of-values columns used to populate SIC code selection windows and concurrent processing within Oracle Receivables. The "LCV" suffix denotes the list-of-values view role, while the underlying base view FII_AR_SIC_CODE_BASE_V supplies the base row set.
Underlying Base Objects
Per the documented dependency tree, APPS.FII_AR_SICM_SIC_LCV references the following objects:
APPS.EDW_INSTANCE— supplies instance context.FII_AR_SIC_CODE_BASE_V— the base SIC code view that contributes the core SIC_CODE_PK, NAME, SIC_CODE, and USER_ATTRIBUTE columns.
The view is itself referenced by APPS.FII_AR_SIC_CODE_M_C, the Receivables SIC code maintenance form/controller, which drives insert, update, and delete activity against SIC code records. This places FII_AR_SICM_SIC_LCV in a mid-tier role: it consumes the base view and is consumed by the maintenance UI and LOV infrastructure.
Key Columns
SIC_CODE_PK(VARCHAR2(30)) — primary key of the SIC code record; the unique identifier used across the SICM model.ALL_FK(CHAR) — foreign key discriminator, typically identifying which "all" or reference set the row belongs to.SIC_CODE_DP(VARCHAR2(30)) — the display value (DP) column. This is the column most directly relevant to the user's search term "sic_code_dp" and is the value rendered in list-of-values and query dialogs.NAME(VARCHAR2(30)) — descriptive name of the SIC classification.SIC_CODE(VARCHAR2(30)) — the actual SIC code value stored on the underlying transaction/party.INSTANCE(VARCHAR2(40)) — the EBS instance identifier, enabling multi-instance and multi-org filtering.USER_ATTRIBUTE1throughUSER_ATTRIBUTE15— descriptive flexfield segments used to capture client-specific SIC attributes.LAST_UPDATE_DATE(DATE) — the standard "Who" column recording the last modification timestamp.
Common Use Cases and Queries
Practitioners query this view when validating SIC code configuration, troubleshooting LOV display issues (particularly when SIC_CODE_DP is missing or misaligned), or building read-only extracts. A typical diagnostic query is:
SELECT sic_code_pk, sic_code_dp, name, sic_code FROM apps.fii_ar_sicm_sic_lcv WHERE sic_code_dp LIKE '62%';— retrieves SIC codes for reporting or reconciliation.SELECT sic_code_pk FROM apps.fii_ar_sicm_sic_lcv WHERE lo'ssic_code_pk = :block.sic_code_pk;— validates the LOV key during form navigation.
Because the object is flagged Oracle Internal Use Only, any extraction should be restricted to read-only reporting and should not be used as a target for custom DML. All maintenance should flow through FII_AR_SIC_CODE_M_C and the standard SIC Code maintenance screen in Oracle Receivables.
-
APPS.FII_AR_SIC_CODE_M_C SQL Statements
12.1.1
-
VIEW: APPS.FII_AR_SICM_SIC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_SICM_SIC_LCV, object_name:FII_AR_SICM_SIC_LCV, status:VALID,
-
View: FII_AR_SICM_SIC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_SICM_SIC_LCV, object_name:FII_AR_SICM_SIC_LCV, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_SICM_SIC_LCV ,
-
TABLE: FII.EDW_SICM_SIC_LTC
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_SICM_SIC_LTC, object_name:EDW_SICM_SIC_LTC, status:VALID,
-
View: FII_AR_SICM_SIC_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.EDW_SICM_SIC_LSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_SICM_SIC_LSTG, object_name:EDW_SICM_SIC_LSTG, status:VALID,
-
PACKAGE BODY: APPS.FII_AR_SIC_CODE_M_C
12.1.1
-
APPS.EDW_DUNS_M_C SQL Statements
12.1.1
-
APPS.EDW_DUNS_M_C dependencies on EDW_SICM_SIC_LSTG
12.1.1
-
PACKAGE BODY: APPS.EDW_DUNS_M_C
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,