DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on BOM_CAL_WEEK_START_DATES

Line 1081: from mtl_parameters p, bom_cal_week_start_dates b

1077:
1078: -- The week and period is calculated based on the source org of the line.
1079: -- We may need to do it for the org in which that pegging node is
1080: cursor wk_cur is select b.week_start_date
1081: from mtl_parameters p, bom_cal_week_start_dates b
1082: where p.calendar_exception_set_id = b.exception_set_id
1083: and p.calendar_code = b.calendar_code
1084: and p.organization_id = p_organization_id
1085: and b.week_start_date > v_week_start_date