DBA Data[Home] [Help]

APPS.MSC_ATP_24X7 dependencies on DUAL

Line 245: from dual;

241: -- Get Session ID
242: begin
243: select MRP_ATP_SCHEDULE_TEMP_S.NEXTVAL
244: into l_session_id
245: from dual;
246: exception
247: when others then
248: conc_log ('Unable to get a sequence number for ATP Call');
249: conc_log ('Error is : ' || sqlerrm);

Line 437: from dual;

433: -- Get Session ID
434: begin
435: select MRP_ATP_SCHEDULE_TEMP_S.NEXTVAL
436: into l_session_id
437: from dual;
438: exception
439: when others then
440: conc_log ('Unable to get a sequence number for ATP Call');
441: conc_log ('Error is : ' || sqlerrm);

Line 560: from dual;

556: -- Get Session ID
557: begin
558: select MRP_ATP_SCHEDULE_TEMP_S.NEXTVAL
559: into l_session_id
560: from dual;
561: exception
562: when others then
563: conc_log ('Unable to get a sequence number for ATP Call');
564: conc_log ('Error is : ' || sqlerrm);