DBA Data[Home] [Help]

APPS.XDP_DQUTILS dependencies on XDP_DQ_CONFIGURATION

Line 41: from XDP_DQ_CONFIGURATION

37:
38: BEGIN
39: select DQ_PROC_NAME, INTERNAL_Q_NAME
40: into p_QueueProc, l_InternalQName
41: from XDP_DQ_CONFIGURATION
42: -- INTERNAL_Q_NAME is upper so no need to check
43: -- where UPPER( INTERNAL_Q_NAME ) = upper( p_QueueName);
44: -- skilaru 03/27/2001
45: where INTERNAL_Q_NAME = upper(p_QueueName);