DBA Data[Home] [Help]

APPS.JTF_EBI_PUB dependencies on JTF_EBI_UTIL

Line 64: JTF_EBI_UTIL.set_apps_context(p_user_name,p_responsibility);

60:
61: -- set apps context
62: IF p_user_name IS NOT NULL AND p_responsibility IS NOT NULL
63: THEN
64: JTF_EBI_UTIL.set_apps_context(p_user_name,p_responsibility);
65: END IF;
66:
67: -- setting MOAC context : Updated by SINDUKUR on 16-SEP-2009
68: mo_global.init('JTF',null);

Line 85: IF( JTF_EBI_UTIL.is_resource_error_exists (p_batch_id => p_batch_id) = FND_API.g_true ) THEN

81: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN
82: RAISE FND_API.g_exc_unexpected_error;
83: END IF;
84:
85: IF( JTF_EBI_UTIL.is_resource_error_exists (p_batch_id => p_batch_id) = FND_API.g_true ) THEN
86: x_return_status := 'P';
87: ELSE
88: x_return_status := FND_API.G_RET_STS_SUCCESS;
89: END IF;

Line 141: JTF_EBI_UTIL.set_apps_context(p_user_name,p_responsibility);

137:
138: -- set apps context
139: IF p_user_name IS NOT NULL AND p_responsibility IS NOT NULL
140: THEN
141: JTF_EBI_UTIL.set_apps_context(p_user_name,p_responsibility);
142: END IF;
143:
144: --Pre Processing Logic
145: FOR cur in c_salesrep_int(p_batch_id) LOOP

Line 180: IF( JTF_EBI_UTIL.is_salesrep_error_exists (p_batch_id => p_batch_id) = FND_API.g_true ) THEN

176: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN
177: RAISE FND_API.g_exc_unexpected_error;
178: END IF;
179:
180: IF( JTF_EBI_UTIL.is_salesrep_error_exists (p_batch_id => p_batch_id) = FND_API.g_true ) THEN
181: x_return_status := 'P';
182: ELSE
183: x_return_status := FND_API.G_RET_STS_SUCCESS;
184: END IF;