DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on APP_EXCEPTION

Line 46: APP_EXCEPTION.RAISE_EXCEPTION;

42: IF (SQLCODE <> -20001) THEN
43: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
44: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
45: END IF;
46: APP_EXCEPTION.RAISE_EXCEPTION;
47:
48: END Print;
49:
50:

Line 2274: return; --app_exception.raise_exception ('AP',-20001,p_process_message);

2270: return;
2271: else
2272: if p_process_flag <> 'SS' then
2273: -- there is either expected or un-expected error
2274: return; --app_exception.raise_exception ('AP',-20001,p_process_message);
2275: end if;
2276: end if;
2277:
2278: --