DBA Data[Home] [Help]

APPS.AME_CONFIG_VARS_API dependencies on DUAL

Line 141: from dual where not exists (select null

137: X_START_DATE,
138: X_END_DATE,
139: X_APPLICATION_ID,
140: X_OBJECT_VERSION_NUMBER
141: from dual where not exists (select null
142: from AME_CONFIG_VARS
143: where VARIABLE_NAME = X_VARIABLE_NAME
144: and (((APPLICATION_ID is null or APPLICATION_ID = 0)
145: and (X_APPLICATION_ID is null or X_APPLICATION_ID = 0))