DBA Data[Home] [Help]

APPS.ARP_CC_PKG dependencies on AR_NOTES

Line 7: PROCEDURE insert_f_notes (p_note_rec IN ar_notes%rowtype,

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:
10: PROCEDURE insert_f_topics (p_topic_rec IN ar_customer_call_topics%rowtype,
11: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type);

Line 8: p_note_id OUT NOCOPY ar_notes.note_id%type);

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:
10: PROCEDURE insert_f_topics (p_topic_rec IN ar_customer_call_topics%rowtype,
11: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type);
12: