DBA Data[Home] [Help]

APPS.WSH_DEBUG_SV dependencies on ALL_SOURCE

Line 783: from all_source

779: END LOOP;
780: END IF;
781: select text
782: into v_Header
783: from all_source
784: where name = x_Package
785: and owner = UPPER(USER)
786: and line = 2
787: and type ='PACKAGE BODY';