DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on APP_EXCEPTION

Line 68: APP_EXCEPTION.RAISE_EXCEPTION;

64: IF (SQLCODE <> -20001) THEN
65: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
66: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
67: END IF;
68: APP_EXCEPTION.RAISE_EXCEPTION;
69:
70: END Print;
71:
72: /******************************************************************************/

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

2450: if p_process_flag <> 'S' then
2451: p_process_flag := 'EE';
2452: print ('l_msg_count = ' || l_msg_count || ' error msg - ' || p_process_message);
2453: -- there is either expected or un-expected error
2454: return; --app_exception.raise_exception ('AP',-20001,p_process_message);
2455: end if;
2456:
2457: debug ('begin sweep_transactions: current timestamp is= '||current_timestamp);
2458: