DBA Data[Home] [Help]

APPS.MTL_SYSTEM_ITEMS_T2_BOM dependencies on APP_EXCEPTION

Line 19: APP_EXCEPTION.RAISE_EXCEPTION;

15:
16: IF ( BOM_PFI_PVT.PF_Segs_Status = BOM_PFI_PVT.G_PF_Segs_Status_Undefined )
17: THEN
18: FND_MESSAGE.set_name('INV', 'INV_BOM_PFI_SEGS_UNDEFINED');
19: APP_EXCEPTION.RAISE_EXCEPTION;
20: END IF;
21:
22: -------------------------------------------------------------------
23: -- Remove product family item from its own category in a given org.

Line 53: APP_EXCEPTION.RAISE_EXCEPTION;

49:
50: EXCEPTION
51: WHEN OTHERS THEN
52: IF ( SQLCODE = -20001 ) THEN
53: APP_EXCEPTION.RAISE_EXCEPTION;
54: ELSE
55: RAISE;
56: END IF;
57: