DBA Data[Home] [Help]

APPS.MSC_SELECT_ALL_FOR_RELEASE_PUB dependencies on MSC_CALENDAR

Line 487: msc_calendar.next_work_day(

483: decode(trunc(GREATEST(NVL(mr.firm_date,mr.new_schedule_date),
484: TRUNC(SYSDATE))),
485: trunc(mr.new_schedule_date),
486: mr.new_schedule_date,
487: msc_calendar.next_work_day(
488: mr.organization_id,
489: mr.sr_instance_id,
490: 1,
491: greatest(nvl( mr.firm_date, mr.new_schedule_date ),

Line 588: msc_calendar.days_between(msrs.organization_id,

584: implement_demand_class = nvl(msrs.implement_demand_class,
585: p_demand_class),
586: implement_line_id = nvl(msrs.implement_line_id, msrs.line_id),
587: implement_processing_days = nvl(msrs.implement_processing_days,
588: msc_calendar.days_between(msrs.organization_id,
589: msrs.sr_instance_id,
590: 1,
591: msrs.last_unit_completion_date,
592: nvl(msrs.first_unit_completion_date,