DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on DUAL

Line 439: FROM dual;

435: l_atp_rec.atp_lead_time(I) := 0;
436:
437: SELECT mrp_atp_schedule_temp_s.nextval
438: INTO l_session_id
439: FROM dual;
440:
441: -- Call ATP
442:
443: IF l_debug_level > 0 THEN

Line 703: -- to give out individual messages for each line.

699: ELSIF p_atp_rec.Ship_Set_Name(J) is not null OR
700: p_atp_rec.Arrival_Set_Name(J) is not null THEN
701:
702: -- This line belongs to a scheduling group. We do not want
703: -- to give out individual messages for each line.
704: null;
705:
706: ELSE
707: IF l_debug_level > 0 THEN