DBA Data[Home] [Help]

APPS.MSD_LIABILITY dependencies on MSD_SR_TIME_LB_V

Line 2357: select * from msd_sr_time_lb_v

2353: WEEK_END_DATE,
2354: DAY,
2355: DAY_DESCRIPTION,
2356: WORKING_DAY )
2357: select * from msd_sr_time_lb_v
2358: where CALENDAR_CODE
2359: in ( select CALENDAR_CODE from msd_dp_calendars where demand_plan_id = p_demand_plan_id and calendar_type <> 1 ) ;
2360:
2361: commit ;