Search Results week_number
Overview
FII.EDW_TIME_WEEK_LSTG is an interface (staging) table in the Oracle E-Business Suite warehouse layer, owned by the FII schema and registered in FND Design Data as FII.EDW_TIME_WEEK_LSTG. Its documented purpose is to serve as the interface table for the week-level time dimension. Data from multiple transactional source systems is staged here for verification and cleansing before being loaded into the corresponding dimension-level table. The object resides in the APPS_TS_INTERFACE tablespace with a PCTFREE of 10, and its status is VALID in the ETRM 12.1.1 physical schema, which documents 21 columns.
Heuristic Data Vault classification of this object is standalone, mined from its foreign-key structure. In Data Vault modeling terms this suggests the table behaves neither as a classic hub nor as a link, but rather as an independent staging construct that carries descriptive attributes for a single business concept (the calendar week) prior to dimensional load. It is not a satellite of an existing hub in the modeled relationships; it functions as a source-aligned staging structure whose rows are validated and then promoted.
Key Information Stored
The table captures one row per week definition submitted by a source system. The most significant columns are:
- WEEK_PK (VARCHAR2(20)) — the unique identifier for the week. This is the business-key candidate, and it is the only column indexed (via the non-unique normal index
EDW_TIME_WEEK_LSTG_N1onWEEK_PK). - WEEK_NUMBER (NUMBER) — the number of the week within a year, the attribute most commonly searched for by users.
- NAME (VARCHAR2(2000)) and WEEK (VARCHAR2(80)) — week name/descriptive label.
- START_DATE and END_DATE (DATE) — the boundaries of the week period.
- TIMESPAN (NUMBER) — the duration of the time period.
- PERIOD_445_FK_KEY (NUMBER) and PERIOD_445_FK (VARCHAR2(20)) — foreign key linkage to the 445 period level.
- REQUEST_ID (NUMBER) — the concurrent request that last updated the row (FK to
FND_CONCURRENT_REQUESTS.REQUEST_ID). - OPERATION_CODE, COLLECTION_STATUS, and ERROR_CODE — control columns used by the collection program to determine insert/update/delete intent and to store validation errors.
- INSTANCE (VARCHAR2(40)) — source instance identifier.
- DELETION_DATE (DATE) — deletion date of the record.
- ROW_ID (ROWID) — physical row identifier, with a documented FK to
CS_SYSTEMS_ALL_B_TEMP. - USER_ATTRIBUTE1 through USER_ATTRIBUTE5 — user-defined extensibility columns.
Common Use Cases and Queries
Typical use of this table is to inspect or reconcile week data before it is promoted to the dimension level table. Common scenarios include validating that week numbers fall within expected ranges, checking collection status, and reviewing rows that raised errors. A representative query for a specific week number is:
SELECT WEEK_PK, WEEK_NUMBER, NAME, START_DATE, END_DATE,
COLLECTION_STATUS, OPERATION_CODE, ERROR_CODE, REQUEST_ID
FROM FII.EDW_TIME_WEEK_LSTG
WHERE WEEK_NUMBER = :week_number;
To find rows that failed validation:
SELECT WEEK_PK, WEEK_NUMBER, ERROR_CODE FROM FII.EDW_TIME_WEEK_LSTG WHERE COLLECTION_STATUS = 'ERROR';
To correlate the staging load with the concurrent program that touched the rows, join REQUEST_ID to FND_CONCURRENT_REQUESTS. Reporting uses include auditing week-to-445-period alignment through PERIOD_445_FK and confirming that start/end dates are contiguous across the calendar.
Related Objects
- FND_CONCURRENT_REQUESTS — joined on
REQUEST_IDto identify the concurrent program that last updated each staging row. - CS_SYSTEMS_ALL_B_TEMP — referenced from
ROW_ID, linking the staged row to the collection system context. - 445 period dimension / period-level table — reached via
PERIOD_445_FKandPERIOD_445_FK_KEY. - Week-level dimension target table — the destination into which cleansed rows from this interface table are loaded.
- EDW_TIME_WEEK_LSTG_N1 — the index supporting
WEEK_PKlookups during the load and verification process.
-
TABLE: FII.EDW_TIME_WEEK_LSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_TIME_WEEK_LSTG, object_name:EDW_TIME_WEEK_LSTG, status:VALID,
-
View: OTA_EVENT_SEARCH_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V2, object_name:OTA_EVENT_SEARCH_V2, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V2 ,
-
View: OTA_EVENT_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V, object_name:OTA_EVENT_SEARCH_V, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V ,
-
TABLE: FII.EDW_TIME_WEEK_LTC
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_TIME_WEEK_LTC, object_name:EDW_TIME_WEEK_LTC, status:VALID,
-
VIEW: APPS.OTFV_TRAINING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENTS, object_name:OTFV_TRAINING_EVENTS, status:VALID,
-
View: OTA_EVENT_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V, object_name:OTA_EVENT_SEARCH_V, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V ,
-
View: OTFV_TRAINING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENTS, object_name:OTFV_TRAINING_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENTS ,
-
View: OTA_EVENT_SEARCH_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V2, object_name:OTA_EVENT_SEARCH_V2, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V2 ,
-
View: OTFV_TRAINING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENTS, object_name:OTFV_TRAINING_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENTS ,
-
VIEW: APPS.OTFV_TRAINING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENTS, object_name:OTFV_TRAINING_EVENTS, status:VALID,
-
VIEW: APPS.OTA_EVENT_SEARCH_V2
12.2.2
-
VIEW: APPS.OTA_EVENT_SEARCH_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V2, object_name:OTA_EVENT_SEARCH_V2, status:VALID,
-
VIEW: APPS.OTA_EVENT_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V, object_name:OTA_EVENT_SEARCH_V, status:VALID,
-
VIEW: APPS.OTA_EVENT_SEARCH_V
12.1.1
-
VIEW: APPS.OTA_EVENT_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V, object_name:OTA_EVENT_SEARCH_V, status:VALID,
-
VIEW: APPS.OTA_EVENT_SEARCH_V2
12.1.1
-
VIEW: APPS.OTA_EVENT_SEARCH_V
12.2.2
-
VIEW: APPS.OTA_EVENT_SEARCH_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V2, object_name:OTA_EVENT_SEARCH_V2, status:VALID,
-
VIEW: APPS.OTFV_TRAINING_EVENTS
12.1.1
-
VIEW: APPS.OTFV_TRAINING_EVENTS
12.2.2
-
PACKAGE BODY: APPS.PAY_PAYGB45L_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_PAYGB45L_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.SSP_PAD_PKG
12.2.2
-
PACKAGE BODY: APPS.SSP_APAD_PKG
12.2.2
-
PACKAGE BODY: APPS.SSP_PAB_PKG
12.1.1
-
PACKAGE BODY: APPS.SSP_PAB_PKG
12.2.2
-
PACKAGE BODY: APPS.SSP_PAD_PKG
12.1.1
-
PACKAGE: APPS.PAY_PAYGB45L_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.SSP_APAB_PKG
12.2.2
-
PACKAGE: APPS.PAY_PAYGB45L_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.SSP_SAP_PKG
12.1.1
-
PACKAGE BODY: APPS.SSP_SAP_PKG
12.2.2
-
PACKAGE BODY: APPS.SSP_SMP_PKG
12.1.1
-
PACKAGE BODY: APPS.SSP_SMP_PKG
12.2.2
-
APPS.FII_POPULATE_TIME SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PAY_GB_RTI_FPS_OUTPUT
12.2.2
-
PACKAGE BODY: APPS.FII_GL_EXP_TREND
12.1.1
-
APPS.FII_GL_EXP_TREND dependencies on FII_TIME_ENT_PERIOD
12.1.1
-
APPS.FII_POPULATE_TIME dependencies on EDW_TIME_WEEK_LSTG
12.1.1
-
PACKAGE BODY: APPS.FII_POPULATE_TIME
12.1.1
-
APPS.FII_AP_PAY_MGT dependencies on FII_TIME_WEEK
12.1.1
-
PACKAGE BODY: APPS.PAY_FR_OVERTIME
12.1.1
-
PACKAGE BODY: APPS.PAY_FR_OVERTIME
12.2.2
-
PACKAGE BODY: APPS.FII_AP_PAY_MGT
12.1.1
-
APPS.FII_AP_PAY_MGT dependencies on DUAL
12.1.1
-
APPS.FII_AP_PAY_MGT dependencies on FII_TIME_API
12.1.1
-
APPS.SSP_APAD_PKG dependencies on SSP_SMP_SUPPORT_PKG
12.2.2
-
APPS.FII_GL_EXP_TREND dependencies on FII_GL_UTIL_PKG
12.1.1
-
APPS.FII_AP_PAY_MGT dependencies on BIS_PMV_PARAMETERS_PUB
12.1.1
-
APPS.SSP_APAB_PKG dependencies on SSP_SMP_SUPPORT_PKG
12.2.2