DBA Data[Home] [Help]

APPS.M4U_UCC_ADAPTER dependencies on M4U_UCC_ADAPTER

Line 1: PACKAGE BODY m4u_ucc_adapter AS

1: PACKAGE BODY m4u_ucc_adapter AS
2: /* $Header: m4uinaqb.pls 120.0 2005/05/24 16:19:08 appldev noship $ */
3: l_debug_level NUMBER;
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'm4u_ucc_adapter';
5: -- Name

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'm4u_ucc_adapter';

1: PACKAGE BODY m4u_ucc_adapter AS
2: /* $Header: m4uinaqb.pls 120.0 2005/05/24 16:19:08 appldev noship $ */
3: l_debug_level NUMBER;
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'm4u_ucc_adapter';
5: -- Name
6: -- set_aq_correlation
7: -- Purpose
8: -- sets the PROTOCOL_TYPE event attribute in the ECX_EVENT_MESSAGE item attribute

Line 42: cln_debug_pub.Add('=========== Entering m4u_ucc_adapter.pushtoAQ =========== ',2);

38: --q_name := 'WF_JAVA_DEFERRED';
39: l_event_name := 'oracle.apps.m4u.inbound.ALL';
40:
41: IF (l_Debug_Level <= 2) THEN
42: cln_debug_pub.Add('=========== Entering m4u_ucc_adapter.pushtoAQ =========== ',2);
43: END IF;
44:
45: SELECT SYS_GUID()
46: INTO msg_id

Line 109: cln_debug_pub.Add('=========== Exiting m4u_ucc_adapter.pushtoAQ normal - Success =========== ',2);

105: END IF;
106:
107:
108: IF (l_Debug_Level <= 2) THEN
109: cln_debug_pub.Add('=========== Exiting m4u_ucc_adapter.pushtoAQ normal - Success =========== ',2);
110: END IF;
111:
112: RETURN 'SUCCESS';
113: EXCEPTION

Line 119: cln_debug_pub.Add('=========== Exiting m4u_ucc_adapter.pushtoAQ - on Exception =========== ',2);

115: IF (l_Debug_Level <= 5) THEN
116: cln_debug_pub.Add('Error : ' || SQLCODE || ':' || SQLERRM, 5);
117: END IF;
118: IF (l_Debug_Level <= 2) THEN
119: cln_debug_pub.Add('=========== Exiting m4u_ucc_adapter.pushtoAQ - on Exception =========== ',2);
120: END IF;
121:
122: RETURN 'F:'||SQLERRM;
123: END;

Line 126: END m4u_ucc_adapter;

122: RETURN 'F:'||SQLERRM;
123: END;
124: BEGIN
125: l_debug_level := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
126: END m4u_ucc_adapter;