DBA Data[Home] [Help]

APPS.ARP_CCC_PKG dependencies on AR_NOTES

Line 43: p_note_type IN ar_notes.note_type%type,

39: );
40:
41:
42: PROCEDURE insert_note_cover (
43: p_note_type IN ar_notes.note_type%type,
44: p_text IN ar_notes.text%type,
45: p_customer_call_id IN ar_notes.customer_call_id%type,
46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,
47: p_call_action_id IN ar_notes.call_action_id%type,

Line 44: p_text IN ar_notes.text%type,

40:
41:
42: PROCEDURE insert_note_cover (
43: p_note_type IN ar_notes.note_type%type,
44: p_text IN ar_notes.text%type,
45: p_customer_call_id IN ar_notes.customer_call_id%type,
46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,
47: p_call_action_id IN ar_notes.call_action_id%type,
48: p_note_id OUT NOCOPY ar_notes.note_id%type);

Line 45: p_customer_call_id IN ar_notes.customer_call_id%type,

41:
42: PROCEDURE insert_note_cover (
43: p_note_type IN ar_notes.note_type%type,
44: p_text IN ar_notes.text%type,
45: p_customer_call_id IN ar_notes.customer_call_id%type,
46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,
47: p_call_action_id IN ar_notes.call_action_id%type,
48: p_note_id OUT NOCOPY ar_notes.note_id%type);
49:

Line 46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,

42: PROCEDURE insert_note_cover (
43: p_note_type IN ar_notes.note_type%type,
44: p_text IN ar_notes.text%type,
45: p_customer_call_id IN ar_notes.customer_call_id%type,
46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,
47: p_call_action_id IN ar_notes.call_action_id%type,
48: p_note_id OUT NOCOPY ar_notes.note_id%type);
49:
50:

Line 47: p_call_action_id IN ar_notes.call_action_id%type,

43: p_note_type IN ar_notes.note_type%type,
44: p_text IN ar_notes.text%type,
45: p_customer_call_id IN ar_notes.customer_call_id%type,
46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,
47: p_call_action_id IN ar_notes.call_action_id%type,
48: p_note_id OUT NOCOPY ar_notes.note_id%type);
49:
50:
51:

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

44: p_text IN ar_notes.text%type,
45: p_customer_call_id IN ar_notes.customer_call_id%type,
46: p_customer_call_topic_id IN ar_notes.customer_call_topic_id%type,
47: p_call_action_id IN ar_notes.call_action_id%type,
48: p_note_id OUT NOCOPY ar_notes.note_id%type);
49:
50:
51:
52: PROCEDURE insert_topic_cover (