DBA Data[Home] [Help]

APPS.CSE_UTIL_PKG dependencies on CSE_DEBUG_PUB

Line 44: -- CSE_DEBUG_PUB.ADD('API CSE_UTIL_PKG.check_nl_trackable other exception: ' || l_err_text);

40: WHEN OTHERS THEN
41: fnd_message.set_name('CSE','CSE_OTHERS_EXCEPTION');
42: fnd_message.set_token('ERR_MSG', sqlerrm);
43: l_err_text := fnd_message.get;
44: -- CSE_DEBUG_PUB.ADD('API CSE_UTIL_PKG.check_nl_trackable other exception: ' || l_err_text);
45: END check_item_trackable;
46:
47: PROCEDURE check_lot_control(
48: p_inventory_item_id IN NUMBER,

Line 119: cse_debug_pub.add('API CSE_UTIL_PKG.check_serial_control other exception: ' || l_err_text);

115: fnd_message.set_name('CSE','CSE_OTHERS_EXCEPTION');
116: fnd_message.set_token('ERR_MSG', sqlerrm);
117: l_err_text := fnd_message.get;
118: IF (l_debug = 'Y') THEN
119: cse_debug_pub.add('API CSE_UTIL_PKG.check_serial_control other exception: ' || l_err_text);
120: END IF;
121: raise;
122: END check_serial_control;
123:

Line 261: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments Exception: ' || l_err_text);

257:
258: fnd_message.set_name('CSE', 'CSE_DELIMITER_NOT_FOUND');
259: l_err_text := fnd_message.get;
260: IF (l_debug = 'Y') THEN
261: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments Exception: ' || l_err_text);
262: END IF;
263: x_Error_Message := l_err_text;
264: x_Return_Status := FND_API.G_RET_STS_ERROR;
265: -- return;

Line 271: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments other exception: ' || l_err_text);

267: fnd_message.set_name('CSE','CSE_OTHERS_EXCEPTION');
268: fnd_message.set_token('ERR_MSG', sqlerrm);
269: l_err_text := fnd_message.get;
270: IF (l_debug = 'Y') THEN
271: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments other exception: ' || l_err_text);
272: END IF;
273: x_Error_Message :=l_err_text;
274: x_Return_Status := FND_API.G_RET_STS_UNEXP_ERROR;
275: END get_combine_segments;

Line 317: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments Exception: ' || l_err_text);

313: fnd_message.set_name('CSE', 'CSE_FLEX_SEGMENTS_NOT_FOUND');
314: fnd_message.set_token('COMBINATION_ID',P_Combination_Id);
315: l_err_text := fnd_message.get;
316: IF (l_debug = 'Y') THEN
317: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments Exception: ' || l_err_text);
318: END IF;
319: x_Return_Status := FND_API.G_RET_STS_ERROR;
320: X_Error_Message :=l_err_text;
321: WHEN DLT_NOT_FOUND THEN

Line 325: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments Exception: ' || l_err_text);

321: WHEN DLT_NOT_FOUND THEN
322: fnd_message.set_name('CSE', 'CSE_DELIMITER_NOT_FOUND');
323: l_err_text := fnd_message.get;
324: IF (l_debug = 'Y') THEN
325: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments Exception: ' || l_err_text);
326: END IF;
327: x_Return_Status := FND_API.G_RET_STS_ERROR;
328: X_Error_Message :=l_err_text;
329: WHEN OTHERS THEN

Line 334: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments other exception: ' || l_err_text);

330: fnd_message.set_name('CSE','CSE_OTHERS_EXCEPTION');
331: fnd_message.set_token('ERR_MSG', sqlerrm);
332: l_err_text := fnd_message.get;
333: IF (l_debug = 'Y') THEN
334: cse_debug_pub.add('API CSE_UTIL_PKG.get_combine_segments other exception: ' || l_err_text);
335: END IF;
336: x_Return_Status := FND_API.G_RET_STS_UNEXP_ERROR;
337: X_Error_Message :=l_err_text;
338: END get_concat_segments;

Line 1272: -- CSE_DEBUG_PUB.ADD('API CSE_UTIL_PKG.check_top_assembly others exception: ' || l_err_text);

1268: fnd_message.set_name('CSE','CSE_OTHERS_EXCEPTION');
1269: fnd_message.set_token('ERR_MSG', sqlerrm);
1270: x_return_status := fnd_api.g_ret_sts_unexp_error;
1271: x_error_message := fnd_message.get;
1272: -- CSE_DEBUG_PUB.ADD('API CSE_UTIL_PKG.check_top_assembly others exception: ' || l_err_text);
1273: END check_if_top_assembly;
1274:
1275: ------------------------------------------------------------------------------
1276: ---

Line 1566: cse_debug_pub.g_dir := nvl(fnd_profile.value('cse_debug_log_directory'), '/tmp');

1562: l_sysdate DATE := sysdate;
1563: l_cse varchar2(3) := 'cse';
1564: BEGIN
1565: IF l_debug = 'Y' THEN
1566: cse_debug_pub.g_dir := nvl(fnd_profile.value('cse_debug_log_directory'), '/tmp');
1567: cse_debug_pub.g_file := NULL;
1568: l_file := cse_debug_pub.set_debug_file(l_cse||'.'||to_char(l_sysdate,'DDMONYYYY')||'.dbg');
1569: cse_debug_pub.debug_on;
1570: END IF;

Line 1567: cse_debug_pub.g_file := NULL;

1563: l_cse varchar2(3) := 'cse';
1564: BEGIN
1565: IF l_debug = 'Y' THEN
1566: cse_debug_pub.g_dir := nvl(fnd_profile.value('cse_debug_log_directory'), '/tmp');
1567: cse_debug_pub.g_file := NULL;
1568: l_file := cse_debug_pub.set_debug_file(l_cse||'.'||to_char(l_sysdate,'DDMONYYYY')||'.dbg');
1569: cse_debug_pub.debug_on;
1570: END IF;
1571: EXCEPTION

Line 1568: l_file := cse_debug_pub.set_debug_file(l_cse||'.'||to_char(l_sysdate,'DDMONYYYY')||'.dbg');

1564: BEGIN
1565: IF l_debug = 'Y' THEN
1566: cse_debug_pub.g_dir := nvl(fnd_profile.value('cse_debug_log_directory'), '/tmp');
1567: cse_debug_pub.g_file := NULL;
1568: l_file := cse_debug_pub.set_debug_file(l_cse||'.'||to_char(l_sysdate,'DDMONYYYY')||'.dbg');
1569: cse_debug_pub.debug_on;
1570: END IF;
1571: EXCEPTION
1572: WHEN others THEN

Line 1569: cse_debug_pub.debug_on;

1565: IF l_debug = 'Y' THEN
1566: cse_debug_pub.g_dir := nvl(fnd_profile.value('cse_debug_log_directory'), '/tmp');
1567: cse_debug_pub.g_file := NULL;
1568: l_file := cse_debug_pub.set_debug_file(l_cse||'.'||to_char(l_sysdate,'DDMONYYYY')||'.dbg');
1569: cse_debug_pub.debug_on;
1570: END IF;
1571: EXCEPTION
1572: WHEN others THEN
1573: null;