DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on AR_CUSTOMER_CALLS

Line 3: PROCEDURE insert_call (p_call_rec IN ar_customer_calls%rowtype,

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:
6: BEGIN
7:

Line 4: p_customer_call_id OUT NOCOPY ar_customer_calls.customer_call_id%type) IS

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:
6: BEGIN
7:
8: arp_cc_pkg.insert_p(p_call_rec,p_customer_call_id);