DBA Data[Home] [Help]

APPS.MSC_REL_WF dependencies on MSC_DRP_UTIL

Line 718: dock_date := msc_drp_util.get_work_day('PREV',p_receiving_calendar,

714: dock_date := msc_rel_wf.get_offset_date(l_mfg_calendar,
715: p_instance_id,
716: -1*p_lead_time, p_implement_date);
717:
718: dock_date := msc_drp_util.get_work_day('PREV',p_receiving_calendar,
719: p_instance_id,dock_date);
720:
721: -- then find the working date using receiving calendar,
722: if p_delivery_calendar is not null then

Line 723: dock_date := msc_drp_util.get_work_day('PREV',p_delivery_calendar,

719: p_instance_id,dock_date);
720:
721: -- then find the working date using receiving calendar,
722: if p_delivery_calendar is not null then
723: dock_date := msc_drp_util.get_work_day('PREV',p_delivery_calendar,
724: p_instance_id,dock_date);
725:
726: end if;
727: if dock_date < sysdate then