DBA Data[Home] [Help]

APPS.FND_RESPONSIBILITY_PKG dependencies on APP_EXCEPTION

Line 363: app_exception.raise_exception;

359: fetch c into recinfo;
360: if (c%notfound) then
361: close c;
362: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
363: app_exception.raise_exception;
364: end if;
365: close c;
366: if ( ((recinfo.WEB_HOST_NAME = X_WEB_HOST_NAME)
367: OR ((recinfo.WEB_HOST_NAME is null) AND (X_WEB_HOST_NAME is null)))

Line 387: app_exception.raise_exception;

383: ) then
384: null;
385: else
386: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
387: app_exception.raise_exception;
388: end if;
389:
390: open c1;
391: fetch c1 into tlinfo;

Line 405: app_exception.raise_exception;

401: ) then
402: null;
403: else
404: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
405: app_exception.raise_exception;
406: end if;
407: return;
408: end LOCK_ROW;
409:

Line 687: app_exception.raise_exception;

683: fnd_message.set_name('FND', 'SQL_NO_DATA_FOUND');
684: fnd_message.set_token('TABLE', 'FND_APPLICATION');
685: fnd_message.set_token('COLUMN', 'APPLICATION_SHORT_NAME');
686: fnd_message.set_token('VALUE', x_app_short_name);
687: app_exception.raise_exception;
688: end;
689:
690: begin
691: select dgu.data_group_id, dgu.application_id

Line 716: /* app_exception.raise_exception;*/

712: 'will be moved out into ldt files that can be patched '||
713: 'seperately, so this warning will not occur.');
714: /* Do not raise an exception because that would halt the upload */
715: /* of other resps. Instead, just fail for this resp and go on. */
716: /* app_exception.raise_exception;*/
717: return;
718: end;
719: begin
720: select menu_id into menu_id

Line 729: app_exception.raise_exception;

725: fnd_message.set_name('FND', 'SQL_NO_DATA_FOUND');
726: fnd_message.set_token('TABLE', 'FND_MENUS_VL');
727: fnd_message.set_token('COLUMN', 'MENU_NAME');
728: fnd_message.set_token('VALUE', x_menu_name);
729: app_exception.raise_exception;
730: end;
731:
732: if ((X_GROUP_APP_SHORT_NAME is not null) or
733: (X_REQUEST_GROUP_NAME is not null)) then

Line 746: app_exception.raise_exception;

742: fnd_message.set_name('FND', 'SQL_NO_DATA_FOUND');
743: fnd_message.set_token('TABLE', 'FND_APPLICATION');
744: fnd_message.set_token('COLUMN', 'GROUP_APP_SHORT_NAME');
745: fnd_message.set_token('VALUE', X_GROUP_APP_SHORT_NAME);
746: app_exception.raise_exception;
747: end;
748:
749: begin
750: select request_group_id