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 512: APP_EXCEPTION.Raise_Exception;

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

Line 620: APP_EXCEPTION.Raise_Exception;

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

Line 632: APP_EXCEPTION.Raise_Exception;

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

Line 701: APP_EXCEPTION.Raise_Exception;

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

Line 742: APP_EXCEPTION.Raise_Exception;

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