Search Results bis_quarters_v
Overview
BIS_QUARTERS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, catalogued under the BIS (Applications BIS) product family. It exposes calendar quarter period definitions drawn from the General Ledger period infrastructure and enriches them with the various organizational entities that are associated with each quarter through the accounting flexfield structures. The view is commonly encountered during reporting and integration work involving period-based hierarchies, because it presents a single, denormalized source that links GL period sets to set of books, organizations, legal entities, operating units, and process manufacturing companies.
The view is especially relevant to users investigating GL_PERIODS, as it is defined directly over that table and filters exclusively on PERIOD_TYPE = 'QUARTER'. Its role is to answer the practical question: "For a given period set and quarter name, which accounting and organizational entities are valid?" This makes it useful as a lookup source for parameter lists, LOVs, and cross-entity reporting.
Underlying Base Objects
Although documented ETRM metadata lists no referenced base objects, the view text reveals its actual dependencies. The primary table is GL_PERIODS, from which the calendar dates, year, period name, and period set name are sourced. This is then joined or combined through UNION operations with several other objects:
GL_SETS_OF_BOOKS— supplies the set of books identifier and period set name.ORG_ORGANIZATION_DEFINITIONS— supplies organization identifiers tied to a set of books.GL_LEDGER_LE_V— supplies legal entity identifiers and period set names.HR_OPERATING_UNITSandXLE_FIRSTPARTY_INFORMATION_V— supply operating unit and first-party legal entity context.GL_PLCY_MSTandSY_ORGN_MST— supply OPM company organization codes.
The UNION structure is significant: each branch returns the same column shape but a different "entity type" value in the second-to-last column. This allows a single query against the view to surface all entity associations for a quarter, rather than requiring multiple joins.
Key Columns
ID— a concatenation ofPERIOD_SET_NAME || '+' || PERIOD_NAME, providing a unique surrogate key across the UNION branches.VALUE— the period name, typically used as the display value in flexfield or LOV lookups.PERIOD_SET_NAME— the accounting period set to which the quarter belongs.PERIOD_NAME— the quarter designation (for example, a quarterly period name).START_DATE,END_DATE— the quarter's effective date boundaries.PERIOD_YEAR— the fiscal year to which the quarter is assigned.- The entity identifier column (unnamed in the excerpt) — holds a set of books ID, organization ID, legal entity ID, operating unit context, or OPM organization code.
- The entity type column — one of the literals
SET OF BOOKS,ORGANIZATION,LEGAL ENTITY,OPERATING UNIT, orOPM COMPANY, identifying what the preceding column represents.
Common Use Cases and Queries
Typical uses include resolving which entities share a quarter period, driving period-selection LOVs, and validating period-to-entity mappings during data conversion or reconciliation.
To list all quarters for a specific period set:
SELECT DISTINCT period_set_name, period_name, start_date, end_date
FROM apps.bis_quarters_v
WHERE period_set_name = :p_period_set
ORDER BY start_date;
To find all entities associated with a given quarter:
SELECT id, value, period_year
FROM apps.bis_quarters_v
WHERE period_set_name = :p_period_set
AND period_name = :p_period_name;
Because the view unions multiple entity sources, queries should account for potential duplicate period rows distinguished only by entity identifier and entity type. Filtering on the entity type literal narrows results to a specific organizational dimension.
-
View: BIS_QUARTERS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: BIS_QUARTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_QUARTERS_V, object_name:BIS_QUARTERS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_QUARTERS_V ,
-
VIEW: APPS.BIS_QUARTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_QUARTERS_V, object_name:BIS_QUARTERS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.GL_PLCY_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PLCY_MST, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.GL_LEDGER_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_V, object_name:GL_LEDGER_LE_V, status:VALID,
-
SYNONYM: APPS.SY_ORGN_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
SYNONYM: APPS.GL_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PERIODS, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - BIS Tables and Views
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - BIS Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,