DBA Data[Home] [Help]

APPS.PSA_MFAR_TRANSACTION_COVER_PKG dependencies on APP_EXCEPTION

Line 65: app_exception.raise_exception;

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

Line 151: app_exception.raise_exception;

147: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
148: -- ========================= FND LOG ===========================
149: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
150: -- ========================= FND LOG ===========================
151: app_exception.raise_exception;
152: close c1;
153: return;
154: end if;
155: close c1;

Line 165: app_exception.raise_exception;

161: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
162: -- ========================= FND LOG ===========================
163: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
164: -- ========================= FND LOG ===========================
165: app_exception.raise_exception;
166: end if;
167: return;
168: end LOCK_ROW;
169:

Line 216: app_exception.raise_exception;

212: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
213: -- ========================= FND LOG ===========================
214: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
215: -- ========================= FND LOG ===========================
216: app_exception.raise_exception;
217: end if;
218:
219: update PSA_MF_TRX_DIST_ALL set
220: MF_RECEIVABLES_CCID = X_RECEIVABLES_CCID,