DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on ARP_CCE_PKG

Line 1: PACKAGE BODY arp_cce_pkg AS

1: PACKAGE BODY arp_cce_pkg AS
2: /*$Header: ARCEECCB.pls 115.2 2002/11/15 02:15:26 anukumar ship $*/
3: PROCEDURE insert_call (p_call_rec IN ar_customer_calls%rowtype,
4: p_customer_call_id OUT NOCOPY ar_customer_calls.customer_call_id%type) IS
5:

Line 94: END arp_cce_pkg;

90: WHEN OTHERS THEN
91: RAISE;
92:
93: END insert_notification;
94: END arp_cce_pkg;