DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on AR_CUSTOMER_CALL_TOPICS

Line 36: | Entity Handler AR_CUSTOMER_CALL_TOPICS |

32:
33:
34:
35: /*--------------------------------------------------------------+
36: | Entity Handler AR_CUSTOMER_CALL_TOPICS |
37: +--------------------------------------------------------------*/
38: PROCEDURE insert_topic (p_topic_rec IN ar_customer_call_topics%rowtype,
39: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type) IS
40:

Line 38: PROCEDURE insert_topic (p_topic_rec IN ar_customer_call_topics%rowtype,

34:
35: /*--------------------------------------------------------------+
36: | Entity Handler AR_CUSTOMER_CALL_TOPICS |
37: +--------------------------------------------------------------*/
38: PROCEDURE insert_topic (p_topic_rec IN ar_customer_call_topics%rowtype,
39: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type) IS
40:
41: BEGIN
42:

Line 39: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type) IS

35: /*--------------------------------------------------------------+
36: | Entity Handler AR_CUSTOMER_CALL_TOPICS |
37: +--------------------------------------------------------------*/
38: PROCEDURE insert_topic (p_topic_rec IN ar_customer_call_topics%rowtype,
39: p_topic_id OUT NOCOPY ar_customer_call_topics.customer_call_topic_id%type) IS
40:
41: BEGIN
42:
43: arp_cc_pkg.insert_f_topics(p_topic_rec,p_topic_id);