DBA Data[Home] [Help]

APPS.MRP_DEFAULT_FLOW_SCHEDULE dependencies on MRP_CALENDAR

Line 1172: l_completion_date := mrp_calendar.prev_work_day(

1168: if (l_completion_time > l_new_end_time) then
1169: l_completion_date_time := l_completion_date + (l_new_end_time/86400);
1170:
1171: elsif (l_completion_time < l_start_time) then
1172: l_completion_date := mrp_calendar.prev_work_day(
1173: g_flow_schedule_rec.organization_id,
1174: 1,
1175: flm_timezone.server_to_calendar(l_completion_date)-1);
1176: