DBA Data[Home] [Help]

APPS.CSC_RESPONSE_CENTER_PKG dependencies on JTF_IH_PUB

Line 385: --This procedure has been moved to the server side because JTF_IH_PUB.media_rec_type

381: NULL;
382: END get_sitephone_details;
383:
384: --This procedure calls the Open_MediaItem API to log a media item.
385: --This procedure has been moved to the server side because JTF_IH_PUB.media_rec_type
386: --references FND_API package (G_MISS_NUM) which cannot be accessed directly from libraries
387: PROCEDURE start_media_item( p_resp_appl_id in number,
388: p_resp_id in number,
389: p_user_id in number,

Line 404: p_media_rec JTF_IH_PUB.media_rec_type;

400:
401: v_true VARCHAR2(5) := CSC_CORE_UTILS_PVT.G_TRUE;
402: v_false VARCHAR2(5) := CSC_CORE_UTILS_PVT.G_FALSE;
403: v_ret_sts_failure VARCHAR2(1) := 'E';
404: p_media_rec JTF_IH_PUB.media_rec_type;
405:
406: BEGIN
407:
408: p_media_rec.media_id := NULL;

Line 424: jtf_ih_pub.open_mediaitem( p_api_version => 1.0,

420: p_media_rec.ani := x_outbound_ani ;
421: p_media_rec.dnis := x_outbound_dnis;
422: -- End fix by spamujul for 9370084
423:
424: jtf_ih_pub.open_mediaitem( p_api_version => 1.0,
425: p_init_msg_list => v_true,
426: p_commit => v_true,
427: p_resp_appl_id => p_resp_appl_id,
428: p_resp_id => p_resp_id,