DBA Data[Home] [Help]

APPS.ARP_CCC_PKG dependencies on AR_ACTION_NOTIFICATIONS

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

252: p_partial_flag IN ar_call_actions.partial_invoice_amount_flag%type,
253: p_complete_flag IN ar_call_actions.complete_flag%type,
254: p_action_date IN ar_call_actions.action_date%type,
255: p_action_id IN OUT NOCOPY ar_call_actions.call_action_id%type,
256: p_notif_id IN ar_action_notifications.employee_id%type) IS
257:
258: l_action_rec ar_call_actions%rowtype;
259:
260: BEGIN

Line 283: p_call_action_id IN ar_action_notifications.call_action_id%type,

279:
280: END insert_action_cover;
281:
282: PROCEDURE insert_notification_cover (
283: p_call_action_id IN ar_action_notifications.call_action_id%type,
284: p_employee_id IN ar_action_notifications.employee_id%type) IS
285:
286: l_notification_rec ar_action_notifications%rowtype;
287:

Line 284: p_employee_id IN ar_action_notifications.employee_id%type) IS

280: END insert_action_cover;
281:
282: PROCEDURE insert_notification_cover (
283: p_call_action_id IN ar_action_notifications.call_action_id%type,
284: p_employee_id IN ar_action_notifications.employee_id%type) IS
285:
286: l_notification_rec ar_action_notifications%rowtype;
287:
288: BEGIN

Line 286: l_notification_rec ar_action_notifications%rowtype;

282: PROCEDURE insert_notification_cover (
283: p_call_action_id IN ar_action_notifications.call_action_id%type,
284: p_employee_id IN ar_action_notifications.employee_id%type) IS
285:
286: l_notification_rec ar_action_notifications%rowtype;
287:
288: BEGIN
289:
290: /*--------------------------------+