DBA Data[Home] [Help]

APPS.FLM_MMM_CALCULATION dependencies on BOM_CAL_WEEK_START_DATES

Line 2393: FROM bom_cal_week_start_dates bw,

2389:
2390: ELSIF i_bucket_type = C_BUCKET_WEEKS THEN
2391: SELECT bw.week_start_date
2392: INTO l_offset_date
2393: FROM bom_cal_week_start_dates bw,
2394: mtl_parameters mp
2395: WHERE mp.organization_id = i_organization_id
2396: AND bw.calendar_code = mp.calendar_code
2397: AND bw.exception_set_id = mp.calendar_exception_set_id