DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on AR_CALL_ACTIONS

Line 53: | Entity handler AR_CALL_ACTIONS |

49: END insert_topic;
50:
51:
52: /*-------------------------------------------------------------+
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

Line 55: PROCEDURE insert_action(p_action_rec IN ar_call_actions%rowtype,

51:
52: /*-------------------------------------------------------------+
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

Line 56: p_action_id IN OUT NOCOPY ar_call_actions.call_action_id%type,

52: /*-------------------------------------------------------------+
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: