DBA Data[Home] [Help]

APPS.ARP_CCC_PKG dependencies on ARP_CCE_PKG

Line 89: arp_cce_pkg.insert_call(l_call_rec,p_customer_call_id);

85: /*-----------------------------------------+
86: | call the standard call entity handler |
87: +-----------------------------------------*/
88:
89: arp_cce_pkg.insert_call(l_call_rec,p_customer_call_id);
90:
91: EXCEPTION
92: WHEN OTHERS THEN
93: RAISE;

Line 131: arp_cce_pkg.insert_note(l_note_rec,p_note_id);

127: /*-----------------------------------------+
128: | call standard entity handler |
129: +-----------------------------------------*/
130:
131: arp_cce_pkg.insert_note(l_note_rec,p_note_id);
132:
133:
134: EXCEPTION
135: WHEN OTHERS THEN

Line 234: arp_cce_pkg.insert_topic(l_topic_rec,p_topic_id);

230: /*-----------------------+
231: | call the entity handler |
232: +------------------------*/
233:
234: arp_cce_pkg.insert_topic(l_topic_rec,p_topic_id);
235:
236:
237: EXCEPTION
238: WHEN OTHERS THEN

Line 278: arp_cce_pkg.insert_action(l_action_rec,p_action_id,p_notif_id);

274: /*---------------------------------+
275: | call the entity handler |
276: +---------------------------------*/
277:
278: arp_cce_pkg.insert_action(l_action_rec,p_action_id,p_notif_id);
279:
280: END insert_action_cover;
281:
282: PROCEDURE insert_notification_cover (

Line 302: arp_cce_pkg.insert_notification(l_notification_rec);

298: /*---------------------------------+
299: | call the entity handler |
300: +---------------------------------*/
301:
302: arp_cce_pkg.insert_notification(l_notification_rec);
303: END insert_notification_cover;
304:
305:
306: PROCEDURE update_call_cover (p_status IN ar_customer_calls.status%type,