DBA Data[Home] [Help]

APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALLS

Line 4: PROCEDURE insert_p (p_call_rec IN ar_customer_calls%rowtype,

1: PACKAGE arp_cc_pkg AUTHID CURRENT_USER AS
2: /* $Header: ARCIECCS.pls 115.2 2002/11/15 02:18:13 anukumar ship $ */
3:
4: PROCEDURE insert_p (p_call_rec IN ar_customer_calls%rowtype,
5: p_customer_call_id OUT NOCOPY ar_customer_calls.customer_call_id%type);
6:
7: PROCEDURE insert_f_notes (p_note_rec IN ar_notes%rowtype,
8: p_note_id OUT NOCOPY ar_notes.note_id%type);

Line 5: p_customer_call_id OUT NOCOPY ar_customer_calls.customer_call_id%type);

1: PACKAGE arp_cc_pkg AUTHID CURRENT_USER AS
2: /* $Header: ARCIECCS.pls 115.2 2002/11/15 02:18:13 anukumar ship $ */
3:
4: PROCEDURE insert_p (p_call_rec IN ar_customer_calls%rowtype,
5: p_customer_call_id OUT NOCOPY ar_customer_calls.customer_call_id%type);
6:
7: PROCEDURE insert_f_notes (p_note_rec IN ar_notes%rowtype,
8: p_note_id OUT NOCOPY ar_notes.note_id%type);
9:

Line 18: PROCEDURE update_p (p_call_rec IN ar_customer_calls%rowtype, p_rowid IN VARCHAR2

14: p_action_id OUT NOCOPY ar_call_actions.call_action_id%type);
15:
16: PROCEDURE insert_f_notifications (p_notification_rec IN ar_action_notifications%rowtype);
17:
18: PROCEDURE update_p (p_call_rec IN ar_customer_calls%rowtype, p_rowid IN VARCHAR2
19: );
20:
21: PROCEDURE update_f_topics (p_topic_rec ar_customer_call_topics%rowtype, p_rowid IN rowid);
22: