DBA Data[Home] [Help]

VIEW: APPS.BOM_ORG_CAL_WEEKS_VIEW

Source

View Text - Preformatted

SELECT mtl.organization_id, bom.week_start_date, bom.seq_num, bom.next_date, bom.prior_date FROM BOM_CAL_WEEK_START_DATES BOM,MTL_PARAMETERS MTL where mtl.calendar_code = bom.calendar_code and mtl.calendar_exception_set_id = bom.exception_set_id
View Text - HTML Formatted

SELECT MTL.ORGANIZATION_ID
, BOM.WEEK_START_DATE
, BOM.SEQ_NUM
, BOM.NEXT_DATE
, BOM.PRIOR_DATE
FROM BOM_CAL_WEEK_START_DATES BOM
, MTL_PARAMETERS MTL
WHERE MTL.CALENDAR_CODE = BOM.CALENDAR_CODE
AND MTL.CALENDAR_EXCEPTION_SET_ID = BOM.EXCEPTION_SET_ID