DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on AR_ACTION_NOTIFICATIONS

Line 14: p_notif_id IN ar_action_notifications.employee_id%type);

10: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type);
11:
12: PROCEDURE insert_action(p_action_rec IN ar_call_actions%rowtype,
13: p_action_id IN OUT NOCOPY ar_call_actions.call_action_id%type,
14: p_notif_id IN ar_action_notifications.employee_id%type);
15:
16: PROCEDURE insert_notification (p_notification_rec IN ar_action_notifications%rowtype);
17:
18:

Line 16: PROCEDURE insert_notification (p_notification_rec IN ar_action_notifications%rowtype);

12: PROCEDURE insert_action(p_action_rec IN ar_call_actions%rowtype,
13: p_action_id IN OUT NOCOPY ar_call_actions.call_action_id%type,
14: p_notif_id IN ar_action_notifications.employee_id%type);
15:
16: PROCEDURE insert_notification (p_notification_rec IN ar_action_notifications%rowtype);
17:
18:
19: END arp_cce_pkg;