DBA Data[Home] [Help]

APPS.CSC_RESPONSE_CENTER_PKG dependencies on JTF_IH_PUB

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

308: NULL;
309: END get_phone_details;
310:
311: --This procedure calls the Open_MediaItem API to log a media item.
312: --This procedure has been moved to the server side because JTF_IH_PUB.media_rec_type
313: --references FND_API package (G_MISS_NUM) which cannot be accessed directly from libraries
314: PROCEDURE start_media_item( p_resp_appl_id in number,
315: p_resp_id in number,
316: p_user_id in number,

Line 326: p_media_rec JTF_IH_PUB.media_rec_type;

322:
323: v_true VARCHAR2(5) := CSC_CORE_UTILS_PVT.G_TRUE;
324: v_false VARCHAR2(5) := CSC_CORE_UTILS_PVT.G_FALSE;
325: v_ret_sts_failure VARCHAR2(1) := 'E';
326: p_media_rec JTF_IH_PUB.media_rec_type;
327:
328: BEGIN
329:
330: p_media_rec.media_id := NULL;

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

331: p_media_rec.media_item_type := 'TELEPHONE';
332: p_media_rec.start_date_time := sysdate;
333: p_media_rec.direction := 'OUTBOUND';
334:
335: jtf_ih_pub.open_mediaitem( p_api_version => 1.0,
336: p_init_msg_list => v_true,
337: p_commit => v_true,
338: p_resp_appl_id => p_resp_appl_id,
339: p_resp_id => p_resp_id,