DBA Data[Home] [Help]

APPS.FA_VENDORMERGE_GRP dependencies on FA_DEBUG_PKG

Line 56: fa_debug_pkg.add(l_calling_fn, 'BEGIN', to_char(p_vendor_id)||':'||to_char(p_dup_vendor_id)||':'||

52:
53:
54: BEGIN
55: if (g_log_level_rec.statement_level) then
56: fa_debug_pkg.add(l_calling_fn, 'BEGIN', to_char(p_vendor_id)||':'||to_char(p_dup_vendor_id)||':'||
57: to_char(p_vendor_site_id)||':'||to_char(p_dup_vendor_site_id),
58: p_log_level_rec => g_log_level_rec);
59: end if;
60:

Line 68: fa_debug_pkg.add(l_calling_fn, 'Failed calling', 'fa_util_pub.get_log_level_rec',

64: if (NOT fa_util_pub.get_log_level_rec (
65: x_log_level_rec => g_log_level_rec)) then
66:
67: if (g_log_level_rec.statement_level) then
68: fa_debug_pkg.add(l_calling_fn, 'Failed calling', 'fa_util_pub.get_log_level_rec',
69: p_log_level_rec => g_log_level_rec);
70: end if;
71:
72: raise mrg_err;

Line 87: fa_debug_pkg.add(l_calling_fn, 'Failed calling', 'fnd_api.compatible_api_call',

83: p_api_version,
84: G_API_NAME,
85: G_PKG_NAME) then
86: if (g_log_level_rec.statement_level) then
87: fa_debug_pkg.add(l_calling_fn, 'Failed calling', 'fnd_api.compatible_api_call',
88: p_log_level_rec => g_log_level_rec);
89: end if;
90:
91: raise mrg_err;

Line 107: fa_debug_pkg.add(l_calling_fn, 'Failed getting', 'vendor informatioin',

103: if c_get_vendor_name%notfound then
104: close c_get_vendor_name;
105:
106: if (g_log_level_rec.statement_level) then
107: fa_debug_pkg.add(l_calling_fn, 'Failed getting', 'vendor informatioin',
108: p_log_level_rec => g_log_level_rec);
109: end if;
110:
111: raise mrg_err;

Line 123: fa_debug_pkg.add(l_calling_fn, 'Start Updating', 'processing...',

119: --
120: --
121:
122: if (g_log_level_rec.statement_level) then
123: fa_debug_pkg.add(l_calling_fn, 'Start Updating', 'processing...',
124: p_log_level_rec => g_log_level_rec);
125: end if;
126:
127: -- **********************************************************

Line 280: fa_debug_pkg.add(l_calling_fn, 'End', 'SUCCESS',

276:
277: x_return_status := FND_API.G_RET_STS_SUCCESS;
278:
279: if (g_log_level_rec.statement_level) then
280: fa_debug_pkg.add(l_calling_fn, 'End', 'SUCCESS',
281: p_log_level_rec => g_log_level_rec);
282: end if;
283:
284: EXCEPTION

Line 298: fa_debug_pkg.add(l_calling_fn, 'EXCEPTION(OTHERS)', l_location,

294: WHEN OTHERS THEN
295: ROLLBACK TO sp_vendor_merge;
296:
297: if (g_log_level_rec.statement_level) then
298: fa_debug_pkg.add(l_calling_fn, 'EXCEPTION(OTHERS)', l_location,
299: p_log_level_rec => g_log_level_rec);
300: end if;
301:
302: fa_srvr_msg.add_message(calling_fn => l_calling_fn,