DBA Data[Home] [Help]

APPS.PSA_MF_MISC_DIST_ALL_PKG dependencies on APP_EXCEPTION

Line 73: app_exception.raise_exception;

69: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
70: -- ========================= FND LOG ===========================
71: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
72: -- ========================= FND LOG ===========================
73: app_exception.raise_exception;
74: end if;
75: insert into PSA_MF_MISC_DIST_ALL (
76: MISC_MF_CASH_DIST_ID,
77: MISC_CASH_DISTRIBUTION_ID,

Line 234: app_exception.raise_exception;

230: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
231: -- ========================= FND LOG ===========================
232: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
233: -- ========================= FND LOG ===========================
234: app_exception.raise_exception;
235: close c1;
236: return;
237: end if;
238: close c1;

Line 324: app_exception.raise_exception;

320: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
321: -- ========================= FND LOG ===========================
322: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
323: -- ========================= FND LOG ===========================
324: app_exception.raise_exception;
325: end if;
326: return;
327: end LOCK_ROW;
328:

Line 386: app_exception.raise_exception;

382: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
383: -- ========================= FND LOG ===========================
384: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
385: -- ========================= FND LOG ===========================
386: app_exception.raise_exception;
387: end if;
388: update PSA_MF_MISC_DIST_ALL set
389: MISC_CASH_DISTRIBUTION_ID = X_MISC_CASH_DISTRIBUTION_ID,
390: DISTRIBUTION_CCID = X_DISTRIBUTION_CCID,