DBA Data[Home] [Help]

APPS.WIP_DEFAULT_REPSCHEDULE dependencies on WIP_REPSCHEDULE_UTIL

Line 804: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,FALSE);

800: IF l_Defaulting_Done
801: THEN
802: IF nvl(p_ReDefault,TRUE)
803: THEN
804: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,FALSE);
805: ELSE
806: -- Force Copy the given record into the defaulted record.
807: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,TRUE);
808: END IF;

Line 807: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,TRUE);

803: THEN
804: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,FALSE);
805: ELSE
806: -- Force Copy the given record into the defaulted record.
807: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,TRUE);
808: END IF;
809: -- Check against the given flow schedule record
810: l_return_status := WIP_RepSchedule_Util.Compare(x_RepSchedule_rec, p_RepSchedule_rec);
811: IF (nvl(p_ReDefault,TRUE) = FALSE AND l_return_status = FALSE)

Line 810: l_return_status := WIP_RepSchedule_Util.Compare(x_RepSchedule_rec, p_RepSchedule_rec);

806: -- Force Copy the given record into the defaulted record.
807: x_RepSchedule_rec := WIP_RepSchedule_Util.Complete_Record(g_RepSchedule_rec,p_RepSchedule_rec,TRUE);
808: END IF;
809: -- Check against the given flow schedule record
810: l_return_status := WIP_RepSchedule_Util.Compare(x_RepSchedule_rec, p_RepSchedule_rec);
811: IF (nvl(p_ReDefault,TRUE) = FALSE AND l_return_status = FALSE)
812: THEN
813: x_RepSchedule_rec.return_status := 'N';
814: END IF;