DBA Data[Home] [Help]

APPS.PSA_TRX_TYPES_ALL_PKG dependencies on PSA_UTILS

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

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

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

77: END IF;
78:
79: Fnd_Message.Set_Name('PSA', 'PSA_TRX_TYPE_DUP');
80: -- ========================= FND LOG ===========================
81: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
82: -- ========================= FND LOG ===========================
83: app_exception.raise_exception;
84: END IF;
85:

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

194: fetch c1 into tlinfo;
195: if (c1%notfound) then
196: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
197: -- ========================= FND LOG ===========================
198: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
199: -- ========================= FND LOG ===========================
200: app_exception.raise_exception;
201: close c1;
202: return;

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

255: null;
256: else
257: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
258: -- ========================= FND LOG ===========================
259: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
260: -- ========================= FND LOG ===========================
261: app_exception.raise_exception;
262: end if;
263: return;

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

305: end if;
306: else
307: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
308: -- ========================= FND LOG ===========================
309: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
310: -- ========================= FND LOG ===========================
311: app_exception.raise_exception;
312: end if;
313: update PSA_TRX_TYPES_ALL set

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

360: else
361:
362: FND_MESSAGE.SET_NAME('PSA','PSA_TRX_TYPE_DEL');
363: -- ========================= FND LOG ===========================
364: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
365: -- ========================= FND LOG ===========================
366: app_exception.raise_exception;
367: if (sql%notfound) then
368: raise no_data_found;