DBA Data[Home] [Help]

APPS.IBE_DSP_HIERARCHY_QUERY_PVT dependencies on IBE_DSP_CONTEXT_VL

Line 620: FROM ibe_dsp_context_vl

616: AND application_id= 671;
617:
618: -- Get the display context list
619: OPEN x_display_context_csr FOR SELECT context_id, access_name, name
620: FROM ibe_dsp_context_vl
621: WHERE context_type_code = 'TEMPLATE';
622:
623: EXCEPTION
624: