DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S1 dependencies on APP_EXCEPTION

Line 151: APP_EXCEPTION.Raise_Exception;

147: 'Cursor failed with rowid = ' || nvl(x_rowid,'null'));
148: END IF;
149: END IF;
150: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
151: APP_EXCEPTION.Raise_Exception;
152: end if;
153: CLOSE C;
154: /* Bug 2032728. Modified the lock row procedures for headers to compare truncated
155: dates so that the time stamp is not compared as the time stamp

Line 497: APP_EXCEPTION.RAISE_EXCEPTION;

493: 'Failed second if statement when comparing fields');
494: END IF;
495: END IF;
496: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
497: APP_EXCEPTION.RAISE_EXCEPTION;
498: end if;
499: else
500: IF (g_fnd_debug = 'Y') THEN
501: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN

Line 507: APP_EXCEPTION.RAISE_EXCEPTION;

503: 'Failed first if statement when comparing fields');
504: END IF;
505: END IF;
506: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
507: APP_EXCEPTION.RAISE_EXCEPTION;
508:
509: end if;
510:
511: END Lock_Row;