DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on BOM_PERIOD_START_DATES

Line 1089: from mtl_parameters p, bom_period_start_dates b

1085: and b.week_start_date > v_week_start_date
1086: and b.week_start_date <= v_week_end_date;
1087:
1088: cursor pr_cur is select b.period_start_date
1089: from mtl_parameters p, bom_period_start_dates b
1090: where p.calendar_exception_set_id = b.exception_set_id
1091: and p.calendar_code = b.calendar_code
1092: and p.organization_id = p_organization_id
1093: and b.period_start_date > v_period_start_date