DBA Data[Home] [Help]

VIEW: APPS.BOM_ORG_CAL_PERIODS_VIEW

Source

View Text - Preformatted

SELECT mtl.organization_id, bom.period_start_date, bom.period_sequence_num, bom.period_name, bom.next_date, bom.prior_date FROM BOM_PERIOD_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.PERIOD_START_DATE
, BOM.PERIOD_SEQUENCE_NUM
, BOM.PERIOD_NAME
, BOM.NEXT_DATE
, BOM.PRIOR_DATE
FROM BOM_PERIOD_START_DATES BOM
, MTL_PARAMETERS MTL
WHERE MTL.CALENDAR_CODE = BOM.CALENDAR_CODE
AND MTL.CALENDAR_EXCEPTION_SET_ID = BOM.EXCEPTION_SET_ID