DBA Data[Home] [Help]

APPS.PSA_MF_TRX_DIST_ALL_PKG dependencies on APP_EXCEPTION

Line 64: app_exception.raise_exception;

60: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
61: -- ========================= FND LOG ===========================
62: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
63: -- ========================= FND LOG ===========================
64: app_exception.raise_exception;
65: end if;
66: insert into PSA_MF_TRX_DIST_ALL (
67: CUST_TRX_LINE_GL_DIST_ID,
68: MF_RECEIVABLES_CCID,

Line 187: app_exception.raise_exception;

183: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
184: -- ========================= FND LOG ===========================
185: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
186: -- ========================= FND LOG ===========================
187: app_exception.raise_exception;
188: close c1;
189: return;
190: end if;
191: close c1;

Line 255: app_exception.raise_exception;

251: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
252: -- ========================= FND LOG ===========================
253: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
254: -- ========================= FND LOG ===========================
255: app_exception.raise_exception;
256: end if;
257: return;
258: end LOCK_ROW;
259:

Line 308: app_exception.raise_exception;

304: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
305: -- ========================= FND LOG ===========================
306: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
307: -- ========================= FND LOG ===========================
308: app_exception.raise_exception;
309: end if;
310: update PSA_MF_TRX_DIST_ALL set
311: MF_RECEIVABLES_CCID = X_MF_RECEIVABLES_CCID,
312: POSTING_CONTROL_ID = X_POSTING_CONTROL_ID,