DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on MSC_PERIOD_START_DATES

Line 1110: from msc_trading_partners p, MSC_period_START_DATES b

1106: and b.week_start_date <= v_week_end_date;
1107:
1108: cursor msc_pr_cur is
1109: select b.period_start_date
1110: from msc_trading_partners p, MSC_period_START_DATES b
1111: where p.calendar_exception_set_id = b.exception_set_id
1112: AND p.sr_instance_id = p_sr_instance_id
1113: AND b.sr_instance_id = p.sr_instance_id
1114: and p.calendar_code = b.calendar_code