DBA Data[Home] [Help]

APPS.FA_MASSADD_DIST_PKG dependencies on APP_EXCEPTION

Line 51: app_exception.raise_exception;

47: -- commit;
48: X_success := TRUE;
49:
50: exception when others then
51: app_exception.raise_exception;
52:
53: end dist_set;
54:
55: