Search Results gl_periods
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.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: BIS_YEARS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_YEARS_V, object_name:BIS_YEARS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_YEARS_V ,
-
View: BIS_YEARS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MONTHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MONTHS_V, object_name:BIS_MONTHS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_MONTHS_V ,
-
View: BIS_QUARTERS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MONTHS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPFEALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPFEALL_V, object_name:BIS_MRPFEALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPFEALL_V ,
-
View: BIS_MRPITALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPITALL_V, object_name:BIS_MRPITALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPITALL_V ,
-
View: BIS_MRPPUALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPPUALL_V, object_name:BIS_MRPPUALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPPUALL_V ,
-
View: BIS_CSTMRGSCTT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_CSTMRGSCTT_V, object_name:BIS_CSTMRGSCTT_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_CSTMRGSCTT_V ,
-
View: BIS_INVACC_ORG_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INVACC_ORG_ALL_V, object_name:BIS_INVACC_ORG_ALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_INVACC_ORG_ALL_V ,
-
View: BIS_MRPDCALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPPUALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_WTD_DAYS_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_CSTMRGPGTT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_CSTMRGPGTT_V, object_name:BIS_CSTMRGPGTT_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_CSTMRGPGTT_V ,
-
View: BIS_AR_TURNOVER_V
12.1.1
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_WTD_BAL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_DSO_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPDCALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPDCALL_V, object_name:BIS_MRPDCALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPDCALL_V ,
-
View: BIS_MRPITALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_AR_TURNOVER_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPOTALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPFEALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPDCORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPDCORG_V, object_name:BIS_MRPDCORG_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPDCORG_V ,
-
View: BIS_DSO_V
12.1.1
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPPUORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPPUORG_V, object_name:BIS_MRPPUORG_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPPUORG_V ,
-
View: BIS_MRPOTALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPOTALL_V, object_name:BIS_MRPOTALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPOTALL_V ,
-
View: BIS_MRPGMALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPGMALL_V, object_name:BIS_MRPGMALL_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPGMALL_V ,
-
View: BIS_MRPITORG_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_CSTMRGPGTT_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPOTORG_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPPUORG_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPDCORG_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_INVACC_ORG_ALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPGMALL_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPGMORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPGMORG_V, object_name:BIS_MRPGMORG_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPGMORG_V ,
-
View: BIS_WTD_BAL_V
12.1.1
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_WTD_DAYS_V
12.1.1
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPOTORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPOTORG_V, object_name:BIS_MRPOTORG_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPOTORG_V ,
-
View: BIS_MRPITORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPITORG_V, object_name:BIS_MRPITORG_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPITORG_V ,
-
View: BIS_MRPFEORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPFEORG_V, object_name:BIS_MRPFEORG_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPFEORG_V ,
-
View: BIS_MRPGMORG_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_MRPFEORG_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_CSTMRGSCTT_V
12.2.2
product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: BIS_POACTLKG_ALL_M_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_POACTLKG_ALL_M_V, object_name:BIS_POACTLKG_ALL_M_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_POACTLKG_ALL_M_V ,
-
View: BIS_MRPITPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPITPER_V, object_name:BIS_MRPITPER_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPITPER_V ,
-
View: BIS_INVACC_ALL_MON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INVACC_ALL_MON_V, object_name:BIS_INVACC_ALL_MON_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_INVACC_ALL_MON_V ,
-
View: BIS_MRPPUPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPPUPER_V, object_name:BIS_MRPPUPER_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPPUPER_V ,
-
View: BIS_MRPOTPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPOTPER_V, object_name:BIS_MRPOTPER_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPOTPER_V ,
-
View: BIS_MRPDCPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_MRPDCPER_V, object_name:BIS_MRPDCPER_V, status:VALID, product: BIS - Applications BIS , description: - Retrofitted , implementation_dba_data: APPS.BIS_MRPDCPER_V ,