Search Results year_type_in_name
Overview
OKL_GL_PERIOD_TYPES_UV is a reporting view owned by the APPS schema in Oracle E-Business Suite, documented for releases 12.1.1 and 12.2.2. It exposes a curated projection of the General Ledger period type definition, presenting accounting calendar period types in a form suited to Oracle Lease and Finance Management (OKL/ETRM) processing and to downstream reporting and integration consumers. Rather than publishing the raw GL_PERIOD_TYPES row, the view renames the primary key column and resolves a coded attribute—YEAR_TYPE_IN_NAME—into a human-readable period set name. This translation is performed by a call to the OKL_ACCOUNTING_UTIL package, which is an ETRM-owned utility rather than a core General Ledger program. The view is therefore a lightweight, read-only integration surface: it bridges the seeded GL period type repository and the leasing application's lookup conventions without duplicating the underlying data.
Underlying Base Objects
The view is defined over two documented referenced objects:
- GL_PERIOD_TYPES (SYNONYM) — the base General Ledger table that stores period type definitions. The APPS synonym resolves to the GL schema object. The view selects USER_PERIOD_TYPE, YEAR_TYPE_IN_NAME, NUMBER_PER_FISCAL_YEAR, and DESCRIPTION from this source without filtering or aggregation.
- OKL_ACCOUNTING_UTIL (PACKAGE) — the ETRM accounting utility package. Its GET_LOOKUP_MEANING function is invoked once per row in the SELECT list to convert the YEAR_TYPE_IN_NAME lookup code into a display value.
Because the view inherits the GL synonym's privileges and calls an ETRM package, access is governed through APPS. There is no join, UNION, or subquery: the relationship is strictly one-to-one between a source GL_PERIOD_TYPES row and a view row.
Key Columns
- PERIOD_TYPE — aliased from USER_PERIOD_TYPE, this is the user-facing identifier of the period type (for example, a monthly or weekly calendar period type) and serves as the effective key for the view.
- PERIOD_SET_NAME — derived from YEAR_TYPE_IN_NAME via OKL_ACCOUNTING_UTIL.GET_LOOKUP_MEANING('YEAR_TYPE_IN_NAME', YEAR_TYPE_IN_NAME, 101, 101). The literal 101 arguments identify the lookup context used by the utility. This column returns the decoded meaning of the year-type lookup rather than its stored code.
- NUMBER_PER_FISCAL_YEAR — the count of periods defined within each fiscal year for the period type, used for validation and calendar arithmetic.
- DESCRIPTION — the free-text description attached to the period type in General Ledger.
Common Use Cases and Queries
The view is typically used to validate or display accounting calendar period types within ETRM configuration and reporting. A representative query listing all period types follows:
SELECT period_type,
period_set_name,
number_per_fiscal_year,
description
FROM apps.okl_gl_period_types_uv
ORDER BY period_type;
Because the second column depends on the YEAR_TYPE_IN_NAME lookup, users searching on that term are usually verifying whether the lookup has been seeded or personalised correctly: an unresolved or missing meaning indicates a lookup configuration gap in the 101 context. Typical scenarios include populating LOVs and report parameters that constrain period selection, reconciling the number of fiscal periods against depreciation and accrual schedules, and feeding period type metadata into lease accounting interfaces. The view should be treated as read-only; modifications belong to GL_PERIOD_TYPES and the Year Type lookup, not to the view itself.
-
Lookup Type: YEAR_TYPE_IN_NAME
12.1.1
product: GL - General Ledger , meaning: YEAR_TYPE_IN_NAME ,
-
Lookup Type: YEAR_TYPE_IN_NAME
12.2.2
product: GL - General Ledger , meaning: YEAR_TYPE_IN_NAME ,
-
VIEW: APPS.OKL_GL_PERIOD_TYPES_UV
12.1.1
-
VIEW: APPS.OKL_GL_PERIOD_TYPES_UV
12.2.2
-
VIEW: GL.GL_PERIOD_TYPES#
12.2.2
-
VIEW: APPS.GL_PERIOD_TYPES_V
12.1.1
-
View: OKL_GL_PERIOD_TYPES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GL_PERIOD_TYPES_UV, object_name:OKL_GL_PERIOD_TYPES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_GL_PERIOD_TYPES_UV ,
-
VIEW: HR.PER_TIME_PERIOD_TYPES#
12.2.2
-
View: OKL_GL_PERIOD_TYPES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GL_PERIOD_TYPES_UV, object_name:OKL_GL_PERIOD_TYPES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GL_PERIOD_TYPES_UV ,
-
VIEW: APPS.GL_PERIOD_TYPES_V
12.2.2
-
View: GL_PERIOD_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_TYPES_V, object_name:GL_PERIOD_TYPES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_TYPES_V ,
-
View: GL_PERIOD_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_TYPES_V, object_name:GL_PERIOD_TYPES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_TYPES_V ,
-
TABLE: GL.GL_PERIOD_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_TYPES, object_name:GL_PERIOD_TYPES, status:VALID,
-
VIEW: GL.GL_PERIOD_TYPES#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_PERIOD_TYPES#, status:VALID,
-
VIEW: APPS.OKL_PERIOD_TYPES_UV
12.1.1
-
VIEW: APPS.GL_PERIOD_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_TYPES_V, object_name:GL_PERIOD_TYPES_V, status:VALID,
-
VIEW: APPS.GL_PERIOD_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_TYPES_V, object_name:GL_PERIOD_TYPES_V, status:VALID,
-
VIEW: APPS.HRBV_TIME_PERIOD_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRBV_TIME_PERIOD_TYPES_V, status:VALID,
-
VIEW: HR.PER_TIME_PERIOD_TYPES#
12.2.2
owner:HR, object_type:VIEW, object_name:PER_TIME_PERIOD_TYPES#, status:VALID,
-
TABLE: GL.GL_PERIOD_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_TYPES, object_name:GL_PERIOD_TYPES, status:VALID,
-
VIEW: APPS.OKL_PERIOD_TYPES_UV
12.2.2
-
VIEW: APPS.HRBV_TIME_PERIOD_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRBV_TIME_PERIOD_TYPES_V, status:VALID,
-
APPS.GL_PERIOD_TYPES_PKG SQL Statements
12.2.2
-
View: PER_TIME_PERIOD_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_TIME_PERIOD_TYPES_VL, object_name:PER_TIME_PERIOD_TYPES_VL, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_TIME_PERIOD_TYPES_VL ,
-
TABLE: HR.PER_TIME_PERIOD_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_TIME_PERIOD_TYPES, object_name:PER_TIME_PERIOD_TYPES, status:VALID,
-
VIEW: APPS.PER_TIME_PERIOD_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_TIME_PERIOD_TYPES_VL, object_name:PER_TIME_PERIOD_TYPES_VL, status:VALID,
-
APPS.GL_PERIOD_TYPES_PKG SQL Statements
12.1.1
-
VIEW: APPS.PER_TIME_PERIOD_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_TIME_PERIOD_TYPES_VL, object_name:PER_TIME_PERIOD_TYPES_VL, status:VALID,
-
View: OKL_PERIOD_TYPES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PERIOD_TYPES_UV, object_name:OKL_PERIOD_TYPES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_PERIOD_TYPES_UV ,
-
View: OKL_PERIOD_TYPES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PERIOD_TYPES_UV, object_name:OKL_PERIOD_TYPES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PERIOD_TYPES_UV ,
-
TABLE: HR.PER_TIME_PERIOD_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_TIME_PERIOD_TYPES, object_name:PER_TIME_PERIOD_TYPES, status:VALID,
-
View: PER_TIME_PERIOD_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_TIME_PERIOD_TYPES_VL, object_name:PER_TIME_PERIOD_TYPES_VL, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_TIME_PERIOD_TYPES_VL ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.PER_TIME_PERIOD_TYPES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GL_PERIOD_TYPES_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_PERIOD_TYPES_PKG
12.1.1
-
APPS.PER_TIME_PERIOD_TYPES_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.GL_PERIOD_TYPES_PKG
12.1.1
-
PACKAGE: APPS.GL_PERIOD_TYPES_PKG
12.2.2
-
PACKAGE BODY: APPS.PER_TIME_PERIOD_TYPES_PKG
12.2.2
-
PACKAGE BODY: APPS.PER_TIME_PERIOD_TYPES_PKG
12.1.1
-
APPS.GL_PERIOD_TYPES_PKG dependencies on GL_PERIOD_TYPES
12.1.1
-
APPS.GL_PERIOD_TYPES_PKG dependencies on GL_PERIOD_TYPES
12.2.2
-
APPS.PER_TIME_PERIOD_TYPES_PKG dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PER_TIME_PERIOD_TYPES_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,