DBA Data[Home] [Help]

APPS.GL_BC_OPTIONS_PKG dependencies on DUAL

Line 310: from dual

306: x_Attribute13,
307: x_Attribute14,
308: x_Attribute15,
309: x_context
310: from dual
311: where not exists
312: ( select null
313: from gl_bc_options B
314: where B.bc_option_id = x_bc_option_id );