DBA Data[Home] [Help]

APPS.MSC_SELECT_ALL_FOR_RELEASE_PUB dependencies on MSC_CALENDAR

Line 414: msc_calendar.next_work_day(

410: decode(trunc(GREATEST(NVL(mr.firm_date,mr.new_schedule_date),
411: TRUNC(SYSDATE))),
412: trunc(mr.new_schedule_date),
413: mr.new_schedule_date,
414: msc_calendar.next_work_day(
415: mr.organization_id,
416: mr.sr_instance_id,
417: 1,
418: greatest(nvl( mr.firm_date, mr.new_schedule_date ),

Line 515: msc_calendar.days_between(msrs.organization_id,

511: implement_demand_class = nvl(msrs.implement_demand_class,
512: p_demand_class),
513: implement_line_id = nvl(msrs.implement_line_id, msrs.line_id),
514: implement_processing_days = nvl(msrs.implement_processing_days,
515: msc_calendar.days_between(msrs.organization_id,
516: msrs.sr_instance_id,
517: 1,
518: msrs.last_unit_completion_date,
519: nvl(msrs.first_unit_completion_date,