DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on ARP_CC_PKG

Line 8: arp_cc_pkg.insert_p(p_call_rec,p_customer_call_id);

4: p_customer_call_id OUT NOCOPY ar_customer_calls.customer_call_id%type) IS
5:
6: BEGIN
7:
8: arp_cc_pkg.insert_p(p_call_rec,p_customer_call_id);
9:
10:
11: EXCEPTION
12: WHEN OTHERS THEN

Line 25: arp_cc_pkg.insert_f_notes(p_note_rec,p_note_id);

21: p_note_id OUT NOCOPY ar_notes.note_id%type) IS
22:
23: BEGIN
24:
25: arp_cc_pkg.insert_f_notes(p_note_rec,p_note_id);
26:
27:
28: EXCEPTION
29: WHEN OTHERS THEN

Line 43: arp_cc_pkg.insert_f_topics(p_topic_rec,p_topic_id);

39: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type) IS
40:
41: BEGIN
42:
43: arp_cc_pkg.insert_f_topics(p_topic_rec,p_topic_id);
44:
45:
46: EXCEPTION
47: WHEN OTHERS THEN

Line 61: arp_cc_pkg.insert_f_actions(p_action_rec, p_action_id);

57: p_notif_id IN ar_action_notifications.employee_id%type) IS
58:
59: BEGIN
60:
61: arp_cc_pkg.insert_f_actions(p_action_rec, p_action_id);
62:
63: IF p_action_rec.action_code = 'XDUNNING' THEN
64: /* update customer or site profile */
65: null;

Line 87: arp_cc_pkg.insert_f_notifications(p_notification_rec);

83: +-------------------------------------------------------------*/
84: PROCEDURE insert_notification (p_notification_rec IN ar_action_notifications%rowtype) IS
85: BEGIN
86:
87: arp_cc_pkg.insert_f_notifications(p_notification_rec);
88:
89: EXCEPTION
90: WHEN OTHERS THEN
91: RAISE;