DBA Data[Home] [Help]

APPS.GMP_PLNG_DTL_REPORT_PKG dependencies on MSC_CAL_WEEK_START_DATES

Line 242: from msc_cal_week_start_dates cal , msc_trading_partners mtp

238: FND_FILE.PUT_LINE ( FND_FILE.LOG, ' v_err_mesg: '||v_err_mesg);
239:
240: select min(cal.week_start_date)
241: into v_weekly_start_date
242: from msc_cal_week_start_dates cal , msc_trading_partners mtp
243: where cal.exception_set_id = mtp.calendar_exception_set_id
244: and cal.calendar_code = mtp.calendar_code
245: and cal.week_start_date >= trunc(v_daily_cutoff_date)
246: and cal.sr_instance_id = G_inst_id