DBA Data[Home] [Help]

APPS.JTF_EBI_UTIL dependencies on JTF_EBI_UTIL

Line 1: PACKAGE BODY JTF_EBI_UTIL AS

1: PACKAGE BODY JTF_EBI_UTIL AS
2: /* $Header: JTFEIUTB.pls 120.1 2011/03/23 16:48:53 agunnam noship $ */
3:
4: /************************************************************************************
5: -- API name : set_apps_context

Line 79: FND_MSG_PUB.Add_Exc_Msg(p_pkg_name=>'JTF_EBI_UTIL',p_procedure_name=>'set_apps_context');

75: l_nls_territory);
76:
77: EXCEPTION
78: WHEN OTHERS THEN
79: FND_MSG_PUB.Add_Exc_Msg(p_pkg_name=>'JTF_EBI_UTIL',p_procedure_name=>'set_apps_context');
80: RAISE FND_API.g_exc_unexpected_error;
81: END set_apps_context;
82:
83: FUNCTION is_resource_error_exists(

Line 118: END JTF_EBI_UTIL;

114: END IF;
115: END is_salesrep_error_exists;
116:
117:
118: END JTF_EBI_UTIL;