DBA Data[Home] [Help]

APPS.IEM_PP_QUEUE_PVT dependencies on DUAL

Line 87: FROM dual;

83:
84: --get next sequential number for msg_meta_id
85: SELECT IEM_RT_PP_QUEUES_s1.nextval
86: INTO l_seq_id
87: FROM dual;
88:
89: INSERT INTO IEM_RT_PP_QUEUES
90: (
91: EMAIL_ID,