DBA Data[Home] [Help]

APPS.FA_MASSADD_DIST_PKG dependencies on APP_EXCEPTION

Line 52: app_exception.raise_exception;

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