DBA Data[Home] [Help]

APPS.XDP_DQUTILS dependencies on DUAL

Line 58: select to_char(XDP_DQER_NAME_S.NEXTVAL) into l_temp from dual;

54:
55: /* Every thing kewl insert into XDP_DQ_REGISTRATION with the Dequeuer */
56:
57: /* Get an Unique Queue Name */
58: select to_char(XDP_DQER_NAME_S.NEXTVAL) into l_temp from dual;
59: l_temp := p_QueueName || l_temp;
60:
61: insert into XDP_DQER_REGISTRATION (DQER_NAME,
62: DQER_PROCESS_ID,