DBA Data[Home] [Help]

APPS.MSC_REL_WF dependencies on MSC_DRP_UTIL

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

695: dock_date := msc_rel_wf.get_offset_date(p_receiving_calendar,
696: p_instance_id,
697: -1*p_lead_time, p_implement_date);
698:
699: dock_date := msc_drp_util.get_work_day('PREV',p_receiving_calendar,
700: p_instance_id,dock_date);
701:
702: -- then find the working date using receiving calendar,
703: if p_delivery_calendar is not null then

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

700: p_instance_id,dock_date);
701:
702: -- then find the working date using receiving calendar,
703: if p_delivery_calendar is not null then
704: dock_date := msc_drp_util.get_work_day('PREV',p_delivery_calendar,
705: p_instance_id,dock_date);
706:
707: end if;
708: if dock_date < sysdate then