DBA Data[Home] [Help]

APPS.JTF_DEBUG_PUB dependencies on JTF_DEBUG_PUB

Line 1: PACKAGE BODY JTF_DEBUG_PUB as

1: PACKAGE BODY JTF_DEBUG_PUB as
2: /* $Header: JTFPDBGB.pls 120.2 2005/10/17 04:22:40 vimohan ship $ */
3: -- Start of Comments
4: -- Package name : JTF_DEBUG_PUB
5: -- Purpose :

Line 4: -- Package name : JTF_DEBUG_PUB

1: PACKAGE BODY JTF_DEBUG_PUB as
2: /* $Header: JTFPDBGB.pls 120.2 2005/10/17 04:22:40 vimohan ship $ */
3: -- Start of Comments
4: -- Package name : JTF_DEBUG_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 11: G_PKG_NAME varchar2(100):= 'JTF_DEBUG_PUB';

7: -- NOTE :
8: -- End of Comments
9:
10:
11: G_PKG_NAME varchar2(100):= 'JTF_DEBUG_PUB';
12:
13: G_ICX_SESSION_ID NUMBER := NULL;
14:
15: ----------------------------------------------------------------------------

Line 95: JTF_DEBUG_PUB.HANDLE_EXCEPTIONS(

91: FND_MESSAGE.Set_Token('EXCEPTION_NAME',exception_name, FALSE);
92: FND_MESSAGE.Set_Token('PROFILE_NAME',l_profile_name, FALSE);
93: FND_MSG_PUB.ADD;
94: END IF;
95: JTF_DEBUG_PUB.HANDLE_EXCEPTIONS(
96: P_EXCEPTION_LEVEL => FND_MSG_PUB.G_MSG_LVL_ERROR
97: ,P_MSG_COUNT => 1
98: ,X_MSG_COUNT => X_MSG_COUNT
99: ,X_MSG_DATA => X_MSG_DATA

Line 385: JTF_DEBUG_PUB.HANDLE_EXCEPTIONS(

381: handle_utl_file_exceptions('WRITE ERROR', x_return_Status, x_msg_count, x_msg_data);
382: WHEN UTL_FILE.INTERNAL_ERROR THEN
383: handle_utl_file_exceptions('INTERNAL ERROR', x_return_Status, x_msg_count, x_msg_data);
384: WHEN OTHERS THEN
385: JTF_DEBUG_PUB.HANDLE_EXCEPTIONS(
386: P_API_NAME => NULL
387: ,P_PKG_NAME => G_PKG_NAME
388: ,P_EXCEPTION_LEVEL => G_EXC_OTHERS
389: ,P_SQLCODE => SQLCODE

Line 615: End JTF_DEBUG_PUB;

611: return fnd_message.get;
612: END GET_MSG ;
613:
614:
615: End JTF_DEBUG_PUB;