DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on DUAL

Line 7474: -- to give out individual messages for each line. We will store

7470: /* ELSIF p_atp_table.Ship_Set_Name(J) is not null OR
7471: p_atp_table.Arrival_Set_Name(J) is not null THEN
7472:
7473: -- This line belongs to a scheduling group. We do not want
7474: -- to give out individual messages for each line. We will store
7475: -- them in atp_tbl which can be displayed by the user.
7476: null;
7477: */
7478: ELSE

Line 9668: from dual;

9664:
9665: -- IF MRP_SESSION_ID = 0 THEN
9666: SELECT mrp_atp_schedule_temp_s.nextval
9667: INTO MRP_SESSION_ID
9668: from dual;
9669: -- END IF;
9670:
9671: return MRP_SESSION_ID;
9672: EXCEPTION