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 682: app_exception.raise_exception;

678: fnd_message.set_name('FND', 'SQL_NO_DATA_FOUND');
679: fnd_message.set_token('TABLE', 'FND_APPLICATION');
680: fnd_message.set_token('COLUMN', 'APPLICATION_SHORT_NAME');
681: fnd_message.set_token('VALUE', x_app_short_name);
682: app_exception.raise_exception;
683: end;
684:
685: begin
686: select dgu.data_group_id, dgu.application_id

Line 711: /* app_exception.raise_exception;*/

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

Line 724: app_exception.raise_exception;

720: fnd_message.set_name('FND', 'SQL_NO_DATA_FOUND');
721: fnd_message.set_token('TABLE', 'FND_MENUS_VL');
722: fnd_message.set_token('COLUMN', 'MENU_NAME');
723: fnd_message.set_token('VALUE', x_menu_name);
724: app_exception.raise_exception;
725: end;
726:
727: if ((X_GROUP_APP_SHORT_NAME is not null) or
728: (X_REQUEST_GROUP_NAME is not null)) then

Line 741: app_exception.raise_exception;

737: fnd_message.set_name('FND', 'SQL_NO_DATA_FOUND');
738: fnd_message.set_token('TABLE', 'FND_APPLICATION');
739: fnd_message.set_token('COLUMN', 'GROUP_APP_SHORT_NAME');
740: fnd_message.set_token('VALUE', X_GROUP_APP_SHORT_NAME);
741: app_exception.raise_exception;
742: end;
743:
744: begin
745: select request_group_id