Search Results day_of_week
Overview
APPS.CHV_BUCKET_PATTERNS_VAL_V is a validation view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema. It presents bucket pattern definitions maintained in the Advanced Supply Chain Planning and Procurement scheduling framework, exposing only those patterns that remain active as of the current system date. The view is used primarily for list-of-values (LOV) validation and reference during the definition of supplier and buyer scheduling agreements, where bucket patterns determine how planned requirements are grouped across daily, weekly, monthly, and quarterly horizons.
The _VAL_V suffix indicates this is a validation view, meaning it is intended to supply valid, selectable records rather than to serve as a transactional data source. Its role in reporting and integration is to provide a filtered, human-readable list of bucket patterns enriched with the displayed name of the configured week start day.
Underlying Base Objects
The view is defined over the following documented base objects:
- CHV_BUCKET_PATTERNS (accessed via a synonym) — the primary table that stores bucket pattern definitions, including the daily, weekly, monthly, and quarterly bucket counts and the week start day lookup code.
- PO_LOOKUP_CODES (a view) — joined to resolve the week start day lookup code into its displayed field value. The join uses the
DAY_OF_WEEKlookup type. - FND_GLOBAL (a package) — referenced for session context such as the current application and user environment, standard to EBS validation views.
The join to PO_LOOKUP_CODES is an outer join (PLC.LOOKUP_CODE (+) = WEEK_START_DAY), so patterns with no matching lookup row are still returned. The predicate NVL(PLC.LOOKUP_TYPE, 'DAY_OF_WEEK') = 'DAY_OF_WEEK' restricts the lookup side to day-of-week values while tolerating a NULL lookup type.
Key Columns
- BUCKET_PATTERN_ID — the unique primary identifier of the bucket pattern.
- BUCKET_PATTERN_NAME — the user-facing name of the pattern.
- DESCRIPTION — descriptive text for the pattern (aliased from CBP.DESCRIPTION).
- INACTIVE_DATE — the date on which the pattern becomes inactive; the WHERE clause filters out patterns whose inactive date has passed.
- NUMBER_DAILY_BUCKETS — count of daily buckets in the pattern.
- NUMBER_WEEKLY_BUCKETS — count of weekly buckets.
- NUMBER_MONTHLY_BUCKETS — count of monthly buckets.
- NUMBER_QUARTERLY_BUCKETS — count of quarterly buckets.
- DISPLAYED_FIELD — the resolved display value of the week start day (for example, Sunday or Monday), derived from PO_LOOKUP_CODES.
Collectively these columns describe how a bucket pattern divides a planning horizon, and the week start day clarifies the weekly bucket boundary.
Common Use Cases and Queries
This view is typically queried when configuring or validating scheduling agreement parameters, building LOVs, or auditing active bucket pattern definitions. A common query retrieves all active patterns with their week start day:
- Populate a bucket-pattern LOV on an agreement or planning form.
- Report on active patterns and their daily/weekly/monthly/quarterly breakdown.
- Verify which patterns remain valid given current inactive dates.
Sample SQL:
SELECT bucket_pattern_id, bucket_pattern_name, description, number_daily_buckets, number_weekly_buckets, number_monthly_buckets, number_quarterly_buckets, displayed_field FROM apps.chv_bucket_patterns_val_v ORDER BY bucket_pattern_name;
To locate a specific pattern by name:
SELECT bucket_pattern_id, bucket_pattern_name, displayed_field FROM apps.chv_bucket_patterns_val_v WHERE bucket_pattern_name = :pattern_name;
Because the view already enforces the active-date filter and the DAY_OF_WEEK lookup constraint, callers do not need to reapply these conditions, which keeps validation logic consistent across EBS modules.
-
Lookup Type: DAY_OF_WEEK
12.1.1
product: PO - Purchasing , meaning: Starting Day of the Week , description: Starting Day of the Week ,
-
Lookup Type: DAY_OF_WEEK
12.2.2
product: FND - Application Object Library , meaning: Starting Day of the Week , description: Starting Day of the Week ,
-
Lookup Type: DAY_OF_WEEK
12.1.1
product: FND - Application Object Library , meaning: Starting Day of the Week , description: Starting Day of the Week ,
-
Lookup Type: DAY_OF_WEEK
12.2.2
product: PO - Purchasing , meaning: Starting Day of the Week , description: Starting Day of the Week ,
-
VIEW: APPS.CHV_BUCKET_PATTERNS_VAL_V
12.2.2
-
VIEW: APPS.CHV_BUCKET_PATTERNS_VAL_V
12.1.1
-
VIEW: GL.GL_TRANSACTION_DATES#
12.2.2
-
VIEW: JTF.JTF_TASK_RECUR_RULES#
12.2.2
-
VIEW: OKC.OKC_TIMEVALUES_B#
12.2.2
-
VIEW: APPS.OKC_TIME_IG_STARTEND_VAL_V
12.1.1
-
VIEW: OKC.OKC_TIMEVALUES_BH#
12.2.2
-
VIEW: OKC.OKC_TIMEVALUES#
12.2.2
-
VIEW: APPS.OKS_COVTIMES_HIST_V
12.2.2
-
VIEW: SYS.CDB_HIST_BASELINE_TEMPLATE
12.1.1
-
VIEW: APPS.OKC_TIME_IG_STARTEND_VAL_V
12.2.2
-
View: CHV_BUCKET_PATTERNS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_BUCKET_PATTERNS_VAL_V, object_name:CHV_BUCKET_PATTERNS_VAL_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_BUCKET_PATTERNS_VAL_V ,
-
VIEW: SYS.INT$DBA_HIST_BASELINE_TEMPLATE
12.1.1
-
VIEW: SYS.INT$DBA_HIST_BASELINE_TEMPLATE
12.2.2
-
VIEW: SYS.DBA_HIST_BASELINE_TEMPLATE
12.1.1
-
VIEW: SYS.CDB_HIST_BASELINE_TEMPLATE
12.2.2
-
VIEW: OKC.OKC_TIMEVALUES_H#
12.2.2
-
VIEW: APPS.OKS_COVTIMES_HIST_V
12.1.1
-
TABLE: BIX.BIX_AGENT_SESSION_STG
12.1.1
owner:BIX, object_type:TABLE, object_name:BIX_AGENT_SESSION_STG, status:VALID,
-
View: CHV_BUCKET_PATTERNS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_BUCKET_PATTERNS_VAL_V, object_name:CHV_BUCKET_PATTERNS_VAL_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_BUCKET_PATTERNS_VAL_V ,
-
VIEW: SYS.DBA_HIST_BASELINE_TEMPLATE
12.2.2
-
VIEW: SYS.INT$DBA_HIST_BASELINE_TEMPLATE
12.1.1
owner:SYS, object_type:VIEW, object_name:INT$DBA_HIST_BASELINE_TEMPLATE, status:VALID,
-
VIEW: SYS.DBA_HIST_BASELINE_TEMPLATE
12.2.2
owner:SYS, object_type:VIEW, object_name:DBA_HIST_BASELINE_TEMPLATE, status:VALID,
-
VIEW: SYS.CDB_HIST_BASELINE_TEMPLATE
12.2.2
owner:SYS, object_type:VIEW, object_name:CDB_HIST_BASELINE_TEMPLATE, status:VALID,
-
VIEW: SYS.DBA_HIST_BASELINE_TEMPLATE
12.1.1
owner:SYS, object_type:VIEW, object_name:DBA_HIST_BASELINE_TEMPLATE, status:VALID,
-
VIEW: APPS.AMS_CAMPAIGN_SCHEDULES_B1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AMS_CAMPAIGN_SCHEDULES_B1_DFV, status:VALID,
-
VIEW: APPS.AMS_CAMPAIGN_SCHEDULES_B1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:AMS_CAMPAIGN_SCHEDULES_B1_DFV, status:VALID,
-
VIEW: SYS.CDB_HIST_BASELINE_TEMPLATE
12.1.1
owner:SYS, object_type:VIEW, object_name:CDB_HIST_BASELINE_TEMPLATE, status:VALID,
-
VIEW: SYS.INT$DBA_HIST_BASELINE_TEMPLATE
12.2.2
owner:SYS, object_type:VIEW, object_name:INT$DBA_HIST_BASELINE_TEMPLATE, status:VALID,
-
View: OKC_TIME_IG_STARTEND_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIME_IG_STARTEND_VAL_V, object_name:OKC_TIME_IG_STARTEND_VAL_V, status:VALID, product: OKC - Contracts Core , description: View for Time - Generic Start End , implementation_dba_data: APPS.OKC_TIME_IG_STARTEND_VAL_V ,
-
VIEW: APPS.OKC_TIME_TPG_DELIMITED_V
12.2.2
-
TABLE: SYS.WRM$_BASELINE_TEMPLATE
12.1.1
owner:SYS, object_type:TABLE, object_name:WRM$_BASELINE_TEMPLATE, status:VALID,
-
View: OKC_TIMEVALUES_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIMEVALUES_HV, object_name:OKC_TIMEVALUES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_TIMEVALUES. , implementation_dba_data: APPS.OKC_TIMEVALUES_HV ,
-
View: OKC_TIMEVALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIMEVALUES_V, object_name:OKC_TIMEVALUES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_TIMEVALUES , implementation_dba_data: APPS.OKC_TIMEVALUES_V ,
-
View: OKC_TIME_TPG_DELIMITED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIME_TPG_DELIMITED_V, object_name:OKC_TIME_TPG_DELIMITED_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_TIMEVALUES , implementation_dba_data: APPS.OKC_TIME_TPG_DELIMITED_V ,
-
TABLE: SYS.WRM$_BASELINE_TEMPLATE
12.2.2
owner:SYS, object_type:TABLE, object_name:WRM$_BASELINE_TEMPLATE, status:VALID,
-
View: OKC_TIME_TPG_DELIMITED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIME_TPG_DELIMITED_V, object_name:OKC_TIME_TPG_DELIMITED_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_TIMEVALUES , implementation_dba_data: APPS.OKC_TIME_TPG_DELIMITED_V ,
-
VIEW: GL.GL_TRANSACTION_DATES#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_TRANSACTION_DATES#, status:VALID,
-
PACKAGE BODY: APPS.PAY_IE_PRSI
12.1.1
-
VIEW: JTF.JTF_TASK_RECUR_RULES#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_TASK_RECUR_RULES#, status:VALID,
-
View: OKC_TIMEVALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIMEVALUES_V, object_name:OKC_TIMEVALUES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_TIMEVALUES , implementation_dba_data: APPS.OKC_TIMEVALUES_V ,
-
View: OKC_TIMEVALUES_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIMEVALUES_HV, object_name:OKC_TIMEVALUES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_TIMEVALUES. , implementation_dba_data: APPS.OKC_TIMEVALUES_HV ,
-
VIEW: APPS.OKC_TIME_TPG_DELIMITED_V
12.1.1
-
View: OKC_TIME_IG_STARTEND_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TIME_IG_STARTEND_VAL_V, object_name:OKC_TIME_IG_STARTEND_VAL_V, status:VALID, product: OKC - Contracts Core , description: View for Time - Generic Start End , implementation_dba_data: APPS.OKC_TIME_IG_STARTEND_VAL_V ,
-
VIEW: APPS.OKC_TIMEVALUES_V
12.1.1
-
VIEW: APPS.OKC_TIMEVALUES_HV
12.2.2