DBA Data[Home] [Help]

APPS.PO_WF_FUN dependencies on ALL_SOURCE

Line 22: from all_source

18: x_line_s number,
19: x_line_e number,
20: p_apps_schema_name varchar2) is --bug4025028
21: select text, line
22: from all_source
23: where name = x_package_name
24: and owner= p_apps_schema_name --bug4025028
25: and type='PACKAGE BODY'
26: and line > x_line_s and line < x_line_e