DBA Data[Home] [Help]

APPS.PSA_MFAR_TRANSACTION_COVER_PKG dependencies on PSA_UTILS

Line 63: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

59: end if;
60: else
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:

Line 149: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

145: fetch c1 into tlinfo;
146: if (c1%notfound) then
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;

Line 163: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

159: null;
160: else
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;

Line 214: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

210: end if;
211: else
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: