DBA Data[Home] [Help]

APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALL_TOPICS_S

Line 219: select ar_customer_call_topics_s.nextval

215:
216: /*-----------------------+
217: | get the unique id |
218: +-----------------------*/
219: select ar_customer_call_topics_s.nextval
220: into p_topic_id
221: from dual;
222:
223: