DBA Data[Home] [Help]

APPS.PSA_MF_ADJ_DIST_ALL_PKG dependencies on APP_EXCEPTION

Line 71: app_exception.raise_exception;

67: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
68: -- ========================= FND LOG ===========================
69: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
70: -- ========================= FND LOG ===========================
71: app_exception.raise_exception;
72: end if;
73: insert into PSA_MF_ADJ_DIST_ALL (
74: ADJUSTMENT_ID,
75: CUST_TRX_LINE_GL_DIST_ID,

Line 215: app_exception.raise_exception;

211: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
212: -- ========================= FND LOG ===========================
213: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
214: -- ========================= FND LOG ===========================
215: app_exception.raise_exception;
216: close c1;
217: return;
218: end if;
219: close c1;

Line 291: app_exception.raise_exception;

287: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
288: -- ========================= FND LOG ===========================
289: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
290: -- ========================= FND LOG ===========================
291: app_exception.raise_exception;
292: end if;
293: return;
294: end LOCK_ROW;
295:

Line 349: app_exception.raise_exception;

345: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
346: -- ========================= FND LOG ===========================
347: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
348: -- ========================= FND LOG ===========================
349: app_exception.raise_exception;
350: end if;
351: update PSA_MF_ADJ_DIST_ALL set
352: MF_ADJUSTMENT_CCID = X_MF_ADJUSTMENT_CCID,
353: AMOUNT = X_AMOUNT,