DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on AR_ACTION_NOTIFICATIONS

Line 57: p_notif_id IN ar_action_notifications.employee_id%type) IS

53: | Entity handler AR_CALL_ACTIONS |
54: +-------------------------------------------------------------*/
55: PROCEDURE insert_action(p_action_rec IN ar_call_actions%rowtype,
56: p_action_id IN OUT NOCOPY ar_call_actions.call_action_id%type,
57: p_notif_id IN ar_action_notifications.employee_id%type) IS
58:
59: BEGIN
60:
61: arp_cc_pkg.insert_f_actions(p_action_rec, p_action_id);

Line 84: PROCEDURE insert_notification (p_notification_rec IN ar_action_notifications%rowtype) IS

80:
81: /*-------------------------------------------------------------+
82: | Entity handler AR_ACTION_NOTIFICATION |
83: +-------------------------------------------------------------*/
84: PROCEDURE insert_notification (p_notification_rec IN ar_action_notifications%rowtype) IS
85: BEGIN
86:
87: arp_cc_pkg.insert_f_notifications(p_notification_rec);
88: