DBA Data[Home] [Help]

APPS.FA_MASS_ADDITIONS_PKG2 dependencies on APP_EXCEPTION

Line 294: APP_EXCEPTION.Raise_Exception;

290: FETCH C INTO Recinfo;
291: if (C%NOTFOUND) then
292: CLOSE C;
293: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
294: APP_EXCEPTION.Raise_Exception;
295: end if;
296: CLOSE C;
297: if ( ( (Recinfo.mass_addition_id = X_Mass_Addition_Id)
298: OR ( (Recinfo.mass_addition_id IS NULL)

Line 401: APP_EXCEPTION.Raise_Exception;

397: AND (X_Invoice_Updated_By IS NULL)))) then
398: null;
399: else
400: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
401: APP_EXCEPTION.Raise_Exception;
402: end if;
403:
404: if ( ((Recinfo.payables_cost = X_Payables_Cost)
405: OR ( (Recinfo.payables_cost IS NULL)

Line 509: APP_EXCEPTION.Raise_Exception;

505: AND (X_warranty_number IS NULL)))) then
506: null;
507: else
508: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
509: APP_EXCEPTION.Raise_Exception;
510: end if;
511:
512: if ( ((Recinfo.attribute12 = X_Attribute12)
513: OR ( (Recinfo.attribute12 IS NULL)

Line 617: APP_EXCEPTION.Raise_Exception;

613: AND (X_Sum_Units IS NULL)))) then
614: null;
615: else
616: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
617: APP_EXCEPTION.Raise_Exception;
618: end if;
619:
620: --
621:

Line 629: APP_EXCEPTION.Raise_Exception;

625: AND (X_inventorial IS NULL)))) then
626: null;
627: else
628: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
629: APP_EXCEPTION.Raise_Exception;
630: end if;
631: */
632:
633: --

Line 698: APP_EXCEPTION.Raise_Exception;

694:
695: return;
696: else
697: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
698: APP_EXCEPTION.Raise_Exception;
699: end if;
700: --
701: /* added the following code for FT enhancement RefBug: 1399562 */
702: /****

Line 739: APP_EXCEPTION.Raise_Exception;

735: AND (X_asset_id IS NULL )))) then
736: null;
737: else
738: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
739: APP_EXCEPTION.Raise_Exception;
740: end if;
741:
742: ****/
743: END Lock_Row;