Search Results sic_code_type
Overview
APPS.OKL_INDUSTRY_CODES_UV is a reporting view in the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2 landscape, owned by the APPS schema. It exposes the industry code (SIC) values that Oracle Lease and Finance Management (OKL) uses to classify lessees and contracts by their Standard Industrial Classification. The view is intended for read-only reporting and integration rather than for transactional updates; it flattens the underlying lookup architecture into a single, presentation-friendly projection that joins each industry code to its parent SIC code type.
The view is particularly relevant to users searching on "sic_code_type," because that term is the driving lookup type in the view's WHERE clause. It returns the categorized list of SIC type codes along with the industry codes that belong to each type, together with the meaning and description attributes carried on the underlying lookup rows.
Underlying Base Objects
The ETRM metadata documents a single referenced base object: AR_LOOKUPS, itself delivered as a view over the Receivables lookup tables. The view definition references AR_LOOKUPS twice, using the aliases IDTY and IDTC, producing an internal join of the lookup table against itself.
The filtering condition restricts the driving row to records where IDTY.LOOKUP_TYPE equals the literal value 'SIC_CODE_TYPE'. The join predicate then matches IDTC.LOOKUP_TYPE to IDTY.LOOKUP_CODE, meaning an industry code row (IDTC) is returned only where its lookup_type value equals the lookup_code of a SIC code type row (IDTY). This creates a classification hierarchy in which each lookup_code under SIC_CODE_TYPE acts as the lookup_type namespace for the industry codes beneath it. Because both columns are read from the same base view, no additional tables are required and the result set is bounded by the rows defined in the AR lookup repository.
Key Columns
- INDUSTRY_CODE — sourced from IDTC.LOOKUP_CODE; the individual industry code value under a given SIC code type.
- INDUSTRY_CODE_MEANING — sourced from IDTC.MEANING; the user-facing label shown in list of values and reports.
- INDUSTRY_CODE_DESC — sourced from IDTC.DESCRIPTION; the longer descriptive text for the industry code.
- INDUSTRY_CODE_TYPE — sourced from IDTY.LOOKUP_CODE; the parent classification, identical to the SIC_CODE_TYPE lookup value used in the filter.
Only rows defined under the SIC_CODE_TYPE lookup type are surfaced, and the type column is repeated across every industry code belonging to that type.
Common Use Cases and Queries
The view is typically used to populate list of values, validate industry code entry, and drive segmentation reporting in leasing and finance. A common query retrieves all industry codes for a specific type:
SELECT industry_code, industry_code_meaning, industry_code_desc, industry_code_type FROM apps.okl_industry_codes_uv WHERE industry_code_type = :p_type ORDER BY industry_code;SELECT DISTINCT industry_code_type FROM apps.okl_industry_codes_uv ORDER BY 1;— enumerates the available SIC code types.SELECT industry_code, industry_code_meaning FROM apps.okl_industry_codes_uv WHERE UPPER(industry_code_meaning) LIKE '%BANK%';— ad hoc searching by description or meaning.
Because the source is a lookup-based view, values are maintained through the Receivables lookup administration rather than by direct DML. Queries should therefore be treated as read-only and joined to contract or party tables on the industry code value when building analytic reports.
-
Lookup Type: SIC_CODE_TYPE
12.2.2
product: AR - Receivables , meaning: Sic Code Type , description: SIC Code Type ,
-
Lookup Type: SIC_CODE_TYPE
12.1.1
product: AR - Receivables , meaning: Sic Code Type , description: SIC Code Type ,
-
Lookup Type: COMPL_ORG_DEFAULT
12.1.1
product: IMC - Customers Online , meaning: Organization Report , description: Organization Report ,
-
Lookup Type: COMPL_ORG_DEFAULT
12.2.2
product: IMC - Customers Online , meaning: Organization Report , description: Organization Report ,
-
VIEW: APPS.OKL_INDUSTRY_CODES_UV
12.2.2
-
VIEW: APPS.OKL_INDUSTRY_CODE_TYPES_UV
12.1.1
-
VIEW: APPS.OKL_POOL_CUST_INDUSTRY_UV
12.1.1
-
VIEW: APPS.OKL_POOL_CUST_INDUSTRY_UV
12.2.2
-
VIEW: APPS.OKL_INDUSTRY_CODES_UV
12.1.1
-
VIEW: APPS.OKL_INDUSTRY_CODE_TYPES_UV
12.2.2
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.1.1
-
View: AMS_TAR_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_V ,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.2.2
-
View: UMX_ORGANIZATION_PVT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ORGANIZATION_PVT_V, object_name:UMX_ORGANIZATION_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX , implementation_dba_data: APPS.UMX_ORGANIZATION_PVT_V ,
-
View: AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
View: JTF_PARTIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
VIEW: APPS.UMX_ORGANIZATION_PVT_V
12.1.1
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
VIEW: APPS.UMX_ORGANIZATION_PVT_V
12.2.2
-
View: UMX_ORGANIZATION_PVT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ORGANIZATION_PVT_V, object_name:UMX_ORGANIZATION_PVT_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX , implementation_dba_data: APPS.UMX_ORGANIZATION_PVT_V ,
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
View: JTF_PARTIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
View: AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
-
View: AMS_TAR_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_V ,
-
VIEW: APPS.IEX_TAP_ACCOUNTS_V
12.1.1
-
VIEW: APPS.AMS_ORGANIZATION_V
12.1.1
-
VIEW: APPS.IEX_TAP_ACCOUNTS_V
12.2.2
-
VIEW: APPS.AMS_TAR_PERSON_V
12.1.1
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.1.1
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.2.2
-
View: AMS_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_ORGANIZATION_V ,
-
View: JTF_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
View: OKL_INDUSTRY_CODE_TYPES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INDUSTRY_CODE_TYPES_UV, object_name:OKL_INDUSTRY_CODE_TYPES_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for industry type codes (SIC code types) , implementation_dba_data: APPS.OKL_INDUSTRY_CODE_TYPES_UV ,
-
View: OKL_INDUSTRY_CODES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INDUSTRY_CODES_UV, object_name:OKL_INDUSTRY_CODES_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for industry codes(SIC Codes) LOV , implementation_dba_data: APPS.OKL_INDUSTRY_CODES_UV ,
-
VIEW: APPS.AMS_P_PERSON_V
12.1.1
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.1.1
-
VIEW: APPS.AR_DRAWEE_CUSTOMERS_H_V
12.2.2
-
VIEW: APPS.AMS_ORGANIZATION_V
12.2.2
-
VIEW: APPS.AMS_P_PERSON_V
12.2.2
-
VIEW: APPS.AR_DRAWEE_CUSTOMERS_H_V
12.1.1
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.2.2
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,
-
View: AS_TAP_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_TAP_ACCOUNTS_V, object_name:AS_TAP_ACCOUNTS_V, status:VALID, product: AS - Sales Foundation , description: For TAP use , implementation_dba_data: APPS.AS_TAP_ACCOUNTS_V ,
-
View: AMS_P_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_V, object_name:AMS_P_PERSON_V, status:VALID, product: AMS - Marketing , description: This public view returns all entries from the HZ_PARTIES table which have a party_type of PERSON. Used for list generation. , implementation_dba_data: APPS.AMS_P_PERSON_V ,
-
View: AMS_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_ORGANIZATION_V ,
-
View: JTF_HZ_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
View: AMS_P_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_V, object_name:AMS_P_PERSON_V, status:VALID, product: AMS - Marketing , description: This public view returns all entries from the HZ_PARTIES table which have a party_type of PERSON. Used for list generation. , implementation_dba_data: APPS.AMS_P_PERSON_V ,
-
View: AMS_P_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORGANIZATION_V ,