DBA Data[Home] [Help]

APPS.ARP_CCC_PKG dependencies on AR_ACTION_NOTIFICATIONS

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

101: p_partial_flag IN ar_call_actions.partial_invoice_amount_flag%type,
102: p_complete_flag IN ar_call_actions.complete_flag%type,
103: p_action_date IN ar_call_actions.action_date%type,
104: p_action_id IN OUT NOCOPY ar_call_actions.call_action_id%type,
105: p_notif_id IN ar_action_notifications.employee_id%type);
106:
107:
108: PROCEDURE insert_notification_cover (
109: p_call_action_id IN ar_action_notifications.call_action_id%type,

Line 109: p_call_action_id IN ar_action_notifications.call_action_id%type,

105: p_notif_id IN ar_action_notifications.employee_id%type);
106:
107:
108: PROCEDURE insert_notification_cover (
109: p_call_action_id IN ar_action_notifications.call_action_id%type,
110: p_employee_id IN ar_action_notifications.employee_id%type);
111:
112:
113: PROCEDURE update_call_cover (p_status IN ar_customer_calls.status%type,

Line 110: p_employee_id IN ar_action_notifications.employee_id%type);

106:
107:
108: PROCEDURE insert_notification_cover (
109: p_call_action_id IN ar_action_notifications.call_action_id%type,
110: p_employee_id IN ar_action_notifications.employee_id%type);
111:
112:
113: PROCEDURE update_call_cover (p_status IN ar_customer_calls.status%type,
114: p_rowid IN VARCHAR2,