You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Fusion warehouse calendar query

edited Apr 18, 2024 1:43PM in Warehouse Management 1 comment

Summary:

Need warehouse calendar query. I built a query that needs to have year, month, month start information using msc_calendar_months but msc_calendars table does not have current year data. What would be otherway of work around to get the query work.

Content (required):

SELECT distinct

    iop.organization_code,

    mc.calendar_name,

    mc.description,

    mcm.year,

    mcm.year_description,

    mcm.year_start_date,

    mcm.year_end_date,

    mcm.quarter,

    mcm.quarter_seq_num,

    mcm.quarter_start_date,

    mcm.quarter_end_date,

    mcm.month,

    mcm.start_of_month,

    mcm.month_start_date,

    mcm.month_end_date,

    mc.quarterly_calendar_type,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!