DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S1 dependencies on APP_EXCEPTION

Line 152: APP_EXCEPTION.Raise_Exception;

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

Line 819: APP_EXCEPTION.RAISE_EXCEPTION;

815: 'Failed second if statement when comparing fields');
816: END IF;
817: END IF;
818: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
819: APP_EXCEPTION.RAISE_EXCEPTION;
820: end if;
821: else
822: IF (g_fnd_debug = 'Y') THEN
823: IF (NVL(X_Po_Header_Id,-999) <> NVL(Recinfo.po_header_id,-999)) THEN

Line 1150: APP_EXCEPTION.RAISE_EXCEPTION;

1146: 'Failed first if statement when comparing fields');
1147: END IF;
1148: END IF;
1149: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
1150: APP_EXCEPTION.RAISE_EXCEPTION;
1151:
1152: end if;
1153:
1154: EXCEPTION --Bug 12373682

Line 1155: WHEN app_exception.record_lock_exception THEN

1151:
1152: end if;
1153:
1154: EXCEPTION --Bug 12373682
1155: WHEN app_exception.record_lock_exception THEN
1156: po_message_s.app_error ('PO_ALL_CANNOT_RESERVE_RECORD');
1157:
1158:
1159: END Lock_Row;