DBA Data[Home] [Help]

APPS.WMS_OP_PLANS_PKG dependencies on APP_EXCEPTION

Line 508: APP_EXCEPTION.Raise_Exception;

504: fetch C into recinfo;
505: if(C%NOTFOUND) then
506: close C;
507: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
508: APP_EXCEPTION.Raise_Exception;
509: end if;
510: CLOSE C;
511:
512: if ( ((recinfo.SYSTEM_TASK_TYPE = x_system_task_type)

Line 601: APP_EXCEPTION.Raise_Exception;

597: null;
598:
599: else
600: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
601: APP_EXCEPTION.Raise_Exception;
602: end if;
603:
604: for tlinfo in c1 loop
605: if (tlinfo.BASELANG = 'Y') then

Line 613: app_exception.raise_exception;

609: ) then
610: return;
611: else
612: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
613: app_exception.raise_exception;
614: end if;
615: end if;
616: end loop;
617: return;