DBA Data[Home] [Help]

APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALLS_S

Line 27: SELECT ar_customer_calls_s.nextval

23: /*-----------------------------+
24: | get the unique identifier |
25: +-----------------------------*/
26: p_customer_call_id :='';
27: SELECT ar_customer_calls_s.nextval
28: INTO p_customer_call_id
29: FROM DUAL;
30:
31: /*-----------------------------+